Author Topic: Couldn\'t get xmms to play shoutcast urls  (Read 2404 times)

cmisip

  • Sr. Member
  • ****
  • Posts: 256
    • View Profile
    • http://home.mchsi.com/~cmisip/index.htm
Couldn\'t get xmms to play shoutcast urls
« on: April 25, 2004, 11:09:35 pm »
Has anybody been successful doing this?  It works fine on my laptop but not on the Z.
Zaurus 5600
Zynergy Rootfs 1.1
Custom zImage

How Do You Do That in Linux

Foxdie

  • Sr. Member
  • ****
  • Posts: 465
    • View Profile
    • http://trackmygps.co.uk
Couldn\'t get xmms to play shoutcast urls
« Reply #1 on: April 27, 2004, 02:11:09 am »
This is because no one has compiled the default mpeg decoder of XMMS for the pdaX ROM, it uses the MAD MPEG Decoder if I remember correctly.

To listen to a shoutcast stream you need the MAD mpeg decoder installed and mplayer, you open up the playlist file and copy down the / one of the IP(s) listed inside and then call mplayer followed by that IP, for example:
Code: [Select]
mplayer http://192.168.100.1:8000/
Jason "Foxdie" Gaunt
HTC Universal G4 with 2GB SD card running Debian Titchy Linux
[img]http://trackmygps.co.uk/signatures/foxdie.gif\" border=\"0\" class=\"linked-sig-image\" /]
Click image to view my GPS tracker
Follow me on Twitter: @jasongaunt

cmisip

  • Sr. Member
  • ****
  • Posts: 256
    • View Profile
    • http://home.mchsi.com/~cmisip/index.htm
Couldn\'t get xmms to play shoutcast urls
« Reply #2 on: April 27, 2004, 09:53:58 pm »
I am using the zynergy 5600 rom with xmms embedded and I have libmad0 installed as well.  I thought that was the mad mpeg decoder.  

I tried it on mplayer and it works. Thanks.

xmms is prettier though with its gui.
Zaurus 5600
Zynergy Rootfs 1.1
Custom zImage

How Do You Do That in Linux

cmisip

  • Sr. Member
  • ****
  • Posts: 256
    • View Profile
    • http://home.mchsi.com/~cmisip/index.htm
Couldn\'t get xmms to play shoutcast urls
« Reply #3 on: April 27, 2004, 11:37:49 pm »
I finally got xmms to play shoutcast urls.  However, the only way the gui will load is if I run as root and do a \"ssh localhost\" before I run \"xmms\".  Any ideas why.  There seems to be some permission error somewhere.  user zaurus does not have access to the qui.  user root does not either unless it tries to run xmms via an ssh connection.  Any ssh gurus and qtopia gurus out there care to comment?

Thanks
Zaurus 5600
Zynergy Rootfs 1.1
Custom zImage

How Do You Do That in Linux

cmisip

  • Sr. Member
  • ****
  • Posts: 256
    • View Profile
    • http://home.mchsi.com/~cmisip/index.htm
Couldn\'t get xmms to play shoutcast urls
« Reply #4 on: April 28, 2004, 12:19:09 am »
Some more progress here.  Root now has a gui.  I had to do a \"export LOGNAME=root\" so xmms will run with a gui.  No need to do a \"ssh localhost\". The user zaurus still has no gui though.
Zaurus 5600
Zynergy Rootfs 1.1
Custom zImage

How Do You Do That in Linux