> 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”
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