Ticket #1494 (closed bug: fixed)

Opened 20 months ago

Last modified 16 months ago

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

comment:1 Changed 16 months ago by jeroen

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in [2065]

Note: See TracTickets for help on using tickets.