Stream archive video to webpage with HLS
In ProgressSoftware Version : 5.1.0.37133
I followed the example for streaming live video using /HLS/ and it works fine. I then attempted to stream Archive video and that works as well. The question I have is there a way to specify a duration (not start position) for Archive video for streaming? I would like to be able to stream only the duration of specified and not have it keep going.
Ex HLS Live Stream URL:
http://localhost:7001/hls/ea78905d-c35a-041c-1fd5-26b40c6043ff.m3u8?lo&auth=[snip]
Ex HLS Stream URL with specified start position:
http://localhost:7001/hls/ea78905d-c35a-041c-1fd5-26b40c6043ff.m3u8?lo&auth=[snip]&pos=1698361213000
Ex download API :
http://localhost:7001/hls/ea78905d-c35a-041c-1fd5-26b40c6043ff.ts?lo&auth=[snip]&pos=1698361213000&duration=10
-
Hi,
For the HTTP streaming interface https://meta.nxvms.com/doc/developers/api-tool/media-deviceidformat-get
there is the "endPos' parameter.
For HLS Streaming, there is no such possibility.
For theDirect download https://meta.nxvms.com/doc/developers/api-tool/hls-deviceidformat-get, there is the "duration" parameter.
Please sign in to leave a comment.
Comments
1 comment