On 8/24/06, Dan Rossi <[EMAIL PROTECTED]> wrote:
All bandwidth is specified in bits per second. So you call sbc.setOverallBandwidth() with the proper parameter computed by yourself.
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.
let me know.
dan
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org
--
Best Regards
Steven Gong
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
