| View previous topic :: View next topic |
| Author |
Message |
HalNineThousand
Joined: 27 Apr 2008 Posts: 14
|
Posted: Sun Apr 27, 2008 3:44 am Post subject: Mount Points for Soundcard Output? |
|
|
I want to use Icecast 2 (in Debian Sarge, but will soon be upgraded to Etch, then to Lenny when it's been out a while) on my server to broadcast the audio on my soundcard input through my LAN.
I've added this to my icecast.xml file:
| Code: |
<module>oss
<param name='device'>/dev/dsp</param>
<param name='rate'>44100</param>
<param name='channels'>2</param>
</module>
|
From what I understand, I also need to add a mount point. I've looked through the docs, but I'm not clear. Will I create a new <mount> section? I'm not clear on what section the mount point needs to be specified in. I'm also not clear what the final URL will be. If I specify a mount point as localradio.ogg, is the URL http://server.my.lan:8000/localradio.ogg or http://server.my.lan/localradio.ogg?
Currently I'm using Darkice to do this and it's working, but since Icecast2 can handle it all, I see no reason to run 2 programs when one will do.
Thanks for any clarification on this! |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Apr 28, 2008 1:38 am Post subject: |
|
|
I think you are confusing ices2 with icecast2. icecast2 is the server that your listener will connect to, ices2, like darkice, is a source client that creates a stream to send to icecast. You only need to add a <mount> section to icecast if you want to apply certain settings.
karl. |
|
| Back to top |
|
 |
HalNineThousand
Joined: 27 Apr 2008 Posts: 14
|
Posted: Mon Apr 28, 2008 3:44 am Post subject: |
|
|
I could have sworn the section I read in the docs was in the Icecast2 manual because I remember thinking, "I didn't think Icecast did this. I thought you needed a 2nd program to do this. It'd be nice to do it with just one program."
I went back and looked and yes, it's in the Ices docs, not Icecast2.
Ooops.
I don't remember why I decided to check out Darkice after looking at Ices. Maybe I didn't like documentation or something, but it's working with Darkice and as long as it works, I don't believe in fixing it! So I'll stick with what I have.
I was just under the wrong impression and would have rather had one program running instead of two.
Thank! |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Apr 28, 2008 1:59 pm Post subject: |
|
|
There's two programs because invariably the machine with a lot of bandwidth for listeners (icecast) is in a different location from the machine creating the stream.
karl. |
|
| Back to top |
|
 |
|