SetBufferTime Subcriber Stream Question 2004-03-19 - By Srinivas Nagarajan
Back Hi All,
I have a huge file at the FCS server (is abt 100 MB of video file). I have a subscriber playing the video file using netstream.
Code:
bcast_ns = new NetStream(room_nc); bcast_ns.setBufferTime(40); bcast_video.attachVideo(bcast_ns); bcast_ns.play("bcast_source");
bcast_ns.onStatus = function(info){ if(info.code == "NetStream.Buffer.Full") { bcast_ns.setBufferTime(20); } }
My bandwidth is set to 512 Kb/s up and down. My netStream.bufferLength for some reason reduces very fast and so the movie stops frequently and then buffers and plays it. I would like the movie to play smoothly without any stops ?
Any suggestions please ?
Thanks Best Srinivas
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __ Free up your inbox with MSN Hotmail Extra Storage. Multiple plans available. http://click.atdmt.com/AVE/go/onm00200362ave/direct/01/
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Supported by Fig Leaf Software -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Lower Prices for Certified Training! Check out new lower prices for Certified Macromedia Training from Fig Leaf Software. Expand your skill set with courses in ColdFusion, Flash, Rich Internet Applications and .NET in the new year. Fig Leaf Software provides the highest caliber instruction at our training centers in Washington D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location.
Get the details at http://training.figleaf.com/ -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: flashcomm-unsubscribe@(protected) For additional commands, e-mail: flashcomm-help@(protected)
|
|