Hi I have setup the Open Network Bridge and I’m able to see live video and recordings using the following URL
rtsp://user:password**@localhost:554/vod/0ef5aabc-2a04-4e75-bc9b-499e003a9d92
now I want to be able to set a range to the video that I’m playing, (right now it plays the whole recording)
Is there any parameters I can add? I tried something like
rtsp://user:password**@localhost:554/vod/0ef5aabc-2a04-4e75-bc9b-499e003a9d92?clock=xxxxxxx
and the same with seq=xxxx but to no result, for integration reasons I can’t use the ONVIF protocol to solve it, are there any params I can attach to control the length/start/stop of the playback?