Mailing List
Home
Forum Home
Flash Pro
Subjects
Subject: RE: Firework Effect
Web Service Results
Flash Interface with 10mb xml file
AW: [Flashcoders] Switch/Case vs If/else
AW: [Flashcoders] Switch/Case vs If/else
Flash MX 2004 Sucks
Reading and displaying RSS feeds in Flash MX
Flash and QuickTime VR
Textfield prototype question
XML to Object help
Order of events per frame
MX2004 Dataset itemClassName
memory management removeMovieClip /
Event Dispatcher between classes
Help: MX 2004 How to script a print button to print the entire sli
ScrollPane component doesn 't auto update
setInterval bug identified and fixed
setInterval bug identified and fixed
Listener Object 's best practice
 
SetBufferTime Subcriber Stream Question

SetBufferTime Subcriber Stream Question

2004-03-19       - By Srinivas Nagarajan

 Back
Reply:     1     2  

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)