|
Bugzilla – Full Text Bug Listing |
| Summary: | mime-type application/ogg starts audio-player instead of video-player | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Juergen Weigert <jw> |
| Component: | KDE | Assignee: | E-mail List <kde-maintainers> |
| Status: | RESOLVED WONTFIX | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | joe |
| Version: | Beta 6 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Juergen Weigert
2006-03-03 14:08:10 UTC
way too complex. a "general container format" is just broken - especially if the extension is the only way to find it. And as a matter of fact .oggs are 99% of all cases audio.
File magic knows the difference (and so should web servers).
0 string OggS application/ogg
>28 string \x01vorbis audio/vorbis
>28 string fLaC audio/x-oggflac
>28 string \x80theora video/x-theora
>87 string \x80theora video/x-theora
>28 string Speex\ \ audio/x-speex
>29 string video video/x-ogm
>29 string FLAC audio/x-oggflac
And your kaffeine point I don't get, perhaps you want to file a real bug report about that?
*** Bug 157468 has been marked as a duplicate of this bug. *** for the kaffeine issue: I found that 'kaffeine' causes the video to start playing right away as a streaming video. 'kaffeine %U' causes the video to get downloaded first, then played. I haven't figured out yet how streaming vs. download-play really is decided. We should prefer streaming if there is any choice. there might still be a bug. I wonder how 'kaffeine' can pass any kind of URL though |