video.js icon indicating copy to clipboard operation
video.js copied to clipboard

Ie11 has an audio track, but Chrome doesn't

Open mraiguo opened this issue 4 years ago • 2 comments

Description

(https://codepen.io/mraiguo/pen/Exgjxwb?editors=1000) on JSBin you can use.

Steps to reproduce

DRhc5V.png Ie11 has an audio track, but Chrome doesn't

Results

Expected

Ie11 is consistent with Chrome

Actual

Ie11 is different from Chrome

mraiguo avatar Nov 30 '20 11:11 mraiguo

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.

gkatsev avatar Nov 30 '20 22:11 gkatsev

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.

stale[bot] avatar Apr 29 '22 04:04 stale[bot]