Can't make RTSP config for myself
Posted: 20 Mar 2023 19:12
In general, I have no idea why these or other things, or even a guide on this topic is not. But I can not normally use VLC as a surveillance system. Let me tell you what I wanted to do
Created BAT file for launching VLC from command-line (Fast Startup)
- I wanted to do title as: %DATE%_%TIME%. But if you try to use %TIME% VLC falls in error. I can't record it like that because i can't number video in this command line like 01.01.23(1)/(2) etc.
- 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
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