Ticket #1410 (closed bug: fixed)
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
Note: See
TracTickets for help on using
tickets.

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