vMix Forums
»
General
»
Feature Requests
»
Start Streaming on Startup
Rank: Advanced Member
Groups: Registered
Joined: 6/16/2015(UTC) Posts: 193 Location: Milton Keynes, UK Thanks: 10 times Was thanked: 53 time(s) in 27 post(s)
|
Hi
In the same way as we have the ability to start External & Full screen on VMIX startup, would it be possible to have auto start options for Stream and Record?
Thanks
Keith
|
1 user thanked kgoodyer for this useful post.
|
|
|
Rank: Newbie
Groups: Registered
Joined: 7/23/2017(UTC) Posts: 2
Thanks: 2 times
|
I would also like this. I am running 24/7 livestream and need it to start in case the PC is restarted.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/20/2014(UTC) Posts: 2,721 Location: Bordeaux, France Thanks: 243 times Was thanked: 794 time(s) in 589 post(s)
|
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 7/23/2017(UTC) Posts: 2
Thanks: 2 times
|
Yes, task scheduler would work for starting the vMix application but how would it start the livestream?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/20/2014(UTC) Posts: 2,721 Location: Bordeaux, France Thanks: 243 times Was thanked: 794 time(s) in 589 post(s)
|
|
1 user thanked DWAM for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 6/25/2017(UTC) Posts: 84
Thanks: 25 times Was thanked: 8 time(s) in 7 post(s)
|
You have to wait for sending the stream command until is vMix is started and all the presets are loaded.
My solution is this:
batchfile in startmenu/startup:
ECHO Start vMix start "" "D:\vMix Data\Preset.vmix PING 127.0.0.1 -n 60 > NULL ECHO Start Streaming start "" "D:\vMix Data\start stream.vbs" exit
stream.vbs:
On Error Resume Next
Dim o Set o = CreateObject("MSXML2.XMLHTTP") o.open "GET", "http://127.0.0.1:8088/api/?Function=StartStreaming", False o.send
(this script sends the api without opening a browser)
Btw. I hope vMix will get a 'I am started' trigger which can be assigned to any desired task like streaming, recording, starting a welcome title etc.
|
2 users thanked JW for this useful post.
|
|
|
vMix Forums
»
General
»
Feature Requests
»
Start Streaming on Startup
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