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

[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

[FFmpeg-user] [LDP] FFmpeg at LinuxDays 2019 in Prague

2019-08-20 Thread Thilo Borgmann
Hi all, FFmpeg has been accepted again for a booth at the LinuxDays 2019 in Prague, Czech Republic from October 5th to 6th! Like last year, we hope to have a great conference with many users and fellow open-source projects attending! Find detailed information here: https://www.linuxdays.cz/201

[FFmpeg-user] Seek to dts or to pts or depending on the format?

2019-08-20 Thread Gabriele Greco
If I do: ffmpeg -ss 123.05 -i input.file [...] the seek is on the PTS or on the DTS? Looking at avcodec documentation it seems that some formats seek to pts and some others to to dts, and there is a flag to detect this, but from the command line tool interface how does this work? It's different