Re: [Libav-user] avformat_find_stream_info times out on rtp stream

2016-09-19 Thread Philippe Gorley
Hello again, I was away for a few days, sorry for the delay in answering. Here is the output of ffmpeg: http://pastebin.com/xk3Tp70Q Philippe ___ Libav-user mailing list Libav-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/libav-user

Re: [Libav-user] avformat_find_stream_info times out on rtp stream

2016-09-18 Thread Charles
On 09/18/2016 06:03 AM, Carl Eugen Hoyos wrote: 2016-09-18 6:16 GMT+02:00 Charles : https://gist.github.com/LinuxwitChdoCtOr/3099b6e68bd5597776e33f3a56c74251 Please do not use external resources for a few lines of text! What is unclear about the error message or is this not your question, di

Re: [Libav-user] avformat_find_stream_info times out on rtp stream

2016-09-18 Thread Christopher Snowhill
On 9/18/16 9:32 PM, Charles wrote: > On 09/18/2016 06:00 AM, Carl Eugen Hoyos wrote: >> 2016-09-18 6:16 GMT+02:00 Charles : >> >>> Think there is an issue >>> Version 2.6.8 from linuxtech repo is working >>> Version 3.1.3 from ffmpeg is not >> >> Which commit introduced the regression? >> >> Carl

Re: [Libav-user] avformat_find_stream_info times out on rtp stream

2016-09-18 Thread Charles
On 09/18/2016 06:00 AM, Carl Eugen Hoyos wrote: 2016-09-18 6:16 GMT+02:00 Charles : Think there is an issue Version 2.6.8 from linuxtech repo is working Version 3.1.3 from ffmpeg is not Which commit introduced the regression? Carl Eugen Sorry, don't know, I am not an ffmpeg developer, I ju

Re: [Libav-user] avformat_find_stream_info times out on rtp stream

2016-09-18 Thread Carl Eugen Hoyos
2016-09-18 6:16 GMT+02:00 Charles : > Think there is an issue > Version 2.6.8 from linuxtech repo is working > Version 3.1.3 from ffmpeg is not Which commit introduced the regression? Carl Eugen ___ Libav-user mailing list Libav-user@ffmpeg.org http://

Re: [Libav-user] avformat_find_stream_info times out on rtp stream

2016-09-18 Thread Carl Eugen Hoyos
2016-09-18 6:16 GMT+02:00 Charles : > https://gist.github.com/LinuxwitChdoCtOr/3099b6e68bd5597776e33f3a56c74251 Please do not use external resources for a few lines of text! What is unclear about the error message or is this not your question, difficult to say with so many command lines? Carl E

Re: [Libav-user] avformat_find_stream_info times out on rtp stream

2016-09-17 Thread Charles
Is it also reproducible with "./ffmpeg -i rtp://hostname:port"? Carl Eugen Think there is an issue Version 2.6.8 from linuxtech repo is working Version 3.1.3 from ffmpeg is not Not exactly sure but here is my test case. Create rtp stream with ffmpeg 3.1.3 Tried to ffprobe stream with ffmpeg 3.

Re: [Libav-user] avformat_find_stream_info times out on rtp stream

2016-09-17 Thread Charles
Is this timeout a known bug? Is there an rtp issue? Is the issue reproducible with current FFmpeg git head? Dunno, in ofline lab, will try tomorrow Is it also reproducible with "./ffmpeg -i rtp://hostname:port"? Is it also reproducible if you build with "./configure && make"? Carl Eugen

Re: [Libav-user] avformat_find_stream_info times out on rtp stream

2016-09-16 Thread Carl Eugen Hoyos
2016-09-16 21:28 GMT+02:00 Philippe Gorley: Is it also reproducible with "./ffmpeg -i rtp://hostname:port"? Is it also reproducible if you build with "./configure && make"? >>> >>> It does not time out. >> >>Is this the answer to both questions or one of them? > > The second, as my confi

Re: [Libav-user] avformat_find_stream_info times out on rtp stream

2016-09-16 Thread Philippe Gorley
>2016-09-16 20:08 GMT+02:00 Philippe Gorley: >>> > I've compiled FFmpeg with the following configuration: >>> > ./configure --prefix=/usr/local --disable-everything >>> > --disable-programs --enable-protocols >>> > --enable-demuxers --enable-parser=h264 >>> > --enable-decoder=h264 --enable-indev=v4

Re: [Libav-user] avformat_find_stream_info times out on rtp stream

2016-09-16 Thread Carl Eugen Hoyos
2016-09-16 20:08 GMT+02:00 Philippe Gorley: >> > I've compiled FFmpeg with the following configuration: >> > ./configure --prefix=/usr/local --disable-everything >> > --disable-programs --enable-protocols >> > --enable-demuxers --enable-parser=h264 >> > --enable-decoder=h264 --enable-indev=v4l2 >>

Re: [Libav-user] avformat_find_stream_info times out on rtp stream

2016-09-16 Thread Philippe Gorley
> 2016-09-16 18:16 GMT+02:00 Philippe Gorley > : > > I'm looking to upgrade my application (I'm currently using FFmpeg from the > > Ubuntu 16.04 repo) > > to a more recent release of FFmpeg, such as 3.1.3. Everything went well, > > except that > > avformat_find_stream_info now times out on my RTP

Re: [Libav-user] avformat_find_stream_info times out on rtp stream

2016-09-16 Thread Carl Eugen Hoyos
2016-09-16 18:16 GMT+02:00 Philippe Gorley : > I'm looking to upgrade my application (I'm currently using FFmpeg from the > Ubuntu 16.04 repo) > to a more recent release of FFmpeg, such as 3.1.3. Everything went well, > except that > avformat_find_stream_info now times out on my RTP stream, altho

[Libav-user] avformat_find_stream_info times out on rtp stream

2016-09-16 Thread Philippe Gorley
Hi, I'm looking to upgrade my application (I'm currently using FFmpeg from the Ubuntu 16.04 repo) to a more recent release of FFmpeg, such as 3.1.3. Everything went well, except that avformat_find_stream_info now times out on my RTP stream, although it does eventually return the info. I've trie