[ARRISEOS-47239]: Cloned from Apple Radar 119814367: Mute functionality not working on video element #488
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
EXTERNAL: Liberty Global: Mute functionality not working on video element
Created by Armand Adams on 18 December 2023 at 16:01
Edited by Armand Adams on 18 December 2023 at 16:01
Reason for clone: Cloning to external for partner review.
Summary: Mute functionality is broken on the video element causing Audio during Trickplay as well as the setting for muting audio on auto play videos to not work. We need the partner to investigate this.
Steps To Reproduce: 1. Launch App 2. Play Elephant Queen 3. Trickplay
ACTUAL: Audio heard during Trickplay
EXPECTED: No audio heard during Trickplay
Steps To Reproduce: 1. Launch ATV+ app, 2. Navigate to Settings tab, 3. scroll down to “Autoplay Video Sound” and set toggle to OFF, 4. Navigate to TV+ tab 5. Allow background video to play on the epic stage
ACTUAL: Video sound for background trailers remains ON when Autoplay Video Sound setting is set to OFF
EXPECTED: Video sound for background trailers is off when Autoplay Video Sound setting is set to OFF
3rd case:
-document.querySelector("video").volume = 0 to mute the audio