Hi All,
       I was wondering if somebody else had this problem before, may be able to 
help:

In the libavcodec build 51.49.0, I am trying to set up video4linux in my C#.Net 
application and it's not quite working right. The av_find_input_format works 
ok, the av_open_input_file works fine, the frame decoding and output all work 
fine, but there is a 1-2 minute delay in calling av_find_stream_info. It does 
eventually continue and the streams are there, however later the read_frame 
also has the same 1 minute delay, which is obviously not supposed to be the 
case. 

The camera's image does come through, at 320x240.

My first thought was it could be a hardware issue, so I tried the standalone 
ffplay utility, and that works fine with the same image settings. My command 
line for that was: ffplay -f video4linux /dev/video0 -s 320x240

 I've been through the ffplay.c code and don't see any other initialisation or 
setup required to get it to work.

Thoughts?

Best Regards,

Euan.

_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to