I am currently working on a custom web client using Angular, where we utilize WebRTC to stream video from Milestone XProtect. While standard forward playback for recorded video works without issues, we have a strict requirement to implement backward/reverse playback and I would like to ask you few questions:
-
Does the Milestone WebRTC implementation natively support backward playback for recorded video?
-
If it is supported, how can I control the playback direction (and potentially speed) via the WebRTC signaling channel or the relevant API?
-
If backward playback is not currently supported via WebRTC, what is the recommended best practice to achieve this in a web client?