Good day,
We have a dev Milestone XProtect 2023 R3 and our web application (.NET 6) can successfully support live streams from Milestone (Open Network Bridge → RTSP → Conversion to WebRTC). We want to also support long playbacks of recorded video with audio, but we have been facing difficulties with our approach and we’re seeking your advice.
We have tried the Open Network Bridge approach by retrieving the /vod version of the RTSP url of a video stream, but it gives us the entire playback, and we’re not having much luck using the RTSP protocol to retrieve a set time. Past queries on this forum like this seem to not have a solution
We have also tried the Protocol Integration but it seems that the video and audio files are delivered separately and we have to stitch them back together. We failed on this part too and we’re not even sure if this is the right approach to retrieving a playback video with audio (see this forum link for more info)
Would your team have a sample program or at least a recommended development approach for us to support long video playbacks without any plugins on a thin client (browser) that includes audio support? Your help is greatly appreciated, thank you!