In the interest of just getting another pair of eyeballs on the problem, some obvious things I'd check for:
- Are you testing with different videos, maybe it's a problem with the video? - Have you reproduced the problem with a video served from another FMS? Maybe it's a problem on the server? - Sometimes just quitting the IDE and restarting makes bizarre problems go away for me. Similar to your idea about polling the video.state, could you poll playheadTime and assume it's not buffering depending on what it returns? ________________________________________ From: [email protected] [[email protected]] On Behalf Of Kenneth Kawamoto [[email protected]] Sent: Wednesday, April 21, 2010 5:11 PM To: Flash Coders List Subject: Re: [Flashcoders] AS3 FLVPlayback buffering state never ends bug If you set up a listener for playheadUpdate when bufferingStateEntered occurs, do you receive playheadUpdate event when the video starts playing again? Kenneth Kawamoto http://www.materiaprima.co.uk/ patrick [insert last name here] wrote: > Ok, so I've spent a lot of time trying to figure this one out but so far > nothing. It seems like it should be a known issue but I can't find any > documentation on it. Any insight you might be able to give me would be > greatly appreciated. Here's the problem: > > I'm using the FLVPlayback to load a streaming video from a FMS. The bug that > I'm running into is with the buffering state. Most of the time it works fine, > but certain times the video will enter a buffering state that never ends. The > last video event that's fired in this scenario is the BUFFERING_STATE_ENTERED > and then the video will start playing again but it won't fire the > PLAYING_STATE_ENTERED event, and to go even further the video.state won't > even change at all. My back up was to check on an interval if the video.state > is buffering or not but even the video.state says buffering constantly at > this point. The video is clearly playing but since the state is buffering > it's causing me huge problems in my application. Is this something you have > ever heard of? Like I said, I can't seem to find any information on this and > it's becoming a huge problem for me. Any info you can give me would be > greatly appreciated. > > Thanks, > Patrick _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

