-
Notifications
You must be signed in to change notification settings - Fork 220
360 YouTube videos do not work when embedded using iframe. #870
Comments
This is probably due to a limitation of the UA override code in GeckoView since it only overrides the UA for the root content window. |
Will be solved by https://bugzilla.mozilla.org/show_bug.cgi?id=1511281 |
https://bugzilla.mozilla.org/show_bug.cgi?id=1511281 is resolved fixed. @cvan please test. |
Into 1.x as we have a supported path on youtube for now which involves an extra click to break out of the youtube embedded player. |
I can still reproduced this: I haven't investigated too much further, but the embedded <!-- 2D -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLx0sYbCqOb8TBPRdmBHs5Iftvv9TPboYG" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<!-- 360 -->
<iframe width="560" height="315" src="https://www.youtube.com/watch?v=JL6NAIVpl54&mozVideoProjection=360_auto" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<!-- 2D (no cookies) -->
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/videoseries?list=PLx0sYbCqOb8TBPRdmBHs5Iftvv9TPboYG" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<!-- 360 (no cookies)
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/watch?v=JL6NAIVpl54&mozVideoProjection=360_auto" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> To fix this, this will likely require changes to the YouTube Web Extension content script to not filter on Also, try modifying in the And, for reference: in the |
I will remove the QA label for now as there is nothing actionable by QA. |
Hardware
Go
1.1
Steps to Reproduce
Some sites examples with embedded YouTube 360 videos:
http://prosperxr.com/vrportfolio#gameover
https://www.leliomoehr.com/360-vr
Click "Watch"
Current Behavior
360 video plays back with 2D pan controls and will not display correctly in VR modes.
Expected Behavior
YouTube should play back in unwrapped 360 video that will work with VR video modes.
Possible Solution
My guess is that the iframe'd YouTube is not seeing customized UA string that plays the video back in unwrapped 360 player.
The text was updated successfully, but these errors were encountered: