Subtitles are not displayed in PiP on TubiTV live streams
Categories
(Toolkit :: Picture-in-Picture, defect)
Tracking
()
People
(Reporter: peter.magyari, Assigned: kpatenio)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidefe-pip3])
Attachments
(2 files)
Found in
- Nightly 113.0a1
Affected versions
- Beta 112.0b7
- Release 11.0.1
Affected platforms
- All
Steps to reproduce
- Make sure to use a VPN if not from the US.
- Navigate to www.tubitv.com/live
- Choose a live-stream from the available ones.
- Make sure you have subtitles (CC) activated.
- Launch live-stream in PiP mode.
Expected result
- The subtitles should be displayed in PiP.
Actual result
- The subtitles are not displayed in PiP.
Regression range
- This is not a recent regression.
Additional notes
- Subtitles are properly displayed in PiP in the case of videos that aren't live.
Reporter | ||
Comment 1•2 months ago
•
|
||
Additional Note
- Progress bar and Forwards/Backward buttons are also available while watching liveTV.
Updated•2 months ago
|
For TubiTV live, we're able to utilize the textTracks video property to detect active cues. We support this property in the PiPChild. However, the cues are set to hidden mode
since TubTV live allows for customizing captions appearance.
We only support showing mode tracks at the moment, but there is ongoing work to support hidden tracks in Bug 1754549.
While the override showHiddenTextTracks
works in showing captions on TubiTV live videos, captions are still displayed on the PiP window when TubiTV live cc is disabled since the text track mode remains as hidden
(thus never triggering the change event). Unfortunately I didn't realize this until I started working on a patch. The easiest workaround probably would be to detect captions via a site-specific wrapper. We already have a wrapper for tubiTV, but we might want a separate one unique to tubiTV live given Bug 1828705.
Updated•1 month ago
|
Pushed by kpatenio@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/1fb145fdba3e add subtitles support for TubiTV live. r=pip-reviewers,dwalker,mhowell
Comment 6•26 days ago
|
||
bugherder |
Reporter | ||
Comment 7•26 days ago
|
||
I have verified the fix using Nightly 115.0a1 (20230508214159) on Window 10, MacOS 11 and Ubuntu 20.04.
Comment 8•25 days ago
|
||
Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.
Is a11y-review needed here? The patch merely adds a script to support visually displaying captions on TubiTV Live, which we've done for other sites that previously did not require a11y-review. It also shouldn't impact accessibility of keyboard tabbing, screen readers, etc.
Comment 10•25 days ago
|
||
It is just some spammer or would be security tester.
Updated•25 days ago
|
Comment 11•25 days ago
|
||
The patch landed in nightly and beta is affected.
:kpatenio, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox114
towontfix
.
For more information, please visit BugBot documentation.
Description
•