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
Plymouth  
#1 Posted : Tuesday, October 15, 2024 1:26:34 AM(UTC)
Plymouth

Rank: Newbie

Groups: Registered
Joined: 10/15/2024(UTC)
Posts: 1
United States

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.
doggy  
#2 Posted : Tuesday, October 15, 2024 1:52:27 AM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 291 times
Was thanked: 955 time(s) in 790 post(s)
Originally Posted by: Plymouth Go to Quoted Post
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
Salvatore  
#3 Posted : Tuesday, October 15, 2024 1:57:54 AM(UTC)
Salvatore

Rank: Advanced Member

Groups: Registered
Joined: 11/15/2021(UTC)
Posts: 72
Italy

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.
doggy  
#4 Posted : Tuesday, October 15, 2024 2:07:41 AM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 291 times
Was thanked: 955 time(s) in 790 post(s)
Originally Posted by: Salvatore Go to Quoted Post
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
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.