Re: [Live-devel] Recording video stream using openRTSP in cron do not work

2018-01-12 Thread Ross Finlayson
> openRTSP -4 -I -d 300 rtsp://10.0.0.2 > /media/video4.mp4 > > When I run this in console by ./name.sh it works but when I added it into > crontab it does not work. What should I do Because your command works OK when you type it into a console, this is really a question about using “crontab”

[Live-devel] Recording video stream using openRTSP in cron do not work

2018-01-12 Thread godwin
Hi Dear My name is godwin i am trying to create a cron jon with open RTSP but i am stuck please help me. I tried VLC but its taking my cpu so i though to go with open RTSP openRTSP -4 -I -d 300 rtsp://10.0.0.2 > /media/video4.mp4 When I run this in console by ./name.sh it works but when