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
KaidenJustin  
#1 Posted : Tuesday, June 16, 2020 10:11:55 PM(UTC)
KaidenJustin

Rank: Newbie

Groups: Registered
Joined: 6/16/2020(UTC)
Posts: 1
United States

I have two vmix's

I use one (vmix1) to cut cameras and audio, the other (vmix2) to handle video broll and records.

I have the NDI output turned on for vmix 2 Mobdro Kodi bluehost and have added it as an input on vmix 1. I would like it so when I cut from a camera on vmix 1, to the NDI output that it auto rolls for me, instead of having to do a manual roll on vmix2 and risking a freeze on-air. I was playing around with triggers but couldn't get it going.



This would similar to a GPI roll and take in the broadcast world



Thoughts? Suggestions?
Geoff B  
#2 Posted : Friday, June 19, 2020 6:27:02 AM(UTC)
Geoff B

Rank: Advanced Member

Groups: Registered
Joined: 5/10/2020(UTC)
Posts: 104
Man
United States
Location: Sacramento, California

Thanks: 13 times
Was thanked: 5 time(s) in 5 post(s)
Put the code below into a script. Set up a trigger OnTransitionIn of the source of the other vMix that runs this script. Bam, just like a General Purpose Interface.

Code:
Using client as new WebClient
    dim result = client.UploadString("http://[Private IP address of the other vMix]:8088/api/", "Function=Play&Input=-1")
End Using


By the way, I think the plural of vMix is vMixen.
thanks 1 user thanked Geoff B for this useful post.
nikosman88 on 11/29/2022(UTC)
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.