google-code-export / flowplayer-core

Automatically exported from code.google.com/p/flowplayer-core
2 stars 0 forks source link

pseudostreaming: loads of start requests while dragging scrubber #630

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When you drag the scrubber with pseudostreaming loads of - unneeded? - requests 
are made, which often end up pending - causing potential problems with slowing 
down and unreliability.

See: http://flowplayer.org/forum/5/102922
and: http://imagebin.org/225704

Investigate whether these are really required for:
a) supporting our API events (arguments to on(Before)Seek I guess)
b) updating the video image in paused state

If they are indeed required, turn this into a feature request for an option to 
turn them off and only make the start request when the scrubber is in fact 
mouse-released.

Original issue reported on code.google.com by blacktrashproduct on 26 Aug 2012 at 9:29

GoogleCodeExporter commented 9 years ago
Addendum: If you compare with youtube, they get by with a lot less requests and 
"plugin canceled" warnings.

Original comment by blacktrashproduct on 26 Aug 2012 at 9:31

GoogleCodeExporter commented 9 years ago
I clearly remember at one stage it was a requirement to keep requesting frames 
while seeking, now not ? This is a controlbar problem as it needs to seek on 
drop not drag now right ? 

Original comment by electrot...@gmail.com on 3 Sep 2012 at 11:14

GoogleCodeExporter commented 9 years ago
https://dl.dropbox.com/u/3394987/flowplayer.pseudostreaming.zip

It now won't seek during silent seek events which is when the controlbar is 
dragging. 

There is now some freaky things happening with the dragger but working on that. 

Original comment by electrot...@gmail.com on 3 Sep 2012 at 11:38

GoogleCodeExporter commented 9 years ago
Don't know how to crept it but it's not surprising ! 

http://flowplayer.org/plugins/streaming/pseudostreaming.html

Original comment by electrot...@gmail.com on 3 Sep 2012 at 11:51

GoogleCodeExporter commented 9 years ago
https://dl.dropbox.com/u/3394987/flowplayer.pseudostreaming.zip fixed in this

Original comment by electrot...@gmail.com on 3 Sep 2012 at 12:31

GoogleCodeExporter commented 9 years ago
Is this fixed? I still can reproduce the problem on the page 
http://flowplayer.org/plugins/streaming/pseudostreaming.html

Original comment by cooky...@gmail.com on 6 Sep 2012 at 2:17

GoogleCodeExporter commented 9 years ago
Please test https://dl.dropbox.com/u/3394987/flowplayer.pseudostreaming.zip

flowplayer.org will be updated when the new version is released.

Original comment by blacktrashproduct on 6 Sep 2012 at 8:33

GoogleCodeExporter commented 9 years ago
Thanks! I just tested and it worked.
Regarding showing video images when dragging, are you considering fetching one 
frame-rate of the video when dragging the scrubber (e.g. for a minimal interval 
of 0.5 seconds)?

Original comment by cooky...@gmail.com on 7 Sep 2012 at 1:43

GoogleCodeExporter commented 9 years ago
Hi it now does not seek until the dragger is dropped so no. 

Original comment by electrot...@gmail.com on 7 Sep 2012 at 4:13