Bug 2013700 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Likely PiP is incorrectly reading disney plus videos as ["live" and hiding the other video controls](https://searchfox.org/firefox-main/rev/85c939b2f940c94a429ba951e52a379ebcc5b0b5/toolkit/actors/PictureInPictureChild.sys.mjs#2657). This would require an update to our [disney plus video wrapper](https://searchfox.org/firefox-main/rev/85c939b2f940c94a429ba951e52a379ebcc5b0b5/browser/extensions/pictureinpicture/video-wrappers/disneyplus.js) to detect the correct `isLive` state.
Likely PiP is incorrectly reading disney plus videos as ["live" and hiding the other video controls](https://searchfox.org/firefox-main/rev/85c939b2f940c94a429ba951e52a379ebcc5b0b5/toolkit/actors/PictureInPictureChild.sys.mjs#2657). This would require an update to our [disney plus video wrapper](https://searchfox.org/firefox-main/rev/85c939b2f940c94a429ba951e52a379ebcc5b0b5/browser/extensions/pictureinpicture/video-wrappers/disneyplus.js) to detect the correct `isLive` state.

Update: more specifically, video is likely returning `Infinity` in https://searchfox.org/firefox-main/rev/eea0f8f080f0eb810c0c6296da9792e81cd69ce6/toolkit/actors/PictureInPictureChild.sys.mjs#3320. Thanks to Niklas for pointing that out!

Back to Bug 2013700 Comment 3