Mitchstein443
New Member
I've been going through the forums and documention and I can not seem to find what I'm looking for. maybe someone can point me in the right direction?
In Vmix I had a powershell script that sent http requests to vimix to do things like get current active source, surce name, time left, etc but also could sent http urls to change sources, add sources remove them etc etc..
so far I found that the tuna plugin allows me to get the filename playing from a playlist, the duration, the position, status and time left.
I figured out how to parse that info and create txt files for the titles to update now playing and upnext at this time..
What I'd like to do is turn on and off these titles at specific intervals from a script that will run under powershell..
So in vmix I'd simple send http://127.0.0.1:8088/API/?Function=OverlayInput1In&Input=4" this would turn on (in) input number 4 to turn it off you change In to Out.
Is there anything like this in OBS or some otherway through url calls to do this?
In Vmix I had a powershell script that sent http requests to vimix to do things like get current active source, surce name, time left, etc but also could sent http urls to change sources, add sources remove them etc etc..
so far I found that the tuna plugin allows me to get the filename playing from a playlist, the duration, the position, status and time left.
I figured out how to parse that info and create txt files for the titles to update now playing and upnext at this time..
What I'd like to do is turn on and off these titles at specific intervals from a script that will run under powershell..
So in vmix I'd simple send http://127.0.0.1:8088/API/?Function=OverlayInput1In&Input=4" this would turn on (in) input number 4 to turn it off you change In to Out.
Is there anything like this in OBS or some otherway through url calls to do this?