vMix Forums
»
General
»
3rd Party Software and Development
»
Remote start/stop recording for multiple instances of VMix on multiple PCs
Rank: Advanced Member
Groups: Registered
Joined: 11/21/2017(UTC) Posts: 124 Location: Philadephia, PA Thanks: 31 times Was thanked: 13 time(s) in 8 post(s)
|
Hi.
I have an urgent need to simultaneously control the Vmix start/stop record function on at least 10 PCs simultaneously (best case) or sequentially if necessary. If this app doesn't already exist, I'm happy to pay for its development (you keep all the rights), but it needs to happen within a few days.
I'm using multiple instances of Vmix to act as ISO recorders; particularly for Vmix calls over NDI (since Multicorder won't record those cleanly).
Preferably I could control any number of instances on any number of PCs on the network, but the initial minimum requirement is 10. I need some visual feedback in the UI that the recorder in each instance of Vmix has started or stopped. I'd like to run multiple instances of Vmix on some of the PCs.
Thanks in advance for your help.
Best,
David
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,216 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
HTTPrequests that start/stop recording send to each individual pc's local IP (can be done in vMix script) same for is recording checking by reading each individual PC's xml api and displa all in a title input
prob wont work with multiple instances on same pc (same IP)
|
1 user thanked doggy for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 11/21/2017(UTC) Posts: 124 Location: Philadephia, PA Thanks: 31 times Was thanked: 13 time(s) in 8 post(s)
|
Thanks. I'll give it a look.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 11/21/2017(UTC) Posts: 124 Location: Philadephia, PA Thanks: 31 times Was thanked: 13 time(s) in 8 post(s)
|
Hey, Doggy. Do you know how to turn an API request like this: http://192.168.1.91:8088/API/?Function=StartRecording into a Vmix Script? I can't seem to figure out how to target the ip address of the vmix instance that I want to control. Any help would be appreciated. Thanks. -David
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,216 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
adjust ip accordingly Code:
Dim client = WebRequest.Create("http://127.0.0.1:8088/api/?Function=StartRecording")
Dim response = client.GetResponse()
|
1 user thanked doggy for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 11/21/2017(UTC) Posts: 124 Location: Philadephia, PA Thanks: 31 times Was thanked: 13 time(s) in 8 post(s)
|
Thanks, Doggy. That worked well.
Do you also know if there's a way to get the remote instance of Vmix to send a message back that will confirm that it's recording - so I can use that to trigger an activator (which I'll use to light-up a button on my Streamdeck)?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,216 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
Originally Posted by: David_in_Philly Thanks, Doggy. That worked well.
Do you also know if there's a way to get the remote instance of Vmix to send a message back that will confirm that it's recording - so I can use that to trigger an activator (which I'll use to light-up a button on my Streamdeck)? with scripting - The remote could do a check (API XML) if it's recording and send you a message (check "scripting for dummies" for examples ) by http request - the main could check if the remotes are recording in a similar fashion as above (not tested due to no multi on lan to test ) Edit: can confirm the second one
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 11/21/2017(UTC) Posts: 124 Location: Philadephia, PA Thanks: 31 times Was thanked: 13 time(s) in 8 post(s)
|
Much appreciated, Doggy.
I'm clearly not a programmer, but I will check out the book.
I'm wondering, could I hire you to do some occasional scripting for me - like this one? Please contact me directly if that would work for you - or if anyone else is reading this and would like some occassional hourly or project-based scripting work, I'm interested.
Thanks to all!
Best,
David
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 10/16/2020(UTC) Posts: 5
|
We have this, we fixed the IP address of the machine with vMix running on it. We set up a button on our streamdeck, not as a vmix button but a 'System' 'Website' and put the appropriate function request in there (make sure to mark as 'access in background' http://192.168.*.*:8088/api/?Function=StartRecording
|
|
|
|
vMix Forums
»
General
»
3rd Party Software and Development
»
Remote start/stop recording for multiple instances of VMix on multiple PCs
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