Created BAT file for launching VLC from command-line (Fast Startup)
Code: Select all
START vlc.exe rtsp://admin:@192.168.0.100:554/ --loop --sout=#duplicate{dst=file{dst=D:\CAM\%DATE%.mp4,no-overwrite},dst=display} :no-sout-all :sout-keep
- Also i don't think that adding date and time recording into video while record is impossible (The solutions i've seen have to do with overlay, not recording) Why have a record where the meta-data can easily be changed?
- Can't I record a video in parts? Like, I set a limit of 6 hours and VLC starts a new recording. With --loop you can restore the previous record.
Duplicate recording via RTSP is very limited and requires a lot of tweaking
I really hope that someone will write this script