| View previous topic :: View next topic |
| Author |
Message |
mmarulanda
Joined: 25 Mar 2010 Posts: 7
|
Posted: Mon Feb 21, 2011 4:59 am Post subject: How do I limit the rate in icecast 2.3.2? |
|
|
Hi,
With limit-rate i can limit that, but in 2.3.2 this don't work.
How do I limit the rate in icecast 2.3.2? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Feb 21, 2011 6:02 am Post subject: |
|
|
That option is only in the kh tree on my website.
karl. |
|
| Back to top |
|
 |
mmarulanda
Joined: 25 Mar 2010 Posts: 7
|
Posted: Mon Feb 21, 2011 6:09 am Post subject: |
|
|
Thank you...
But how works that and how install the kh in linux?
if that kh a icecast complement or a icecast recoded? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Feb 21, 2011 6:23 am Post subject: |
|
|
You build the kh codebase like you would 2.3.2 using the same configure, make and make install approach. You then start that icecast with the xml you want.
karl. |
|
| Back to top |
|
 |
mmarulanda
Joined: 25 Mar 2010 Posts: 7
|
Posted: Mon Feb 21, 2011 7:31 am Post subject: |
|
|
Ok, thanks
where i put <limit-rate>64k</limit-rate>?
I can limit the mount banwidth with kh?
with that i can view the current bandwidth? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Feb 21, 2011 2:30 pm Post subject: |
|
|
Yes, by placing that setting into the appropriate mount section then that setting will apply to that stream. The current incoming bitrate is reported via the stats, it is already viewable via /admin/stats but you can add it to the webroot xsl pages if you really want it on there as well.
karl. |
|
| Back to top |
|
 |
mmarulanda
Joined: 25 Mar 2010 Posts: 7
|
Posted: Thu Feb 24, 2011 6:57 am Post subject: |
|
|
Hi karl
Now after install the kh (icecast 2.3.2kh), i can't stop the icecast with the usually command line
kill -s INT {PID}
that command line not kill the process, but if i have installed only icecast (icecast 2.3.2) that line working.
How i do to kill the proccess or stop icecast?
my OS is CentOS 5.5 |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Feb 24, 2011 1:59 pm Post subject: |
|
|
strange, the signal handler is no different, and the exact command works here. I'm assuming TERM does the same thing as INT, if so lets see the error log to see what is happening after the signal is detected.
karl. |
|
| Back to top |
|
 |
|