2018-04-15 15:04 GMT+02:00, Denis <i...@denisgottardello.it>: > Hi. With this command line I can capture the video stream > from my personal onvif camera using my linux machine
> and the official already built ffmpeg executable from the > ffmpeg website. (There are no official binaries, the FFmpeg project only provides source code.) > *./ffmpeg -i rtsp://192.168.1.162:554/onvif1 a.avi* > > But I can't capture the video stream from another onvif > camera, the command line is > *./ffmpeg -i rtsp://admin:admin@172.30.153.33:554/1 a.avi* > > The ffmpeg output is > denis@tomcat:~/Scaricati/ffmpeg-3.4.2-64bit-static$ ./ffmpeg -i rtsp:// > admin:admin@172.30.153.33:554/1 a.avi > ffmpeg version 3.4.2-static https://johnvansickle.com/ffmpeg/ Please test current FFmpeg git head, nothing else is supported here. If the camera cannot be reached from the internet, please provide the console output for "ffmpeg -loglevel 99 -i rtsp...". Carl Eugen _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".