Created
January 12, 2016 07:10
-
-
Save gnz00/745be38db6f0bf42ba50 to your computer and use it in GitHub Desktop.
HLS Manifests that aren't being processed correctly by the videojs-contrib-hls plugin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#EXTM3U | |
#EXT-X-VERSION:3 | |
#EXT-X-MEDIA-SEQUENCE:0 | |
#EXT-X-TARGETDURATION:11 | |
#EXTINF:10.026666666667, | |
audio_0_256000/hls/segment_0.ts | |
#EXTINF:6.5066666666667, | |
audio_0_256000/hls/segment_1.ts | |
#EXTINF:4.3733333333333, | |
audio_0_256000/hls/segment_2.ts | |
#EXTINF:10.005333333333, | |
audio_0_256000/hls/segment_3.ts | |
#EXTINF:7.0613333333333, | |
audio_0_256000/hls/segment_4.ts | |
#EXTINF:4.1173333333333, | |
audio_0_256000/hls/segment_5.ts | |
#EXT-X-ENDLIST |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#EXTM3U | |
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio-1",NAME="Audio",LANGUAGE="de",AUTOSELECT=YES,URI="audio_0_256000_hls.m3u8" | |
#EXT-X-STREAM-INF:BANDWIDTH=2304000,CODECS="avc1.42c00d,mp4a.40.2",RESOLUTION=640x272,AUDIO="audio-1" | |
video_0_1024000_hls.m3u8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#EXTM3U | |
#EXT-X-VERSION:3 | |
#EXT-X-MEDIA-SEQUENCE:0 | |
#EXT-X-TARGETDURATION:11 | |
#EXTINF:10.01, | |
video_0_1024000/hls/segment_0.ts | |
#EXTINF:6.5065, | |
video_0_1024000/hls/segment_1.ts | |
#EXTINF:4.379375, | |
video_0_1024000/hls/segment_2.ts | |
#EXTINF:10.01, | |
video_0_1024000/hls/segment_3.ts | |
#EXTINF:7.0487083333333, | |
video_0_1024000/hls/segment_4.ts | |
#EXTINF:4.1708333333333, | |
video_0_1024000/hls/segment_5.ts | |
#EXT-X-ENDLIST |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment