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

Michael Shaffer mikeshaffer at gmail.com
Thu Aug 22 03:36:47 EEST 2019


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 at 192.168.0.103:554/cam/realmonitor?channel=1&subtype=0" -f
lavfi -f dshow -c:v copy -c:a copy -f flv test.mp4

On Tue, Aug 20, 2019 at 6:44 PM Alejandro Escudero <
escuderoserrano at hotmail.com> wrote:

> Hi,
>
> I can´t achieve to listen a RTSP from an IP Camera, rtsp://
> admin:password at 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 at 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
> "subtype" no se reconoce como un comando interno o externo,
> programa o archivo por lotes ejecutable.
>
>
> Thanks
>
>
>
> Alejandro
>
> [
> https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif
> ]<
> https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
> Libre de virus. www.avast.com<
> https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail
> >
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list