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

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

Re: [Libav-user] Querying v4l2 devices

2016-09-17 Thread Timur Guseynov
avdevice_list_input_sources works. Thank you! сб, 17 сент. 2016 г. в 1:33, Lukasz Marek : > On 17.09.2016 00:08, Lukasz Marek wrote: > > I guess input device private data is not initialized, try to add this > > code right after formatContext->iformat=inputFormat, just