| View previous topic :: View next topic |
| Author |
Message |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Apr 18, 2006 1:41 pm Post subject: |
|
|
if you already have an icecast source client then you can start another connection up on a different mountpoint.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Tue Apr 18, 2006 1:45 pm Post subject: mountpoint ?? |
|
|
ok could you pls explain in more details, where do i create this?
is it part of the config file?
what settings do i need? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Apr 18, 2006 1:54 pm Post subject: |
|
|
you configure your source client, that is the app that starts the connection. Whether you have mount specific settings in icecast is up to you.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Tue Apr 18, 2006 1:58 pm Post subject: oooohhhhhhhhhhh |
|
|
very technical, did i understand? no
could you not be more clear in explaining. so i understand the the that i have to do something in oddcast, but what?
i did create another encoder but it wont connect.
do i use the same password as the first encoder? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Apr 18, 2006 2:06 pm Post subject: |
|
|
you use the same password if you have configured icecast with only the global source-password setting. What you cannot reuse is the same mountpoint. Check your error log, if there is a failure then always checked your error log first, you'll be surprised how often the reason is shown in there.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Tue Apr 18, 2006 3:17 pm Post subject: so |
|
|
could u give the code i need to use,
what do i add to the icecast server config file.
i created a second one in oddcast it wont connect.
[2006-04-18 16:15:41] INFO connection/connection.c Source logging in at mountpoint "/stream.ogg"
[2006-04-18 16:15:41] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-18 16:15:41] WARN connection/connection.c Mountpoint /stream.ogg in use
[2006-04-18 16:15:41] DBUG stats/stats.c update node clients (2)
[2006-04-18 16:15:41] DBUG stats/stats.c update node connections (76)
[2006-04-18 16:15:41] DBUG stats/stats.c update node clients (1)
[2006-04-18 16:15:43] DBUG stats/stats.c update node total_bytes_read (70051291)
[2006-04-18 16:15:43] DBUG stats/stats.c update node total_bytes_sent (2697795)
[2006-04-18 16:15:48] DBUG stats/stats.c update node total_bytes_read (70086400)
[2006-04-18 16:15:48] DBUG stats/stats.c update node total_bytes_sent (2697795)
[2006-04-18 16:15:53] DBUG stats/stats.c update node total_bytes_read (70121325)
[2006-04-18 16:15:53] DBUG stats/stats.c update node total_bytes_sent (2697795)
[2006-04-18 16:15:54] INFO connection/connection.c Source logging in at mountpoint "/stream.ogg"
[2006-04-18 16:15:54] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-18 16:15:54] WARN connection/connection.c Mountpoint /stream.ogg in use
[2006-04-18 16:15:54] DBUG stats/stats.c update node clients (2)
[2006-04-18 16:15:54] DBUG stats/stats.c update node connections (77)
[2006-04-18 16:15:54] DBUG stats/stats.c update node clients (1) |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Apr 18, 2006 3:34 pm Post subject: |
|
|
It's right there in the log you posted, why doesn't the second stream connect, as it says
[2006-04-18 16:15:41] WARN connection/connection.c Mountpoint /stream.ogg in use
so what you have done is started the second connection with exactly the same mountpoint as the first. Use a different mountpoint for the second connection. Maybe it would be easier to understand if you think of the mountpoints relating to bandwidth eg
stream 1 /dialup.ogg
stream 2 /broadband.ogg
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Wed Apr 19, 2006 5:53 am Post subject: thanks |
|
|
got that sorted,
need to know where to change source limit.
[2006-04-19 06:47:51] DBUG stats/stats.c update node total_bytes_sent (0)
[2006-04-19 06:47:55] INFO connection/connection.c Source logging in at mountpoint "/of.ogg"
[2006-04-19 06:47:55] DBUG connection/connection.c sources count is 2
[2006-04-19 06:47:55] WARN connection/connection.c Request to add source when maximum source limit reached 2
[2006-04-19 06:47:55] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-19 06:47:55] DBUG source/source.c clearing source "/of.ogg"
[2006-04-19 06:47:55] DBUG source/source.c freeing source "/of.ogg" |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Apr 19, 2006 10:29 am Post subject: |
|
|
the xml tag is <sources>
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Wed Apr 19, 2006 1:00 pm Post subject: hi |
|
|
| yeh, karl i had already done that and this log was taken after i had made the changes. |
|
| Back to top |
|
 |
|