Solved: tsNetPost not working for me
Posted: Sun Apr 22, 2018 12:40 am
I can post the following to vMIx server and it works good:
but if I try to use "tsNetPost" to do asynchronous posts, I can't get it to send the command...
I'm missing something
Using LC Indy 9.0
Code: Select all
post "Function=CutDirect&Input=1" to url "http://192.168.100.129:8088/API/"
Code: Select all
put tsNetPost("1", "http://192.168.100.129:8088/API/", ,"Function=CutDirect&Input=1", "function complete") into tResult
