1
Angstrom & OpenZaurus / Xmms - Streaming Audio
« on: March 14, 2005, 09:42:06 pm »
Hmm, blast from the past.
This thread and the threads it references got my XMMS to accept my Ogg Vorbis ICES2 stream.
Here's what needs to be done, in a condensed form:
Go to ~/.xmms and create a file called config
Edit config and enter this:
Then, you have to edit the xmms.m3u file.
In there you put your stream info. In my instance it goes like this:
This works for me. However, when the stream changes songs, the program dies, and when I attempt to run xmms from the CLI, it won't start the GUI part and I can't play the stream to get it to crash so I can see output...
Any ideas?
Thanks.
This thread and the threads it references got my XMMS to accept my Ogg Vorbis ICES2 stream.
Here's what needs to be done, in a condensed form:
Go to ~/.xmms and create a file called config
Edit config and enter this:
Code: [Select]
[vorbis]
http_buffer_size=128
http_prebuffer=25
[MAD]
http_buffer_size=65536
Then, you have to edit the xmms.m3u file.
In there you put your stream info. In my instance it goes like this:
Code: [Select]
#EXTM3U
#EXTINF, -1, Captain Zilog's Stream
http://192.168.1.78:8000/stream.ogg
This works for me. However, when the stream changes songs, the program dies, and when I attempt to run xmms from the CLI, it won't start the GUI part and I can't play the stream to get it to crash so I can see output...
Any ideas?
Thanks.