bilibili / ijkplayer

Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support.
GNU General Public License v2.0
32.54k stars 8.13k forks source link

音频播放使用OpenSL ES出现延迟出声的解决办法 #4421

Open obliviosn opened 6 years ago

obliviosn commented 6 years ago

修改ijksdl_aout_android_opensles.c中第44行

define OPENSLES_BUFFERS 255 / maximum number of buffers /

把 OPENSLES_BUFFERS改为20或着100以内 最终为:

define OPENSLES_BUFFERS 20 / maximum number of buffers /

完美解决!

baishuai commented 6 years ago

感觉改成20 会听出来声音卡,衔接不好