JasonXiao001 / easyPlayer

A simple player using FFmpeg on Android
61 stars 23 forks source link

Found when seek to the previous place ,The player runs very slow??? #2

Open akbarxie opened 6 years ago

akbarxie commented 6 years ago

When I try to seek to the previous place the player runs very slow and it also turns: W/AudioTrack: releaseBuffer() track 0xb4c0d880 disabled due to previous underrun, restarting

akbarxie commented 6 years ago

I have solve a part of the problem by adding auddec.pkt_queue.flush();when seek to one position of the video. But I have still got one ,AudioTrack: releaseBuffer() track 0x99853100 disabled due to previous underrun, restarting