Steven Gong wrote:
On 8/24/06, Dan Rossi <[EMAIL PROTECTED]>
wrote:
hi, we are
trying to work out in our settings to
prevent the live stream subscriber to lose frames. We have it set to 8
- 15fps in the broadcaster application, our broadcaster monitor shows
the frames holding out, however on the subscriber end it cant retain a
steady frame rate and will goto 0 alot and then the video will freeze
obviouslly. We have worked out our buffering problems by setting a
buffer to 30 seconds which gave it alot of headroom as it would drop
down from 30 to 10 or less alot.
What settings should i be looking for to prevent the dropped frames and
would the bandwidth configurer in the application help ?
if i set a bandwidth rate of 100k in the camera setting what should the
bandwidth configurer be i have this currently
sbc.setMaxBurst(8*1024*1024);
sbc.setBurst(8*1024*1024);
sbc.setOverallBandwidth(2*1024*1024);
All
bandwidth is specified in bits per second. So you call
sbc.setOverallBandwidth() with the proper parameter computed by
yourself.
I dont really know how this is going to help me stop the frame rate
from going to 0 and prevent making the live stream freeze, im not
really sure where the problem is, as the buffering is fine. Has anyone
else have similar problems ?
|
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org