Try to capture RTSP stream with ffmpeg. Everything goes nice, if I save video to my home folder. Can't save to another directory. ffmpeg says 'Permission denied' even directory premission is 777.
In short:
ffmpeg -i 'rtsp://192.168.0.161:554/11' -c:v copy -an new.mp4
good
ffmpeg -i 'rtsp://192.168.0.161:554/11' -c:v copy -an folder777/new.mp4
Ubuntu Server 18.04.02. ffmpeg snap package v.4.1.
Any suggestion?