LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   gxine and wmvdmod.dll (https://www.linuxquestions.org/questions/linux-general-1/gxine-and-wmvdmod-dll-380119/)

cwwilson721 11-05-2005 03:30 AM

gxine and wmvdmod.dll
 
I'm trying to play a WMV, and gxine gives me a "Error loading library: wmvdmod.dll"

What can I do about this?
Running slackware 10.0, xine 0.4.6
Any ideas?

Ishkabibble 11-08-2005 10:50 PM

Having the same problem here with xine. Searching, searching, searching on the 'net for a solution. If I find one, I'll post it. If someone has one otherwise, please let us know.

robmckennon 04-29-2006 08:13 PM

wmvdmod.dll
 
I have my machine dual booted with Win98 and Ubuntu. I had the same problem, but found the missing .dll file on the windows partition: c:/windows/system/wmvdmod.dll

I also read on other posts that it is part of the mplayer "all" codecs package.

Hope this helps,
rob.

Old_Fogie 05-01-2006 12:56 AM

cwwilson did you ever get this working?

I just started tonight to try video in web pages for the first time in linux, and I get this wmv error every web page I try for windows media file video format too.

I put realplayer in here I can get their test video to work but I cant get realplayer to stream.

I turned off guarddog...even hooked pc up to modem no firewall to make sure no issues there.

Lost ...argh :D any ideas?

cwwilson721 05-01-2006 10:19 AM

For most wmv files, use the codecs at http://www.mplayerhq.hu/MPlayer/rele...050412.tar.bz2
Extract, and copy to /usr/lib/codec, and make a symlink to the same folder at /usr/lib/win32
Code:

ln -s /usr/lib/codec /usr/lib/win32
It still won't play all wmv files, and may still fail here and there. That you can blame on Microsoft codecs, and hardworking developers not being able to get the code out.

Old_Fogie 05-01-2006 11:19 PM

will i need to put the mplayer in to use them?

cwwilson721 05-02-2006 04:55 AM

No. I don't use it, either, just the codecs

Old_Fogie 05-02-2006 02:37 PM

i have realplayer on here too now. for news I guess I'm going to have to change my political view and become a tree hugger, as realplayer hooks up to CBS news.

Old_Fogie 05-03-2006 12:08 AM

just a follow up, tweaked firefox and opera/beta and still no yahoo or the others. so it wasnt worth the effort.

gibsound 05-13-2006 06:20 PM

Hi,
I had the same problem with a WMV coded as "ASF 384x288 MS WMV 9" (according to gxine). Other WMV coded as MPEG-4 were already working without these codecs.

I found this link and followed the explanations (I downloaded, installed the codecs and created the links, checked the path to the plugins in gxine) and it worked.
Because I cannot post any URL, I give you the hints to find the link:
Look for wmvdmod.dll in Google and find a link ni the redhat web site with a file named "msg01704.html". This page contains another link, follow it and you will find in the Content this link: "MPlayer, Xmms, Rhythmbox, Xine, and Kaffeine"
The solution is there.
(I'm using Ubuntu and not Fedora)
I hope it can help, Michel

cwwilson721 05-13-2006 06:36 PM

Basically, all the previous post is a "Fedora/RH" way to do what was already outlined: Download the mplayer codecs, extract to /usr/lib/codecs, symlink /usr/lib/win32 to the aforementioned dir. If you wish, you can symlink in /usr/local/lib/codecs and /usr/local/lib/win32 also.

Example:
Code:

cd /usr/lib
mkdir codecs
ln -s /usr/lib/codecs /usr/lib/win32
ln -s /usr/lib/codecs /usr/local/lib/codecs
ln -s /usr/lib/codecs /usr/local/lib/win32

Then extract the essential-codecs to /usr/lib/codecs (don't extract the 'essential' folder)

Don't even bother with the RH deal. Slackware is MUCH better. And in this case, easier and simpler. I just outlined in this small post what takes over 3 regular pages in that redhat setup deal.

batev 08-15-2006 02:27 AM

I just copied wmvdmod.dll from my windows/system32 directory to /usr/lib/codecs and it worked.

jlo_sandog 08-15-2006 02:47 AM

I recommend you install mplayer and the mplayerplug-in. One problem with the gxine plugin is that it is not recognized by many sites because those sites look for "windows media player" on the title of the plugin. As a result the plugin won't call the player. Gxine/xine are good for running dvd's (better menu). mplayer and mplayerplug-in are good with the browser. From the browser I can watch video from yahoo(news/music), aol, and mlb.tv (Go Padres!) to name a few. Good Luck


All times are GMT -5. The time now is 09:27 AM.