-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Description
Environment
- The stream has correct Access-Control-Allow-Origin headers (CORS)
- There are no network errors such as 404s in the browser console when trying to play the stream
- The issue observed is not already reported by searching on Github under https://github.com/video-dev/hls.js/issues
- The issue occurs in the latest reference client on http://video-dev.github.io/hls.js/demo and not just on my page
- Link to playable M3U8 file: http://222.122.27.39:1935/vod/mp3:sample.mp3/playlist.m3u8?wowzaaudioonly
- Hls.js version: 0.9.1
- Browser name/version: IE 11 / 11.309.16299.0
- OS name/version: Windows 10 Pro
Steps to reproduce
- Please provide clear steps to reproduce your problem
- Whenever possible, share a demo/example page which reproduces the problem you are having with the least amount of code possible.
- If the bug is intermittent, give a rough frequency if possible
URLs will play normally in Chrome, Firefox.
It can not be played in IE11.
http://cloud.yozii.com/demo/audio.php
Expected behavior
What you expected to happen
Actual behavior
What actually happened
Console output
undefined
[log] > loadSource:http://222.122.27.39:1935/vod/mp3:sample.mp3/playlist.m3u8?wowzaaudioonly
[log] > trigger BUFFER_RESET
[log] > attachMedia
[log] > media source opened
[log] > manifest loaded,1 level(s) found, first bitrate:214454
[log] > startLoad(-1)
[log] > switching to level 0
[log] > main stream:STOPPED->IDLE
[log] > audio tracks updated
[log] > subtitle tracks updated
[log] > level 0 loaded [0,26],duration:261.773
[log] > Loading 0 of [0 ,26],level 0, currentTime:0.000,bufferEnd:0.000
[log] > demuxing in webworker
[log] > main stream:IDLE->FRAG_LOADING
[log] > Loaded 0 of [0 ,26],level 0
[log] > main stream:FRAG_LOADING->PARSING
[log] > Parsing 0 of [0 ,26],level 0, cc 0
[log] > main:discontinuity detected
[log] > main:switch detected
[log] > MPEG Audio sync word found !
[log] > audio sampling rate : 44100
[log] > creating sourceBuffer(audio/mp4;codecs=mp4a.40.34)
[log] > main track:audio,container:audio/mp4,codecs[level/parsed]=[mp4a.40.34/undefined]
[log] > Parsed audio,PTS:[0.000,10.005],DTS:[0.000/10.005],nb:383,dropped:0
[log] > main stream:PARSING->PARSED
For media errors reported on Chrome browser, please also paste the output of chrome://media-internals