| View previous topic :: View next topic |
| Author |
Message |
trogne
Joined: 09 Dec 2012 Posts: 33
|
Posted: Tue Dec 18, 2012 1:44 am Post subject: two streams? |
|
|
Hi,
I want two different streams with Icecast.
How can I do this?
I run 2 winamp instances, each with their edcast that says 'connected'.
Is the problem in icecast config ?
Is it possible?
Patrick |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Dec 18, 2012 2:42 am Post subject: |
|
|
of course is it possible, many hundreds are possible, but the key thing is that each must have a unique mountpoint. If a second source client tries to connect with the same name then it is rejected. Whether that is happening here is unknown as we do not have access to your error log
karl. |
|
| Back to top |
|
 |
trogne
Joined: 09 Dec 2012 Posts: 33
|
Posted: Tue Dec 18, 2012 1:03 pm Post subject: |
|
|
OK
Can I have an example icecast config file for 2 mountpoints?
I cannot find an exemple. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Dec 18, 2012 9:26 pm Post subject: |
|
|
actually, the samples that we povide allow for 2, you do not need mount tags but you do needs the <sources> and <clients> set high enough to allow that many in. sources would need to be at least 2, and clients would need to be at least source + listeners + any web access.
karl |
|
| Back to top |
|
 |
trogne
Joined: 09 Dec 2012 Posts: 33
|
Posted: Thu Dec 20, 2012 12:50 am Post subject: |
|
|
Can you give me an example?
I don't have <clients> tags in my default icecast.xml
I see <sources> here :
<limits>
<sources>4</sources>
</limits>
I'd really like an example of icecast.xml with that has 2 sources (like to winamp instances). |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Dec 20, 2012 9:22 pm Post subject: |
|
|
The samples we provide have examples, in <limits> define <clients>1024</clients> to increase the client limit. The <sources> setting you have allows for 4 streams, so 2 will work just as long as each has a unique mountpoint name.
Any <mount> tags you define are optional, they apply settings for a speifically matching mountpoint. Any other problems are probably identified in the error log, which I do not see.
karl. |
|
| Back to top |
|
 |
|