supernginx / flowplayer-core

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

httpstreaming: playhead jumps back to previous position #560

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. empty cache
2. go to http://flowplayer.org/plugins/streaming/httpstreaming.html
3. start playback
4. seek forward (works)
5. seek backward

What is the expected output? What do you see instead?
Expected: backward seek, playhead stays at target position
Instead: playhead jumps back to previous position. Video goes to position with 
(expected?) delay, but playhead position is not updated.

Original issue reported on code.google.com by blacktrashproduct on 18 May 2012 at 3:12

GoogleCodeExporter commented 8 years ago
problem with the controlbar again if you release the dragger off the stage. Try 
and release while seeking inside the scrubber area. 

Original comment by dani...@electroteque.org on 21 May 2012 at 5:15

GoogleCodeExporter commented 8 years ago
Nope, it only depends on cache being empty, I'm having the mouse on the 
playhead. I believe it has to do with the timing - the video takes quite some 
time to actually go to the target position.

Original comment by blacktrashproduct on 21 May 2012 at 9:41

GoogleCodeExporter commented 8 years ago
Deferring this until version 2.0 refactoring.

Original comment by dani...@electroteque.org on 22 May 2012 at 6:23

GoogleCodeExporter commented 8 years ago
doesn't look like that will be the case for a while , problem is still there 
but its at certain seek times. 

Original comment by dani...@electroteque.org on 2 Jul 2012 at 6:06

GoogleCodeExporter commented 8 years ago
eek, ok it doesn't seem like its an issue with the plugin. Are you able to 
specify how you are scrubbing, clicking the trackbar ? It seems like another 
dragger update issue to me as the time updates correctly on the seek. Then 
after a few seconds the dragger updates back correctly. 

Original comment by dani...@electroteque.org on 10 Jul 2012 at 5:59

GoogleCodeExporter commented 8 years ago
OK I see what the problem is now, seek notify is dispatched which in turn tells 
the scrubber to update however the time hasn't updated in that time and is the 
previous position. Tested with strobe media playback and doing the same thing 
so a bug with v 1.6 and best to wait and see if we can upgrade to v 2.0 as 
there was a tonne of bug fixes committed in that branch. 

Original comment by dani...@electroteque.org on 10 Jul 2012 at 6:10