Ticket #1410 (closed bug: fixed)

Opened 22 months ago

Last modified 21 months ago

If playlist with multiple levels specified, iOS needs .mp4 to be listed first

Reported by: pablo Owned by: pablo
Priority: Milestone: Player 5.8
Component: html5 Keywords:
Cc: Forum thread:

Description

The following configuration breaks on iOS:

  jwplayer('mediaspace').setup({
    modes: [{type:"html5"}],
    playlist: [{
      levels:[
        {file :'video.ogv'},
        {file:'video.mp4'}
      ]
    },{
      levels:[
        {file :'video.ogv'},
        {file:'video.mp4'}
      ]
    }]
  });

The second playlist item will fail to play. If the order of the ogv and mp4 files are reversed, the playlist will play correctly.

Change History

comment:1 Changed 21 months ago by jeroen

I'm fairly sure this is an iOS3 only bug. Good to know in case you can't replicate on iOS4.

comment:2 Changed 21 months ago by pablo

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

Fixed in [1983]

Note: See TracTickets for help on using tickets.