sksushilkumar / red5phone

Automatically exported from code.google.com/p/red5phone
0 stars 0 forks source link

Audio buffer loses time and eventually cuts out #95

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a Flash player that plays the netstreams
2. Set the buffer time to 5 seconds
3. See how the buffer will get lower over time, and eventually have to 
rebuffer, consistently everytime

What is the expected output? What do you see instead?
The buffer should not run out and should be able to play the audio stream 
consistently without interruptions

What version of the product are you using? On what operating system?
Red5Phone r39 with Red5 0.8 on Windows Server 2003

Please provide any additional information below.
It seems like the audio stream is losing some data packets along the way.  
The audio buffer keeps running out, causing cuts in audio and 
interruptions.  I believe that there may be an issue in the 
RTPStreamReceiver.java class, converting the PCM to the flash stream, but 
I'm not sure.  Thanks for any help.

Original issue reported on code.google.com by cost...@gmail.com on 3 Feb 2010 at 9:49