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:[email protected]: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 < [email protected]> wrote: > Hi, > > I can´t achieve to listen a RTSP from an IP Camera, rtsp:// > admin:[email protected]: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:[email protected]:554/cam/realmonitor?channel=1&subtype=0 > > Unable to open RTSP for listening > rtsp://admin:[email protected]: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 > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
