[FFmpeg-user] UNABLE TO READ RTSP FROM IP CAMERA

2019-08-20 Thread Alejandro Escudero
Hi, I can´t achieve to listen a RTSP from an IP Camera, rtsp://admin:password@192.168.0.103:554/cam/realmonitor?channel=1&subtype=0 I can play it on VLC normally but I can´t listen and open it with ffmpeg - ffplay Here is what I have tried: ffmpeg -rtsp_flags listen -i rtsp://admin:password

Re: [FFmpeg-user] UNABLE TO READ RTSP FROM IP CAMERA

2019-08-20 Thread R C
I have a uniden/hikvison doorbell that does the same.  It seems that  the rtsp protocol is not really compatible (the hikvison doesn't comply).  However VLC seems to be filling in the gaps. Ron On 8/20/19 4:44 PM, Alejandro Escudero wrote: Hi, I can´t achieve to listen a RTSP from an IP Cam

Re: [FFmpeg-user] UNABLE TO READ RTSP FROM IP CAMERA

2019-08-21 Thread Moritz Barsnick
On Tue, Aug 20, 2019 at 22:44:20 +, Alejandro Escudero wrote: > ffmpeg -rtsp_flags listen -i > rtsp://admin:password@192.168.0.103:554/cam/realmonitor?channel=1&subtype=0 > > Unable to open RTSP for listening > rtsp://admin:password@192.168.0.103:554/cam/realmonitor?channel=1: Unknown > error

Re: [FFmpeg-user] UNABLE TO READ RTSP FROM IP CAMERA

2019-08-21 Thread Alejandro Escudero
on behalf of Moritz Barsnick Sent: Wednesday, August 21, 2019 7:34 AM To: FFmpeg user discussions Subject: Re: [FFmpeg-user] UNABLE TO READ RTSP FROM IP CAMERA On Tue, Aug 20, 2019 at 22:44:20 +, Alejandro Escudero wrote: > ffmpeg -rtsp_flags listen -i > rtsp://admin:password@192.168.0.103:

Re: [FFmpeg-user] UNABLE TO READ RTSP FROM IP CAMERA

2019-08-21 Thread Michael Shaffer
I'm using two Hikvision cameras with RTSP with ffmpeg and it works fine. What happens if you try this? (writing the video to a file) ffmpeg -rtsp_transport tcp -y -rtbufsize 200M -i "rtsp:// admin:password@192.168.0.103:554/cam/realmonitor?channel=1&subtype=0" -f lavfi -f dshow -c:v copy -c:a cop

Re: [FFmpeg-user] UNABLE TO READ RTSP FROM IP CAMERA

2019-08-22 Thread Moritz Barsnick
On Wed, Aug 21, 2019 at 17:32:09 +, Alejandro Escudero wrote: > Unable to open RTSP for listening > > C:\Users\User\Desktop\ejemplosffmpeg>ffmpeg -rtsp_flags listen -i > "rtsp://admin:password@192.168.0.103:554/cam/realmonitor?channel=1&subtype=0" Why are you listening? Is the camera streamin