Closed Bug 763761 Opened 12 years ago Closed 12 years ago

Firefox should be able to play WEBM videos whose content-type is application/octet-stream...

Categories

(Core :: Audio/Video, defect)

12 Branch
x86
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 567077

People

(Reporter: diegocr, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; rv:12.0) Gecko/20100101 Firefox/12.0 Build ID: 20120420145725 Actual results: Warning: HTTP "Content-Type" of "application/octet-stream" is not supported. Load of media resource [snip]foo.webm failed. Expected results: Hello, More than a bug this is a suggestion since i guess there is some reason not to support videos whose mime is not video/wemb... I think Firefox should be able to play videos with a content-type of application/octet-stream like other browsers do.. Thanks.
application/octet-stream is a general binary mime-type. The browser doesn't know what's inside of this file and would have to do content-sniffing but that is a violation of the http rfc. You should write bug reports for browser which are doing content-sniffing in this case. bug 589564 or bug 546129 are related
Component: Untriaged → Video/Audio
Product: Firefox → Core
QA Contact: untriaged → video.audio
We're planning on implementing content sniffing in bug 567077.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Yeah, you're quite right. However, i think there are two conditions which can be met such that content-sniffing isn't needed and thus no http rfc is violated. 1) The url ends in .webm 2) It is only loaded through <video>'s src attributes. If both match, is Firefox still unable to play it? Obviously, not counting a possible corrupted video and/or faked filename ;)
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
@Chris Nice to hear these videos will be able to be played, whatever method is used ;-)
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago12 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.