However, I can't get vMix to respond to anything I send it, and before I get on to the vMix developers I'd like to make sure that I'm heading down the right path in PB (using PB 5.20 LTS).
I open the network connection using
Code: Select all
OpenNetworkConnection(127.0.0.1, 8088)
I then send a command string like this:
Code: Select all
SendNetworkString(57760664, "/API/?Function=AddInput&Value=Video|C:\Users\Mike\Videos\Alaska.wmv" + #CRLF$, #PB_Ascii)
But nothing happens in vMix. Are my PB commands correct for this type of interface? If so then I'll contact the vMix developers to see what I'm doing wrong. btw, I tried both upper and lower case for the "/API/" part of the command as both are mentioned in the vMix Help, but I guess this is not case-sensitive in Windows.