Closed
Bug 574322
Opened 15 years ago
Closed 15 years ago
<video> controls disappear, can't play video, video doesn't play, video doesn't load.
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jmichae3, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.4) Gecko/20100611 Firefox/3.6.4 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.4) Gecko/20100611 Firefox/3.6.4 (.NET CLR 3.5.30729)
the whole <video></video> tag is pretty much dead. the controls appear and then disappear and that's it, you can't do anything about it from then on.
video files are .m1v
- cannot use the controls (they are turned on, and I made 20 vertical pixels space for them even).
- the controls disappear after they initially show up.
- the video won't load (I turned on autobuffer even)
- the video as a result won't play
I am using the video element specifications as outlined by the W3C.
Reproducible: Always
Steps to Reproduce:
1.start firefox
2.create html5 web page with video tags, make mpeg1 video+mp2 audio with m1v format from avi using mediacoder
3.view page
Actual Results:
- cannot use the controls (they are turned on, and I made 20 vertical pixels space for them even).
- the controls disappear after they initially show up.
- the video won't load (I turned on autobuffer even)
- the video as a result won't play
Expected Results:
video loads and controls show.
Comment 1•15 years ago
|
||
(In reply to comment #0)
> video files are .m1v
...
> I am using the video element specifications as outlined by the W3C.
...
> 2.create html5 web page with video tags, make mpeg1 video+mp2 audio with m1v
> format from avi using mediacoder
This is INVALID.
Please have a Look at http://en.wikipedia.org/wiki/HTML5_video#Table to see what Browser supports what Video Format/Container using the <video> Tag.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Component: General → Video/Audio
OS: Windows XP → All
Product: Firefox → Core
QA Contact: general → video.audio
Hardware: x86 → All
Resolution: --- → INVALID
Version: unspecified → 1.9.2 Branch
| Reporter | ||
Comment 2•15 years ago
|
||
well, ok, forget HTML 5.0 - I guess I am going back to embed tags. they work. the video tag hasn't grown up yet.
| Reporter | ||
Comment 3•15 years ago
|
||
isn't supporting mpeg 1 and 2 considered rather basic to video support formats?
You need to log in
before you can comment on or make changes to this bug.
Description
•