Playback from Dahua NVR without a browser

d5775927

Pulling my weight
Joined
Dec 11, 2019
Messages
291
Reaction score
229
Location
Israel
Nice trick for people who are too lazy to open a browser and login and search the timeline:
Code:
Use:
rtsp:/<user>:<password>@<nvr ip>:554/cam/playback?channel=1&starttime=2024_04_25_21_58_00
For example:
rtsp:/admin:password@192.168.1.108:554/cam/playback?channel=1&starttime=2024_04_25_21_58_00
To view channel 2:
rtsp:/admin:password@192.168.1.108:554/cam/playback?channel=2&starttime=2024_04_25_21_58_00
You can open that in vlc player and directly view a recording.
 

d5775927

Pulling my weight
Joined
Dec 11, 2019
Messages
291
Reaction score
229
Location
Israel
That’s easier than opening a browser?
You can wrap this in a script that asks you for camera name and a date (or just time defaulting to today's date).
Finding a 10 seconds interval using smartpss/browser, requires much more steps/clicks.
 
Top