;

PDA

Click to See Complete Forum and Search --> : streaming video and preloading. choppy playback of video


derricketo
08-16-2006, 01:15 PM
ive got a flash 8 presentation made for the web with some streaming video going on inside of it.

the main swf has a preloader, on playback on the web, about half the time im getting reports of choppy playback (vid and aud) of the video component... the video component is an flv file coming down as a progressive downloaded stream from the server

is there anything that i can do in my swf to help give this flv some extra buffer time? any help on this would be great. thanks guys
http://intunemedia.com/clients/rediscoversun/rediscoversun.html

deadbeat
08-16-2006, 02:21 PM
If you're using the FLVPlayback cvomponent, just set the bufferTime property:

http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00003532.html#wp3757903

You might try dropping the bit rate your video is encoded at as well...

K.

derricketo
08-17-2006, 02:59 PM
thanks much, exactly what i needed, ill set the buffertime and play around with ti

derricketo
08-17-2006, 02:59 PM
thanks much, exactly what i needed, ill set the buffertime and play around with it