Skip to content

REST API - postVideoStream issue #342

Description

@devshisiyani

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions