streaming from IP camera using a schedule
Posted: 25 Nov 2015 21:04
I use rtsp to currently stream from my ipcamera at home to a directory on a hard drive.
I would like to schedule a weeks worth of 24 hour days to be saved and then overwritten starting at the first day so I have a weeks worth to review.
I use this bit of code and then hit the record button to record now. I would like to automate this.
Also --sout does not put the stream in the directory I called out.
It puts it in "My Videos" on my main drive. I want to put it on another drive bit it ignores the path.
Also, I am doing this strictly in my house; no need for remote access at all.
I have never done scripting on this at all so any guidance would be appreciated.
THanks in advance.
I would like to schedule a weeks worth of 24 hour days to be saved and then overwritten starting at the first day so I have a weeks worth to review.
Code: Select all
rtsp://192.168.0.107:34567/user=admin&password=&channel=1&stream=0.sdp?
Also --sout does not put the stream in the directory I called out.
It puts it in "My Videos" on my main drive. I want to put it on another drive bit it ignores the path.
Also, I am doing this strictly in my house; no need for remote access at all.
I have never done scripting on this at all so any guidance would be appreciated.
THanks in advance.