videojs / video.js

Video.js - open source HTML5 video player
https://videojs.com
Other
37.56k stars 7.4k forks source link

Audio Described displayed next the AD icon #7556

Closed amtins closed 2 years ago

amtins commented 2 years ago

Description

ad-bug

Steps to reproduce

  1. Open https://videojs-http-streaming.netlify.app
  2. Start the playback
  3. Click on the audio track icon

Results

Expected

The Audio Described should not be displayed.

Actual

The Audio Described is displayed next the AD icon.

Additional Information

Maybe something wrong here v7.14.3...v7.15.0

versions

videojs

Since version 7.15.0. Version 7.14.3 it works like a charm.

video-archivist-bot commented 2 years ago

Hey! We've detected some video files in a comment on this issue. If you'd like to permanently archive these videos and tie them to this project, a maintainer of the project can reply to this issue with the following commands:

gkatsev commented 2 years ago

Thanks for the issue. It's likely related to https://github.com/videojs/video.js/pull/7337. I thought I went through and verified everything, but I guess I missed a use case.

gkatsev commented 2 years ago

Have a fix here https://github.com/videojs/video.js/pull/7559