befovy / fijkplayer

ijkplayer for flutter. ijkplayer 的 flutter 封装。 Flutter video/audio player. Flutter media player plugin for android/iOS based on ijkplayer. fijkplayer 是基于 ijkplayer 封装的 flutter 媒体播放器,开箱即用,无需编译 ijkplayer
https://fijkplayer.befovy.com
MIT License
1.63k stars 340 forks source link

[BUG] Ac3 decoding fails #342

Open lechevo opened 3 years ago

lechevo commented 3 years ago

I don't the audio for one video. I am getting the following error :

W/IJKMEDIA(10119): Could not find codec parameters for stream 0 (Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels): unspecified sample rate W/IJKMEDIA(10119): Consider increasing the value for the 'analyzeduration' and 'probesize' options ... I/tv.danmaku.ijk.media.player.IjkMediaPlayer(10119): candidate codec: OMX.google.h264.decoder rank=200 I/IjkMediaCodecInfo(10119): Main Profile Level 52 (2,65536) W/tv.danmaku.ijk.media.player.IjkMediaPlayer(10119): unaccetable codec: OMX.google.h264.decoder E/IJKMEDIA(10119): mediacodec_select_callback: onSelectCodec failed E/IJKMEDIA(10119): amc: no suitable codec

befovy commented 3 years ago

Are you familiar with ffmpeg? You can enable more decoders when configure and compile ffmpeg. Then use it in fijkplayer.

https://fijkplayer.befovy.com/docs/zh/replace-ijkplayer.html#gsc.tab=0

lechevo commented 3 years ago

Thanks for your support. Is there any english version of the page ?

befovy commented 3 years ago

Thanks for your support. Is there any english version of the page ?

Sorry, this page dose not have an english version.