André M.
André M.
## Description Fix #7898 See https://github.com/videojs/video.js/issues/5824#issuecomment-511504408 ## Specific Changes proposed This change allows the PictureInPictureToggle component to no longer be displayed when the web browser does not support the Picture-in-Picture...
### Description The PictureInPictureToggle component should not be displayed when changing the order of components in the ControlBar in browsers that do not support the Picture-in-Picture API. Prior to [v7.19.0](https://github.com/videojs/video.js/issues/7647),...
# Description Proposal to introduce a new `useForcedSubtitles` option to access forced subtitles when available.  ## Current State Currently, VHS ignores forced subtitle tracks. This behavior makes it impossible...
## Description Adapts the `player.height` to the `controlBar.currentHeight` when the `audioOnlyMode` is `enabled`. This ensures that the player height and control bar height are always in sync when the player...
## Description ## Specific Changes proposed ## Requirements Checklist - [ ] Feature implemented / Bug fixed - [ ] If necessary, more likely in a feature request than a...
## Description Replace the player's default icons with custom icons. The `experimentalSvgIcons` option accepts a `boolean` or a `string`. If the string represents a valid svg, it will replace the...
## Description Allows to easily change the visual aspect of the component without having to adjust the positioning. [Screencast from 12. 08. 23 20:37:48.webm](https://github.com/videojs/video.js/assets/34163393/4767781d-92e3-4f7a-a5d6-186544087822) **Reduced test case** ```javascript const t...
## Description update `@videojs/vhs-utils` to version `4.0.0` refers https://github.com/videojs/video.js/issues/8491
## Description Exposes I-frame playlists through the `iFramePlaylists` property, providing a basis for the creation of trick-play functionality. ## Specific Changes proposed **parse-stream.js** - add match statement for parsing the...
## Description Handles I-frames-only `segments`, providing a basis for the creation of trick-play functionality. ## Specific Changes proposed **parse-stream.js** - add match statement for parsing the `EXT-X-I-FRAMES-ONLY` tag - add...