I'm running into an odd bug which I'm not sure I can do anything about. I'm using the FLVPlayback component with custom controls, but otherwise as-is, to stream video over RTMP from thePlatform (theplatform.com). It all works just fine.

However, when I hit my pause button, wait a while, and hit the play button, the video is not always resuming from where it was paused. Occasionally this difference is up to 5s, but seems random. As an example, I'm listening for the stateChange event, and here are the properties of its event object when pausing and resuming:

target=_level0.app.__player.__flvPlayback
type=stateChange
state=paused
playheadTime=6.87
vp=0
target=_level0.app.__player.__flvPlayback
type=stateChange
state=buffering
playheadTime=6.87
vp=0
target=_level0.app.__player.__flvPlayback
type=stateChange
state=playing
playheadTime=10.007
vp=0

The difference in this test is about 3s. Has anyone else run into this? Is it a problem with the server or the client?

thanks,
-josh
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to