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
wwdv  
#1 Posted : Monday, June 20, 2016 12:34:36 PM(UTC)
wwdv

Rank: Advanced Member

Groups: Registered
Joined: 10/30/2013(UTC)
Posts: 290
Location: The Netherlands

Thanks: 6 times
Was thanked: 21 time(s) in 15 post(s)
I am wondering why there is still no 'start streaming' option in vMix settings.
I assume a lot of people want to start streaming when vMix is started (e.g. for church broadcasts)

Using a shortcut and a script to accomplish this is a little bit devious and does not always work reliable.

When vmix is started is is on top, but it is not always the active window, then the shortcut script doesn't work.

Start http://127.0.0.1:8088/api/?Function=StartStreaming from a batchfile does work when vMix is not on top , but always opens the browser.


edit:

This VBS script sends an API command without opening a browser:

Dim o
Set o = CreateObject("MSXML2.XMLHTTP")
o.open "GET", "http://127.0.0.1:8088/api/?Function=StartStreaming", False
o.send

Users browsing this topic
Similar Topics
Autostart streaming when vMix starts (Feature Requests)
by wwdv 8/16/2016 5:48:43 AM(UTC)
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.