devshi
devshi
Using the FreeTak REST API postVideoStream verb: POST endpoint: /ManageVideoStream/postVideoStream returns: uid I can post UDP video using parameter : { "streamAddress": "239.255.255.250", "streamPort": "5004", "streamPath": "", "alias": "FLIRVideo", "streamProtocol":...
Currently, in order to create a KML feed you need to configure on you FreeTak client (Menu -> Import Manager -> KML NetworkLinlk -> Manage NetworkLinks) Here you can specify...
There is REST API to postVideoStream and getVideoStream. How do you try and delete the video stream create by using postVideoStream. Also I am not able to update the video...
Is there a way to play tracks in a playlist one by one until you get to the end of your play list. Also is there a way to highlight...
The VideoPlayer works fine. I would like the VideoPlayer to open straight into video. Eg the link below. https://www.youtube.com/embed/wk4K9daZJW8?rel=0&enablejsapi=1 eg VideoPlayer.play("http://www.youtube.com/embed/wk4K9daZJW8?rel=0&enablejsapi=1"); This fails to open with an error. There was...