[svlug] XMMS problem with realaudio files

Mark S Bilk mark at cosmicpenguin.com
Thu Mar 30 22:57:40 PST 2006


Hi folks,

I'd like to use xmms to play rm (realaudio) files, as well as 
mp3s, so I can use it and its playlist with a mix of file types.  
I'm having trouble with realaudio files.

I'm using xmms version 1.2.10 (the latest), and realaudio plugin 
RMXMMS version 0.5.1 (also the latest, but written in 2001):

  http://xmms.org/plugins.php?details=4

RMXMMS apparently consists only of file libreal.so, which 
lives in ~/.xmms/Plugins/

To do the actual work, the plugin uses Realplayer8, which 
I've installed.  (It won't use Realplayer10 at all.)

With this setup, xmms will play rm files, but none of 
its controls work.  Realplayer8 plays the same files OK, 
and its controls do work.

When I run xmms, it prints this:

  Message: fmt 5, channels: 2

It also used to print this:

  /home/msb/.kde/share/config/gtkrc:37: error: 
  unexpected identifier `gtk-alternative-button-order', 
  expected keyword - e.g. `style'

until I commented out the line with that identifier
in the gtkrc file (included below).  The realaudio problem
is the same either way.

xmms plays mp3 and ogg files fine.

The xmms bugzilla system reports no bugs for RMXMMS.

Is anyone using this combination successfully for realaudio?

Is there some other way to make xmms play realaudio?

Is there a nice GUI, playlist, and equalizer preset
selector system that works with mplayer?  (So I could
drop xmms.)

  Thanks in advance,

  Mark

*** ~/.kde/share/config/gtkrc ***********************************

created by KDE, Fri Mar 10 11:59:32 2006
#
# If you do not want KDE to override your GTK settings, select
# Appearance & Themes -> Colors in the Control Center and disable the checkbox
# "Apply colors to non-KDE applications"
#
#
style "default"
{
  bg[NORMAL] = { 0.933, 0.933, 0.933 }
  bg[SELECTED] = { 0.267, 0.482, 0.804 }
  bg[INSENSITIVE] = { 0.933, 0.933, 0.933 }
  bg[ACTIVE] = { 0.776, 0.776, 0.776 }
  bg[PRELIGHT] = { 0.933, 0.933, 0.933 }

  base[NORMAL] = { 1.000, 1.000, 1.000 }
  base[SELECTED] = { 0.267, 0.482, 0.804 }
  base[INSENSITIVE] = { 0.933, 0.933, 0.933 }
  base[ACTIVE] = { 0.267, 0.482, 0.804 }
  base[PRELIGHT] = { 0.267, 0.482, 0.804 }

  text[NORMAL] = { 0.000, 0.000, 0.000 }
  text[SELECTED] = { 1.000, 1.000, 1.000 }
  text[INSENSITIVE] = { 0.776, 0.776, 0.776 }
  text[ACTIVE] = { 1.000, 1.000, 1.000 }
  text[PRELIGHT] = { 1.000, 1.000, 1.000 }

  fg[NORMAL] = { 0.000, 0.000, 0.000 }
  fg[SELECTED] = { 1.000, 1.000, 1.000 }
  fg[INSENSITIVE] = { 0.776, 0.776, 0.776 }
  fg[ACTIVE] = { 0.000, 0.000, 0.000 }
  fg[PRELIGHT] = { 0.000, 0.000, 0.000 }
}

class "*" style "default"

# gtk-alternative-button-order = 1

style "ToolTip"
{
  bg[NORMAL] = { 1.000, 1.000, 0.863 }
  base[NORMAL] = { 1.000, 1.000, 0.863 }
  text[NORMAL] = { 0.000, 0.000, 0.000 }
  fg[NORMAL] = { 0.000, 0.000, 0.000 }
}

widget "gtk-tooltips" style "ToolTip"

style "MenuItem"
{
  bg[PRELIGHT] = { 0.267, 0.482, 0.804 }
}

class "*MenuItem" style "MenuItem"

*****************************************************************





More information about the svlug mailing list