I decided to use totem xine with the "all" codec pack from mplayer.
I don't want to install mplayer or xine or vlc cause I want to get the lighter install and prefer the interface of totem xine.
I get (yum livna) the totem xine , totem xine mozplugin, totem xine plparser and xine-lib , but I dont install xine-lib extras non free nor totem xine-devel
if I edit totem_config (~/.gnome2) I can see these lines "
# path to Win32 codecs
# string, default: /usr/lib/codecs
#decoder.external.win32_codecs_path:/usr/lib/codecs"
so to install the mplayer codecs :
cd /tmp
wget
http://www1.mplayerhq.hu/MPlayer/rel...061022.tar.bz2
tar -jxvf all-20061022.tar.bz2
su
cp all-20061022/* /usr/lib/codecs'
rm -rf /tmp/all-20061022*
chmod 755 /usr/lib/codecs/*
but I failed to read any proprietary streams with this fatal error "
Totem could not play 'mms://dalwmle005.bcst.yahoo.com/bcenc202228?StreamID=39105330&ht=30&pl_auth=38c100 d6a40c5f0ddffaccd73b838129&pl_b=00D90C0888527E61CC 7F060D9F4692860B&Segment=149773&CG_ID
=1369080'.
There is no input plugin to handle the location of this movie"
what doesn't go?
thanks for help