Ticket #1494 (closed bug: fixed)
HD: player is not seeking to offset in HTML5 when playlist is used
| Reported by: | jeroen | Owned by: | jeroen |
|---|---|---|---|
| Priority: | Normal | Milestone: | Plugins |
| Component: | html5 | Keywords: | |
| Cc: | Forum thread: |
Description
The problem is likely that the HD plugin needs to do some extra work for playlists:
- For a single video, the HD plugin swaps "hd.file" and "file" and then does a seek() to stat at the offset.
- For a playlist, the HD plugin swaps "hd.file" and "file" for all entries, then does a playlistItem() call and then does a seek() call. The seek is likely premature - the player needs to setup the playlist first.
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in [2065]