Skip to content

Commit

Permalink
Made Audio and Video versions of PR #142 by @rickvanderzwet
Browse files Browse the repository at this point in the history
  • Loading branch information
thepag committed Nov 1, 2013
1 parent c393080 commit a28a8fb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion jquery.jplayer/jquery.jplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,11 @@
flashCanPlay: true,
media: 'audio'
},
m3u8a: { // AAC / MP4 / Apple HLS
codec: 'application/vnd.apple.mpegurl; codecs="mp4a.40.2"',
flashCanPlay: false,
media: 'audio'
},
oga: { // OGG
codec: 'audio/ogg; codecs="vorbis"',
flashCanPlay: false,
Expand Down Expand Up @@ -718,7 +723,7 @@
flashCanPlay: true,
media: 'video'
},
m3u8: { // H.264 / MP4 / Apple HLS
m3u8v: { // H.264 / AAC / MP4 / Apple HLS
codec: 'application/vnd.apple.mpegurl; codecs="avc1.42E01E, mp4a.40.2"',
flashCanPlay: false,
media: 'video'
Expand Down

0 comments on commit a28a8fb

Please sign in to comment.