flowplayer / flowplayer

The HTML5 video player for the web
Other
1.92k stars 471 forks source link

resume after seek on playlist finish starts first clip #1077

Closed phloxic closed 7 years ago

phloxic commented 8 years ago

Setup: playlist with advance: false, loop: false.

  1. play last clip until finished
  2. seek to a position before end in paused state
  3. resume

The resume in step 3 should resume from the position, instead it loads the first clip in the playlist.

Can be verified (example without engine plugin to show it's a core issue) for instance at https://flowplayer.org/demos/playlist/#js_demo

nnarhinen commented 7 years ago

Can we have a bug demo under demos.flowplayer.org thanks (or url to a demo where this is visible there) thanks :)

phloxic commented 7 years ago

@nnarhinen - do you need this without hlsjs plugin? Otherwise any old playlist will do, like http://demos.flowplayer.org/playlist/minimal.html

phloxic commented 7 years ago

http://demos.flowplayer.org/playlist/ratio.html - but that contains also the RTMP bug (which is fixed in dev though). I'll create an addtional issue demo.

phloxic commented 7 years ago

http://demos.flowplayer.org/bug/1077.html once it has propagated.

nnarhinen commented 7 years ago

http://demos.1083f.flowplayer.me/bug/1077.html

phloxic commented 7 years ago

There must be something entirely different regarding playlist styling, it's completely gone in the fp7 version.

nnarhinen commented 7 years ago

Yes, the .flowplayer container has overflow: hidden which prevents elements being drawn outside the container