Open
Bug 1451998
Opened 7 years ago
Updated 2 years ago
the thumbnails all play automatically at the same time, and the website gets so slow it's impossible to use.
Categories
(Core :: Audio/Video: Playback, enhancement, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox61 | --- | affected |
People
(Reporter: karlcow, Unassigned)
References
()
Details
(Whiteboard: [webcompat])
NSFW. spin-off of https://webcompat.com/issues/15859
All individual thumbnails on the home page of https://soloboys.tv/
are on the form of:
<video defaultmuted="" loop="" disableremoteplayback="" autoplay="" muted="" playsinline="" style="width:100%;height:100%;position:relative;top:0;left:0;" id="thumbPlayer" class="img-fluid" poster="https://soloboys.tv/media/videos/tmb/2424/1.jpg">
<source type="video/webm" src="https://soloboys.b-cdn.net/media/videos/tmb/2424/video.webm">
<source type="video/mp4" src="https://soloboys.b-cdn.net/media/videos/tmb/2424/video.mp4">
</video>
On Firefox Android they fail to play. I suspect the first source is tried and it's not working. But it should probably fallback on the second, but it doesn't seem to work. While it is working on desktop responsive mode with Firefox Android UA.
Updated•7 years ago
|
Component: Audio/Video → Audio/Video: Playback
Comment 1•6 years ago
|
||
Migrating Webcompat whiteboard priorities to project flags. See bug 1547409.
Webcompat Priority: --- → ?
Comment 2•6 years ago
|
||
See bug 1547409. Migrating whiteboard priority tags to program flags.
Updated•5 years ago
|
Webcompat Priority: ? → ---
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•