PiP (Picture in picture) does not support tracks
Categories
(Core :: Audio/Video: Playback, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox84 | --- | affected |
People
(Reporter: striptm, Unassigned, NeedInfo)
References
(Blocks 1 open bug)
Details
If you are watching a video with tracks, e.g. subtitles, when you switch to PiP (Picture in Picture) mode the tracks do not remain.
You should expect to continue watching the video with subtitles.
Comment 1•4 years ago
|
||
Do we have any discussion before about showing subtitle on PIP video? The way we display subtitle is to create a div box, which contains all the div elements for subtile, and append that box under the video display area [1] (here is where we get the area [2]). We also need to consider the size of video control, in order to calculate the proper position for subtitles.
So if we want to do that (showing subtitle on PIP video), we have to know the new display area that PIP window uses. Then we also need to know the size of whole control UI box (I would regard those icons as a whole).
In addition, do we want to show a caption button on PIP video?
Thank you.
[1] https://searchfox.org/mozilla-central/rev/02cb78667e87ccc42fea5edc6f3f2dd2edd6ecd5/dom/media/webvtt/vtt.jsm#1216-1222
[2] https://searchfox.org/mozilla-central/rev/02cb78667e87ccc42fea5edc6f3f2dd2edd6ecd5/dom/html/TextTrackManager.cpp#253-257
Description
•