AndroidFFmpeg
AndroidFFmpeg copied to clipboard
MPEG2 RTP multicast [question]
Hey!
I am using FFMpeg Library to play a MPEG2 video that streamed via RTP.
However, the player is not working with it (although works perfectly with a mpeg2 requested by http)
There are some different error messages that it shows to me, although some that I am getting the most are like this:
... <missed -1 packets> 11-24 14:50:59.970: E/ffmpeg(30028): RTP: missed -1 packets 11-24 14:50:59.970: E/ffmpeg(30028): RTP: missed -1 packets 11-24 14:50:59.970: E/ffmpeg(30028): RTP: missed -1 packets 11-24 14:50:59.970: E/ffmpeg(30028): max_analyze_duration 5000000 reached at 5021678 11-24 14:50:59.970: E/ffmpeg(30028): Estimating duration from bitrate, this may be inaccurate 11-24 14:50:59.980: A/ffmpeg(30028): slice below image (161 >= 30) 11-24 14:50:59.980: E/player.c(30028): player_decode_video Fail decoding video -1 ...
or
... <missed -1 packets> 11-24 14:56:50.845: E/ffmpeg(32116): RTP: missed -1 packets 11-24 14:56:50.845: E/ffmpeg(32116): RTP: missed -1 packets 11-24 14:56:50.845: E/ffmpeg(32116): RTP: missed -1 packets 11-24 14:56:50.845: E/ffmpeg(32116): max_analyze_duration 5000000 reached at 5021678 11-24 14:56:50.845: E/ffmpeg(32116): Estimating duration from bitrate, this may be inaccurate 11-24 14:56:50.850: A/libc(32116): Fatal signal 11 (SIGSEGV) at 0x4b530a74 (code=2), thread 32347 (AsyncTask #4) ...
Do you have any idea what may be the problem?
Thanks for the help! Cheers!
@paulovelho did you fix this problem? I need to play a MPEG2 multicast stream via UDP. Does this work with this libary? thanks