vMix Forums
»
General
»
General Discussion
»
Multiple stream destinations
Rank: Newbie
Groups: Registered
Joined: 10/15/2024(UTC) Posts: 1
|
We have been using vMix for a few years but now have added a second destination that we stream to. When we start the stream, vMix struggles for several minutes to get online. That is, the red indication light at the top of the vmix screen is yellow for up to 10 minutes. If we start stream 1 and then a few seconds later, start stream 2, it works just fine. I don't want to change stream parameters, but would rather have a way to start stream 1 and then 2 with a 2 second delay and have that done with a single click. I can do this manually, but our volunteers struggle with this. Any help would be appreciated.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,215 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
Originally Posted by: Plymouth We have been using vMix for a few years but now have added a second destination that we stream to. When we start the stream, vMix struggles for several minutes to get online. That is, the red indication light at the top of the vmix screen is yellow for up to 10 minutes. If we start stream 1 and then a few seconds later, start stream 2, it works just fine. I don't want to change stream parameters, but would rather have a way to start stream 1 and then 2 with a 2 second delay and have that done with a single click. I can do this manually, but our volunteers struggle with this. Any help would be appreciated. If you want to help your struggeling volunteers use the shortcut functions in a script (called with a shortcut) , with a pauze between each stream start
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 11/15/2021(UTC) Posts: 72 Thanks: 8 times Was thanked: 9 time(s) in 7 post(s)
|
Or if you use Companion you can set two "StartStreaming" functions to one button with a 2sec delay.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,215 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
Originally Posted by: Salvatore Or if you use Companion you can set two "StartStreaming" functions to one button with a 2sec delay.
That one button shortcut ( function Scriptstart, Value Scriptname) calling the script with the 3 lines of commands is the same without the need for 3rd party app instalation ;-) Code:API.Function("StartStreaming",Value:=0) 'Start stream 1
Sleep(2000) 'wait 2 seconds
API.Function("StartStreaming",Value:=1) 'Start stream 2
|
|
|
|
vMix Forums
»
General
»
General Discussion
»
Multiple stream destinations
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.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close