video.js
video.js copied to clipboard
Ie11 has an audio track, but Chrome doesn't
Description
(https://codepen.io/mraiguo/pen/Exgjxwb?editors=1000) on JSBin you can use.
Steps to reproduce
Ie11 has an audio track, but Chrome doesn't
Results
Expected
Ie11 is consistent with Chrome
Actual
Ie11 is different from Chrome
Looking at your manifest, it's just a media playlist. For HLS, to get audio tracks you need to have them demuxed from the video and set up as different tracks in the main manifest. Here's an example main manifest https://tools.ietf.org/html/draft-pantos-hls-rfc8216bis-08#section-8.6 I'm not sure why IE11 is showing it. Maybe they have extra behavior.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.