Minksks / dolphin-player

Automatically exported from code.google.com/p/dolphin-player
0 stars 0 forks source link

How to play 2 chunks without an audio gap? #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I can not use HLS and ts, I separated a video into some chunks(3gp format), and 
I want to play them one by one, but I found there is an audio gap between the 2 
chunks, how can i avoid this issue?  Thanks in advance!

Original issue reported on code.google.com by eidolonS...@gmail.com on 20 Feb 2013 at 10:29

GoogleCodeExporter commented 8 years ago
for continuous play, you have to buffer the audio continuously. modifications 
are required in decode_thread(). when on file reaches the eof, you can buffer 
the reading for the next file and keep it seamless.

let me know, if the above information is useful

Original comment by aatrala on 1 Mar 2013 at 1:42