MPlayer compiling with

SuSE 9.2 and ALSA

By Fausto Marzoli <faumarz(atchoo!)yahoo(dot)com>
Install devel packages:
alsa-devel
atk-devel
fontconfig-devel
freetype2-devel
glib-devel
glib2-devel
clibc-devel
gtk2-devel
gtk-devel
libpng-devel
pango-devel
xorg-x11-devel
zlib-devel

Mplayer compile options:
./configure --disable-fbdev --enable-alsa --enable-gui
make
make install

In the KDE Menu Editor create a new Mplayer set under the Multimedia/Video Player section, and in the command line set:
gmplayer -cache 8192 -channels 2 %U

Now you can associate the video fieles with MPlayer.

I had some problems with the alsa plug-in in MPlayer.
To fix this problems you should open .mplayer/gui.conf in your home directory and change these lines

ao_oss_mixer = "/dev/mixer"
ao_oss_device = "/dev/dsp"
to
ao_oss_mixer = "mixer"
ao_oss_device = "dsp"
Next you should edit /etc/asound.conf like this
pcm.!default {
type plug
slave.pcm "swmixer"
}
hex2bin FRW%1V%VLD%.hex FRW%1V%VLD%.bin /L8192 /P0
pcm.swmixer {
type dmix
ipc_key 1234
slave {
pcm "hw:0,0"
period_time 0
period_size 1024
buffer_size 4096
rate 44100
}
}

pcm.dsp {
type plug
slave.pcm "swmixer"
}

ctl.mixer {
type hw
card 0
}


The text in bold must have. The other text adds "listening to different sound files at the same time" support (read more here (http://www.fedoraforum.org/forum/showthread.php?t=18522)).

If you don't have /etc/asound.conf file, you should create it (by default this file does not exist).

If your MPlayer does not start, try use this for the ~/.mplayer/gui.conf:
enable_audio_equ = "no"
vo_driver = "xv"
vo_panscan = "0.000000"
vo_doublebuffering = "yes"
vo_direct_render = "no"
v_framedrop = "1"
v_flip = "0"
v_ni = "no"
v_idx = "-1"
vf_pp = "no"
vf_autoq = "0"
vf_lavc = "no"
ao_driver = "alsa"
ao_volnorm = "yes"
ao_surround = "no"
ao_extra_stereo = "no"
ao_extra_stereo_coefficient = "1.000000"
ao_oss_mixer = "mixer"
ao_oss_device = "dsp"
dvd_device = "/dev/dvd"
cdrom_device = "/dev/cdrom"
osd_level = "1"
sub_auto_load = "yes"
sub_unicode = "no"
sub_pos = "100"
sub_overlap = "no"
font_factor = "0.750000"
font_text_scale = "5.000000"
font_osd_scale = "6.000000"
font_blur = "2.000000"
font_outline = "2.000000"
font_autoscale = "3"
cache = "yes"
cache_size = "8192"
playbar = "yes"
load_fullscreen = "no"
show_videowin = "yes"
stopxscreensaver = "no"
autosync = "no"
autosync_size = "0"
gui_skin = "default"
gui_save_pos = "yes"
gui_main_pos_x = "583"
gui_main_pos_y = "647"
gui_video_out_pos_x = "347"
gui_video_out_pos_y = "292"
equ_channel_1 = "Front Right"
equ_channel_2 = "Front Left"
equ_channel_3 = "Rear Right"
equ_channel_4 = "Rear Left"
equ_channel_5 = "Center"
equ_channel_6 = "Bass"
equ_band_00 = "0.000000"
equ_band_01 = "0.000000"
equ_band_02 = "0.000000"
equ_band_03 = "0.000000"
equ_band_04 = "0.000000"
equ_band_05 = "0.000000"
equ_band_06 = "0.000000"
equ_band_07 = "0.000000"
equ_band_08 = "0.000000"
equ_band_09 = "0.000000"
equ_band_10 = "0.000000"
equ_band_11 = "0.000000"
equ_band_12 = "0.000000"
equ_band_13 = "0.000000"
equ_band_14 = "0.000000"
equ_band_15 = "0.000000"
equ_band_16 = "0.000000"
equ_band_17 = "0.000000"
equ_band_18 = "0.000000"
equ_band_19 = "0.000000"
equ_band_20 = "0.000000"
equ_band_21 = "0.000000"
equ_band_22 = "0.000000"
equ_band_23 = "0.000000"
equ_band_24 = "0.000000"
equ_band_25 = "0.000000"
equ_band_26 = "0.000000"
equ_band_27 = "0.000000"
equ_band_28 = "0.000000"
equ_band_29 = "0.000000"
equ_band_30 = "0.000000"
equ_band_31 = "0.000000"
equ_band_32 = "0.000000"
equ_band_33 = "0.000000"
equ_band_34 = "0.000000"
equ_band_35 = "0.000000"
equ_band_36 = "0.000000"
equ_band_37 = "0.000000"
equ_band_38 = "0.000000"
equ_band_39 = "0.000000"
equ_band_40 = "0.000000"
equ_band_41 = "0.000000"
equ_band_42 = "0.000000"
equ_band_43 = "0.000000"
equ_band_44 = "0.000000"
equ_band_45 = "0.000000"
equ_band_46 = "0.000000"
equ_band_47 = "0.000000"
equ_band_48 = "0.000000"
equ_band_49 = "0.000000"
equ_band_50 = "0.000000"
equ_band_51 = "0.000000"
equ_band_52 = "0.000000"
equ_band_53 = "0.000000"
equ_band_54 = "0.000000"
equ_band_55 = "0.000000"
equ_band_56 = "0.000000"
equ_band_57 = "0.000000"
equ_band_58 = "0.000000"
equ_band_59 = "0.000000"


Hosted by www.Geocities.ws

1