RTSP URL formats for SD card playback
Below you will find the format of RTSP URLs for playback from SD card storage for different camera vendors:
Axis
rtsp://<login>:<pwd>@<host>:<port>/axis-media/media.amp?recording=sdcard&starttime=YYYYMMDDTHHMMSSZ
Bosch
rtsp://<login>:<pwd>@<host>:<port>/rtsp_tunnel?rec=1&vcd=2&enableaudio=1&audio_mode=0&aacOut=1&silence=0&seek=<stime>&speed=<speed>&h26x=<format>
<stime> is time in seconds from 1 Jan 2000
<speed> is the speed of replay
<format> is format of h26x stream (4 for H264 and 5 for H265)
Dahua
rtsp://<login>:<pwd>@<host>:<port>/cam/playback?channel=1&starttime=<stime>&endtime=<etime>
where <stime> and <etime> are UTC times in format %Y_%m_%d_%H_%M_%S
Hanwha
rtsp://<login>:<pwd>@<host>:<port>/ProfileG/Recording-1/recording/<start_time>/play.smp
where <start_time> is time in format %Y%m%d%H%M%S
Hikvision
rtsp://<login>:<pwd>@<host>:<port>/Streaming/Tracks/101?transportmode=unicast&replaymode=onvifreplay&starttime=<stime>&endtime=<etime>
where <stime> and <etime> are UTC times in format %Y-%m-%dT%H:%M:%SZ
Vivotek
rtsp://<login>:<pwd>@<host>:<port>/mod.sdp?stime=<start_time>&etime=<end_time>
where <start_time> and <end_time> are UTC times in format %Y%m%d_%H%M%S.%ms