Closed
Bug 863033
Opened 12 years ago
Closed 10 years ago
mp4 files with moof atom don't play on windows
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: yury, Unassigned)
References
Details
(Whiteboard: [shumway:fb2?])
Attachments
(1 file)
137.72 KB,
video/mp4
|
Details |
Test file can be found at http://code.google.com/p/chromium/issues/detail?id=50045
moof can be present and useful for Media Source API (see 10.2.2 Media Segments of https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html)
Reporter | ||
Comment 1•12 years ago
|
||
Created by running
ffmpeg -re -i test.mp4 -g 52 -acodec libfaac -ab 64k -vcodec libx264 -vb 448k -f mp4 -movflags frag_keyframe+empty_moov fragmented.mp4
Reporter | ||
Updated•12 years ago
|
Summary: mp4 files with moof atom dont play → mp4 files with moof atom don't play on windows
Comment 2•12 years ago
|
||
WFM on Windows 8 but not on Win7. Windows Media Player on Win7 can't play that file either, this must be a limitation of Win7's Windows Media Foundation, there's not much we can do about that. :(
Reporter | ||
Comment 3•12 years ago
|
||
Looks like Firefox/Android cannot play this file too
Comment 4•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/basket
https://github.com/mozilla/basket/commit/b1a88c35e00c3d5a597faf51a30a5145d906c7a8
Bug 863033: Three basket fixes
1) When language, country, or format is not yet set in ET, the database
there will have NULL and ET will return None. Fix that to '' so
we can use it later without worrying about whether it's None.
2) Only set CREATED_DATE_ in ET when we create a new user in ET, not
when we create a new user in Basket.
3) When the user changes languages and subscribes to things at the same
time, use the new language they chose when sending their welcome
messages.
Updated•10 years ago
|
Blocks: shumway-1.0
Comment 5•10 years ago
|
||
Does the Facebook video player use MP4?
Whiteboard: [shumway] → [shumway:fb2?]
Comment 6•10 years ago
|
||
Make bugs with "[shumway-fb2]" whiteboard tag block shumway-fb2 meta bug 1110300.
Blocks: shumway-fb2
Updated•10 years ago
|
No longer blocks: shumway-fb2
Reporter | ||
Comment 7•10 years ago
|
||
I'm not longer interested in this (the attached file still does not play). The intent was to play generated fmp4 files in MSE -- http://areweflashyet.com:8082/mse/demo-mse2.html works in Nightly on Windows.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•