Your message dated Sun, 20 Jul 2008 14:16:44 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#490646: mozilla-mplayer should support mime type
video/x-ms-wma
has caused the Debian Bug report #490646,
regarding mozilla-mplayer should support mime type video/x-ms-wma
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
490646: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490646
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: mozilla-mplayer
Version: 3.55-1
Tags: patch
User: [EMAIL PROTECTED]
Usertag: debian-edu
The Mplayer mozilla plugin is able to play files using the mime type
"video/x-ms-wma", but because the plugin do not claim support for it,
the file isn't played. This patch should solve the issue. I found
the mime type listed as one supported by the vlc plugin, and thought
it should be working for the mplayer plugin as well.
Here is a patch to implement support for it.
--- mplayerplug-in-3.55.orig/Source/plugin-setup.cpp
+++ mplayerplug-in-3.55/Source/plugin-setup.cpp
@@ -310,6 +310,7 @@
"video/x-ms-wvx:wvx,*:Windows Media;"
"audio/x-ms-wax:wax,*:Windows Media;"
"audio/x-ms-wma:wma,*:Windows Media;"
+ "video/x-ms-wma:wma,*:Windows Media;"
"application/x-drm-v2:asx,*:Windows Media;"
"audio/wav:wav,*:Microsoft wave file;"
"audio/x-wav:wav,*:Microsoft wave file;",
Happy hacking,
--
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
I have no example of where this would be appropriate, so I'm closing.
--- End Message ---