Wowza Community

onvif VOD request

Hello,

I’m using the Milestone Xprotect VMS in my organization, one of its features is the ONVIF Bridge that can give me the option to connect to the cameras live or VOD streams using the RTSP protocol.

this is an example how to connect to the VOD stream of one of the cameras using VLC player (command line):

vlc.exe --rate=-1.0 --start-time=3600 “rtsp://basic:basic@bgws-pvv-04:554/vod/943ffaad-42be-4584-bc2c-c8238ed96373”

I would like to know if there is an option to use wowza to connect to this RTSP url with the same parameters as using in VLC (start time) ?

Thanks in advance,

Idan