Skip to content

Commit c393080

Browse files
committed
Merge branch 'master' of https://github.com/rickvanderzwet/jPlayer into rickvanderzwet-master
2 parents 3600a54 + a638a2d commit c393080

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jquery.jplayer/jquery.jplayer.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,11 @@
718718
flashCanPlay: true,
719719
media: 'video'
720720
},
721+
m3u8: { // H.264 / MP4 / Apple HLS
722+
codec: 'application/vnd.apple.mpegurl; codecs="avc1.42E01E, mp4a.40.2"',
723+
flashCanPlay: false,
724+
media: 'video'
725+
},
721726
ogv: { // OGG
722727
codec: 'video/ogg; codecs="theora, vorbis"',
723728
flashCanPlay: false,

0 commit comments

Comments
 (0)