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": "udp"
}
if i change the streamProtocol from udp to rtp, I get REST API response 201 - already registered in freetak DB.
eg
{
"streamAddress": "239.255.255.250",
"streamPort": "5004",
"streamPath": "",
"alias": "FLIRVideo",
"streamProtocol": "rtp"
}
There is currently no REST API to deleted the posted video.
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": "udp"
}
if i change the streamProtocol from udp to rtp, I get REST API response 201 - already registered in freetak DB.
eg
{
"streamAddress": "239.255.255.250",
"streamPort": "5004",
"streamPath": "",
"alias": "FLIRVideo",
"streamProtocol": "rtp"
}
There is currently no REST API to deleted the posted video.