Closed
Bug 1292457
Opened 8 years ago
Closed 8 years ago
<video> mp4 / ogg autoplay does not work
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: tobiasdreissig, Unassigned)
References
()
Details
(Whiteboard: endless play / reloading same video shows white in between)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0
Build ID: 20160726073904
Steps to reproduce:
Embeded a mp4 / ogg video with the atribute "autoplay" but no controls see here http://motorradreisen-suedamerika.de/autoplay.html
Actual results:
The video does not start
Expected results:
The video should start and play automaticly
Video autoplay workes in Chrome, Opera and Edge. No video at all in Safari.
Updated•8 years ago
|
Component: Untriaged → Audio/Video
Product: Firefox → Core
Comment 2•8 years ago
|
||
FWIW this does work for me on Nightly. It's possible it was broken back in 48. Unfortunately I can't help further with media stuff so I'll leave this to the media folks.
<video width="32" height="24" autoplay>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
Comment 4•8 years ago
|
||
(In reply to Tobi from comment #0)
> User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0)
> Gecko/20100101 Firefox/48.0
> Build ID: 20160726073904
>
> Steps to reproduce:
>
> Embeded a mp4 / ogg video with the atribute "autoplay" but no controls see
> here http://motorradreisen-suedamerika.de/autoplay.html
>
>
> Actual results:
>
> The video does not start
>
>
> Expected results:
>
> The video should start and play automaticly
can you please provide a copy of about:support ?
thank you.
True the FF adon FlashStopper https://addons.mozilla.org/en-US/firefox/addon/flashstopper/ also stopps other Video formats.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
OK it plays but reloading the video with Javascript to keep it endless playing showes white in between. Same in Chrome. That looks bad and is not a good workaround for the GIF bug https://bugzilla.mozilla.org/show_bug.cgi?id=129986
Whiteboard: endless play / reloading same video shows white in between
You need to log in
before you can comment on or make changes to this bug.
Description
•