We are currently retrieving live video through the Onvif interface. Is there anyway for recorded video to be streamed through this interface also?
Hi Tim,
Try to obtain it like this:
rtsp://[userName]:[password]@[machineName]:[rtspPort]/[type]/[cameraId]
where [type] is the type of video stream. Valid values are live (for live stream) and vod (for playback stream).
Br,
Nikolay
Hi Tim,
Nikolay’s answer is completely correct.
You could construct RTSP stream address and pass it to RTSP client like VLC for example.
Talking about ONVIF interfaces, of course retrieving those addresses is possible (available) trough ONVIF interfaces.
As you mentioned, ODM uses GetStreamUri method of the Media interface in order to retrieve address of the live streaming.
For the playback can be called GetReplayUri command of the Replay Control ONVIF Service.