Closed Bug 1309137 Opened 9 years ago Closed 9 years ago

.mpg, .ogv video don't work

Categories

(Firefox :: Untriaged, defect)

49 Branch
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: jmichae3, Unassigned)

References

Details

User Agent: Mozilla/5.0 (Windows NT 5.1; rv:49.0) Gecko/20100101 Firefox/49.0 Build ID: 20160922113459 Steps to reproduce: http://Jesusnjim.com/pix/pix.html see 2 videos that are grayed out with ff 49.0.1 on xp 32-bit (vlc is installed if it helps any) Actual results: videos are x'd out and do not play or show. Expected results: should have worked on ff. used to.
something has seriously broken ff due to the bugs I am seeing.
ogv is supported. see https://commons.wikimedia.org/wiki/File:Typing_example.ogv the reason why it's not shown in your page is that simply the file is not found. http://jesusnjim.com/pix/PICT0687.ogv http://jesusnjim.com/pix/PICT0679.ogv MPEG2 is not supported and won't be supported (bug 541286).
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
See Also: → 1309135
updated the page. copied the videos into place. refreshed the page. got: Specified “type” attribute of “video/mpeg” is not supported. Load of media resource PICT0679.mpg failed.pix.html Specified “type” attribute of “video/mpeg” is not supported. Load of media resource PICT0687.mpg failed.pix.html HTTP load failed with status 404. Load of media resource http://jesusnjim.com/pix/PICT0679.ogv failed.pix.html All candidate resources failed to load. Media load paused.pix.html HTTP load failed with status 404. Load of media resource http://jesusnjim.com/pix/PICT0687.ogv failed.pix.html All candidate resources failed to load. Media load paused.
browser buggy.
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
the log clearly says it's 404. file is not found.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago9 years ago
Resolution: --- → INVALID
https://html.spec.whatwg.org/multipage/embedded-content.html#the-video-element hasn't gone away either. hope this helps. that's the bug. reporting 404. the filenames are exact. it's having particular trouble with the .ogv format. (using the address bar directly). and it plays on my installed vlc like pixel garbage. should be pristine snow. so that's another bug elsewhere. the 404 is probably from the .ogv file which is these and correctly spelled and upperlower-cased, but ff refuses to load it.
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
that's your web server's issue. your web server is not configured to return the file for the URL.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago9 years ago
Resolution: --- → INVALID
I think it may have been due to case, a video converter I was using capitalized the filename instead of retaining its former case sensitivity and treated it as a word, in certain instances. bug in their product. since *nix is case sensitive, this caused a problem. I verified correct working for ogv, but webm does not work. https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats according to this page, ff should support webm in both audio and video source tags. maybe the video converter is junk. but I have no way of checking. there is an overlay on the video I think. and it may have been the format that ffmpeg crashed on during the making - one of them.
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
<!DOCTYPE html> <head><title>snow</title></head> <body> <div class="easyhtml5video" style="max-width:320px;" poster="PICT0687.jpg"> <video controls poster="PICT0687.jpg" width="320px" height="240px" title="snow"> <!-- source src="PICT0687.mpg" type="video/mpeg"> <source src="PICT0687.m4v" type="video/mp4" --> <source src="PICT0687.webm" type="video/webm"> <!-- source src="PICT0687.ogv" type="video/ogg"> <source src="PICT0687.mp4" type="video/mp4"> <source src="PICT0687.swf" type="video/flash"><!-- I put this in, still think it should be flv or f4v instead of swf. flash lets you choose swf as a video output format. --> <object type="application/x-shockwave-flash" data="PICT0687.swf" width="320" height="240" style="position:relative;"> <param name="movie" value="PICT0687.swf"> <param name="allowFullScreen" value="true"> <param name="flashVars" value="autoplay=true&amp;controls=true&amp;fullScreenEnabled=true&amp;posterOnEnd=true&amp;loop=false&amp;poster=PICT0687.jpg&amp;src=pict0687.m4v"> <embed src="PICT0687.swf" width="320" height="240" style="position:relative;" flashVars="autoplay=true&amp;controls=true&amp;fullScreenEnabled=true&amp;posterOnEnd=true&amp;loop=false&amp;poster=PICT0687.jpg&amp;src=pict0687.m4v" allowFullScreen="true" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer_en"> <img alt="snow2" src="PICT0687.jpg" style="position:absolute;left:0;" width="100%" title="Video playback is not supported by your browser"> </object --> </video></div> <!-- End EasyHtml5Video.com BODY section --> <script src="html5ext.js"></script> </body> </html> on the server I found some case problems. I fixed them. but this did not fix the webm gray-out issue. try the source above.
Do not reopen a bug for different issue. it makes hard to track it. If you think it's a bug related to webm playback, please file a new bug.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago9 years ago
Resolution: --- → INVALID
you are correct. I got off track trying to reproduce the different problems I was having.
You need to log in before you can comment on or make changes to this bug.