[Libav-user] Intra_vlc_format

2012-03-22 Thread francesco
Hi to all how can I set the Intra_vlc_format ? The flag CODEC_FLAG2_INTRA_VLC is deprecated and in the 7.1 version is not supported. (The program after updating libavcodec library gives error in compiling). In the deprecaed flag list is written "Use MPEG-2 intra VLC table. ". How can I set it ?

[Libav-user] Https hls url not opening

2012-03-22 Thread Antti Peuhkurinen
Hi! I am developing ffmpeg based player on Android device and there is problem opening https live stream urls. Probably the problem is somehow related to self-signed certificates. I can open the same https url with Firefox 11.0 on my desktop and with the Android's browser without problems (both po

Re: [Libav-user] Decoding Problem (got_picture always return 0)

2012-03-22 Thread 吴沁凡
The incoming data received by the client can be an incomplete frame (or may be more than one frame, since the data is not organized as the same as you wrote at server end), so you can not decode it directly. Use function av_parser_parse2() first to get complete frame one by one from the incoming da