| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Sun Apr 09, 2006 8:40 pm Post subject: ICECAST Setup |
|
|
Hi Everyone,
Just installed icecast (am first time user) and wanted a few pointers
basically i want to have 2 streams (one a house music stream, the other a techno music stream)
I also want those streams in various formats (128kbps mp3, 32kbps mp3)
and on top of that when a LIVE dj isnt playing I want it to start playing a playlist (non live mixes sitting on the server)
So basically is this posible, and if it is any pointers/help will be appreciated.
The server is a windows 2003 box..... is there any prebuilt admin software as well?
Cheers |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Apr 09, 2006 9:28 pm Post subject: |
|
|
yes it's possible, each stream has its own mountpoint, look into fallback handling for the live stream. You could use mount_remove (auth url) to kick off/signal a source client that handles your non-live mixes.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Mon Apr 10, 2006 12:29 am Post subject: |
|
|
ah cheers,
so is there an advanced user guide knocking about?
i've been looking at the mount point thing and am getting in a right pickle.
dont suppose some has done a similar thing and can share there xml doc so i can have a butchers? (obviously take passwords and things out)
CHeers |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Apr 10, 2006 1:40 am Post subject: |
|
|
general rule is only specify options you think you need as the default settings are usually good enough. In your case, you could use 2 <mount> definitions, and if you did as I suggested then you would have a mount-name and authentication tags within one of them.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Mon Apr 10, 2006 9:29 pm Post subject: |
|
|
Ok so I'm using the simple xml file provided and have added the following
<mount>
<mount-name>/codefm-room1.mp3</mount-name>
<username>user</username>
<password>pass</password>
<max-listeners>50</max-listeners>
<fallback-mount>room1.m3u</fallback-mount>
</mount>
is that acceptable? or am i way out?
if its correct my next question would be how do i determin the compression and bitration of the mountname?
also where would these files be placed, reletive to the websites root or in the icecast folder?
Thanks again |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Apr 10, 2006 10:03 pm Post subject: |
|
|
the fallback-mount is incorrect, not only is it supposed to start with a / but you don't specify a playlist, you specify a mountpoint of a stream.
The mount details don't refer to encoder settings, as that is handled by the source client, which is also where any source material is placed
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Mon Apr 10, 2006 10:13 pm Post subject: |
|
|
ah ok once more.
so how would i get the server to play a playlist (non live mixes) when there is no dj playing.... i thought the fall back did it?
cheers |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Apr 10, 2006 10:50 pm Post subject: |
|
|
without the hook I mentioned initially, the second stream would have to be running all the time. With the hook from the authenticator it could start the source client for the fallback when the live stream dies but before moving listeners to the fallback. Start with the fallback always on first.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Tue Apr 11, 2006 9:08 am Post subject: |
|
|
sorry karl, I'm new to this and it all seems to be going over my head.
think it will be best if i get someone else to set it up... can you recomend any one that can do this (for a price)
Cheers for all your help |
|
| Back to top |
|
 |
|