running FC2 here and after editing /etc/sysctl.conf, nothing changed.
ultimately i just want to play a wmv file,
http://www.sorethumbz.com/swg/request.php?2, that someone linked to on Neworder, so first i went to apt-get. after it installed it just didn't have the wmv codec, and i instantly realized that i'm in for another adventure.
after downloading several different RPMS, i decided to just go through the source. kept getting into dependency warnings, and i didn't feel like going rpm hunting.
i went to the mplayer website and after browsing around downloaded the codecs from
http://www.mplayerhq.hu/MPlayer/releases/codecs/ and placing them in /usr/local/lib/codec. that was easy enough. i downloaded the source by using their CVS download. after that i did a configure (noticing that i had to find and install libpng and libpng-dev, i decided to opt out of the gui install for now), and make/make install.
Code: Select all
[siplus@siplus siplus]$ mplayer downloads/Ice_Man.wmv
MPlayer dev-CVS-040613-23:33-3.3.3 (C) 2000-2004 MPlayer Team
CPU: Intel Pentium 4/Xeon/Celeron Foster 1496 MHz (Family: 8, Stepping: 7)
Detected cache-line size is 64 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or directory
Reading config file /home/siplus/.mplayer/config
Reading /home/siplus/.mplayer/codecs.conf: Can't open '/home/siplus/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: Can't open '/usr/local/etc/mplayer/codecs.conf': No such file or directory
Using built-in default codecs.conf.
font: can't open file: /home/siplus/.mplayer/font/font.desc
font: can't open file: /usr/local/share/mplayer/font/font.desc
Using Linux hardware RTC timing (1024Hz).
Can't open input config file /home/siplus/.mplayer/input.conf: No such file or directory
Can't open input config file /usr/local/etc/mplayer/input.conf: No such file or directory
Falling back on default (hardcoded) input config
Setting up LIRC support...
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support.
You will not be able to use your remote control.
Playing downloads/Ice_Man.wmv.
ASF file format detected.
VIDEO: [WMV3] 640x480 24bpp
Clip info:
name: Ice Man
author:
copyright:
comments:
==========================================================================
Requested audio codec family [] (afm=ffmpeg) not available.
Enable it at compilation.
Opening audio decoder: [dmo] Win32/DMO decoders
======= WAVE Format =======
Format Tag: 353 (0x161)
Channels: 2
Samplerate: 44100
avg byte/sec: 8005
Block align: 1487
bits/sample: 16
cbSize: 10
Unknown extra header dump: [0] [88] [0] [0] [f] [0] [79] [2e] [0] [0]
===========================
======= WAVE Format =======
Format Tag: 1 (0x1)
Channels: 2
Samplerate: 44100
avg byte/sec: 176400
Block align: 4
bits/sample: 16
cbSize: 0
===========================
External func OLEAUT32.dll:7
External func OLEAUT32.dll:8
GetOutput r=0x0 size:16384 align:1
StreamCount r=0x0 1 1
AUDIO: 44100 Hz, 2 ch, 16 bit (0x10), ratio: 8005->176400 (64.0 kbit)
Selected audio codec: [wmadmo] afm:dmo (Windows Media Audio DMO)
==========================================================================
vo: X11 running at 1024x768 with depth 24 and 32 bpp (":0.0" => local display)
==========================================================================
Opening video decoder: [dmo] DMO video codecs
External func OLEAUT32.dll:8
DMO dll supports VO Optimizations 0 1
DMO dll might use previous sample when requested
MPlayer interrupted by signal 11 in module: init_video_codec
- MPlayer crashed by bad usage of CPU/FPU/RAM.
Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
gcc version. If you think it's MPlayer's fault, please read
DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
won't help unless you provide this information when reporting a possible bug.
Segmentation fault
[siplus@siplus siplus]$
now, from just reading the above i can see that i'm missing some config files, and it did recognise the wmadmo codec, but not the ffwmav2 codec. now, when i got the codecs from the mplayer site, i actually got the first two, because i wasn't sure which i needed, and untarred both of them into /usr/local/lib/codec. i figured "latest win32 codecpack" would have been all i needed