logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
JohnDoe415  
#1 Posted : Sunday, January 19, 2025 7:11:14 PM(UTC)
JohnDoe415

Rank: Newbie

Groups: Registered
Joined: 1/12/2025(UTC)
Posts: 5

I run a sport livestream, with the following cameras:

Main camera
Left faceoff
Left goal
Right faceoff
Right goal

I use a Streamdeck and have several shortcuts set up to swap between inputs.

I cannot find a way to create and stack shortcuts to achieve the following:

Left team scores:
Press a Streamdeck button, that plays an instant replay in this order: Main Camera > Left faceoff > Left Goal

Right team scores:
Press a Streamdeck button, that plays an instant replay in this order: Main Camera > Right faceoff > Right Goal

The instant replay functionality defaults to ONLY pre-selecting Output 1, meaning I need to toggle the other camera angles to ON in the replay functionality.

I have shortcuts set up as follows, since the instant replay functionality always leaves Camera 1 (main camera) selected:


Left Camera shortcut: Streamdeck button 1 actions in this order:

Toggles replay camera left faceoff on ReplayToggleLastEventCameraX
Toggles replay camera left goal on ReplayToggleLastEventCameraX
ReplaySelectLastEvent
ReplayPlaySelectedEventToOutput

Right camera shortcut: Streamdeck button 2 actions in this order:
Toggles replay camera right faceoff on ReplayToggleLastEventCameraX
Toggles replay camera right goal on ReplayToggleLastEventCameraX
ReplaySelectLastEvent
ReplayPlaySelectedEventToOutput


The problem arises, as soon as I switch between left and right shortcut buttons, the order in which the cameras are selected/unselected in the instant replay window falls out of sync, making my shortcuts that rely on them being UNSELECTED, to then select them, not work.

Any ideas?
dmwkr  
#2 Posted : Sunday, January 19, 2025 7:27:18 PM(UTC)
dmwkr

Rank: Advanced Member

Groups: Registered
Joined: 2/23/2019(UTC)
Posts: 564

Thanks: 62 times
Was thanked: 131 time(s) in 119 post(s)
Use the functions ReplayLastEventCameraOff and ReplayLastEventCameraOn instead of toggle, if I understood you correctly.
JohnDoe415  
#3 Posted : Sunday, January 19, 2025 7:39:39 PM(UTC)
JohnDoe415

Rank: Newbie

Groups: Registered
Joined: 1/12/2025(UTC)
Posts: 5

Originally Posted by: dmwkr Go to Quoted Post
Use the functions ReplayLastEventCameraOff and ReplayLastEventCameraOn instead of toggle, if I understood you correctly.


This doesn't seem to work, as if I trigger the newly created

ReplayLastEventCameraOff MainCamera
ReplayLastEventCameraOff LeftGoal
ReplayLastEventCameraOff LeftFaceoff
ReplayLastEventCameraOff RightGoal
ReplayLastEventCameraOff RightFaceoff
ReplayLastEventCameraOn MainCamera
ReplayLastEventCameraOn LeftGoal
ReplayLastEventCameraOn LeftFaceoff

and play the replay.

And then next trigger the newly created:

ReplayLastEventCameraOff MainCamera
ReplayLastEventCameraOff LeftGoal
ReplayLastEventCameraOff LeftFaceoff
ReplayLastEventCameraOff RightGoal
ReplayLastEventCameraOff RightFaceoff
ReplayLastEventCameraOn MainCamera
ReplayLastEventCameraOn RightGoal
ReplayLastEventCameraOn RightFaceoff

It works for the FIRST ever left and right replays, but as soon as I go to do a third and subsequent replay, it falls out of order, playing some of the right cameras during a left replay and vice-versa.

I don't mind what shortcuts I have to build, I just need a way of guaranteeing when I press the Streamdeck key, I only see that specific side's camera angles in the replay.
doggy  
#4 Posted : Sunday, January 19, 2025 8:13:03 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,290
Belgium
Location: Belgium

Thanks: 296 times
Was thanked: 967 time(s) in 801 post(s)
Originally Posted by: JohnDoe415 Go to Quoted Post
Originally Posted by: dmwkr Go to Quoted Post
Use the functions ReplayLastEventCameraOff and ReplayLastEventCameraOn instead of toggle, if I understood you correctly.


This doesn't seem to work, as if I trigger the newly created

ReplayLastEventCameraOff MainCamera
ReplayLastEventCameraOff LeftGoal
ReplayLastEventCameraOff LeftFaceoff
ReplayLastEventCameraOff RightGoal
ReplayLastEventCameraOff RightFaceoff
ReplayLastEventCameraOn MainCamera
ReplayLastEventCameraOn LeftGoal
ReplayLastEventCameraOn LeftFaceoff

and play the replay.

And then next trigger the newly created:

ReplayLastEventCameraOff MainCamera
ReplayLastEventCameraOff LeftGoal
ReplayLastEventCameraOff LeftFaceoff
ReplayLastEventCameraOff RightGoal
ReplayLastEventCameraOff RightFaceoff
ReplayLastEventCameraOn MainCamera
ReplayLastEventCameraOn RightGoal
ReplayLastEventCameraOn RightFaceoff

It works for the FIRST ever left and right replays, but as soon as I go to do a third and subsequent replay, it falls out of order, playing some of the right cameras during a left replay and vice-versa.

I don't mind what shortcuts I have to build, I just need a way of guaranteeing when I press the Streamdeck key, I only see that specific side's camera angles in the replay.


Make sure you always have a minimum of one angle on at any point ! (in fact its impossible to turn them off all , trying to turn of the last one that is on will be ignored)
Also shortcuts often need some time to excecute before another one will be performed correctly, try put these functions within a script and add delays between them (play with the delay times and when needed ) might help
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.