Discussion:
[Icecast] Installing IceCast2 on CentOS 6 / CPanel
Hans Brost
2018-11-06 15:27:41 UTC
Permalink
Was hoping to get some updated instructions for this.

Have access to a dedicated server.

The info on the web seems to be outdated.....some of the links are DOA.....

There was one simple install, but not sure if it would work:

This tutorial explains how to install icecast kh10 server on centos 6 server

# cd /usr/src
# wget
https://github.com/karlheyes/icecast-kh/archive/icecast-2.4.0-kh1.tar.gz
# tar -zxf icecast-2.4.0-kh1.tar.gz
# cd icecast-kh-icecast-2.4.0-kh1
# ./configure;make CFLAGS=”-D_XOPEN_SOURCE=600″
# make install

if this is centovacast server you many need to run this to register new
package

# /usr/local/centovacast/sbin/enable_package ICECAST /usr/local/bin/icecast

now you are done 🙂

Any help would be much appreciated
Marvin Scholz
2018-11-06 15:37:44 UTC
Permalink
Post by Hans Brost
Was hoping to get some updated instructions for this.
Have access to a dedicated server.
The info on the web seems to be outdated.....some of the links are DOA.....
This tutorial explains how to install icecast kh10 server on centos 6 server
# cd /usr/src
# wget
https://github.com/karlheyes/icecast-kh/archive/icecast-2.4.0-kh1.tar.gz
This support list is not for the -kh fork of Icecast.
Post by Hans Brost
# tar -zxf icecast-2.4.0-kh1.tar.gz
# cd icecast-kh-icecast-2.4.0-kh1
# ./configure;make CFLAGS=”-D_XOPEN_SOURCE=600″
# make install
if this is centovacast server you many need to run this to register
new package
# /usr/local/centovacast/sbin/enable_package ICECAST
/usr/local/bin/icecast
now you are done 🙂
Any help would be much appreciated
_______________________________________________
Icecast mailing list
http://lists.xiph.org/mailman/listinfo/icecast
Jordan Erickson
2018-11-06 16:25:01 UTC
Permalink
Hi Hans,

Icecast-KH is *not* the official Icecast and is not supported here.
Please refer to KH specific support channels with questions.


Sincerely,
Jordan
Post by Hans Brost
Was hoping to get some updated instructions for this.
Have access to a dedicated server.
The info on the web seems to be outdated.....some of the links are DOA.....
This tutorial explains how to install icecast kh10 server on centos 6 server
# cd /usr/src
# wget
https://github.com/karlheyes/icecast-kh/archive/icecast-2.4.0-kh1.tar.gz
# tar -zxf icecast-2.4.0-kh1.tar.gz
# cd icecast-kh-icecast-2.4.0-kh1
# ./configure;make CFLAGS=”-D_XOPEN_SOURCE=600″
# make install
if this is centovacast server you many need to run this to register new
package
# /usr/local/centovacast/sbin/enable_package ICECAST /usr/local/bin/icecast
now you are done 🙂
Any help would be much appreciated
_______________________________________________
Icecast mailing list
http://lists.xiph.org/mailman/listinfo/icecast
Thomas B. Rücker
2018-11-07 09:33:28 UTC
Permalink
Hi,
Post by Hans Brost
Was hoping to get some updated instructions for this.
Have access to a dedicated server.
The info on the web seems to be outdated.....some of the links are DOA.....
Xiph.org provides official packages for CentOS:

https://download.opensuse.org/repositories/multimedia:/xiph/CentOS_6/
https://download.opensuse.org/repositories/multimedia:/xiph/CentOS_7/

Just add the repository corresponding to your distribution to your
package management.


There's also EPEL, which provides many packages specifically for
RHEL/CentOS:
https://fedoraproject.org/wiki/EPEL
(Their Icecast is at 2.4.3, so don't use it with URL-auth enabled!)


Cheers,

Thomas
Petr Pisar
2018-11-07 10:06:11 UTC
Permalink
Post by Thomas B. Rücker
There's also EPEL, which provides many packages specifically for
https://fedoraproject.org/wiki/EPEL
(Their Icecast is at 2.4.3, so don't use it with URL-auth enabled!)
Un updated package is on the way
<https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-018b328024>. After
a testing period, 2.4.4 will be available for EPEL users. (Until then user's
can install it after enabling updates-testing repository
<https://fedoraproject.org/wiki/EPEL/testing>).

-- Petr
Thomas B. Rücker
2018-11-07 12:45:57 UTC
Permalink
Post by Petr Pisar
Post by Thomas B. Rücker
There's also EPEL, which provides many packages specifically for
https://fedoraproject.org/wiki/EPEL
(Their Icecast is at 2.4.3, so don't use it with URL-auth enabled!)
Un updated package is on the way
<https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-018b328024>. After
a testing period, 2.4.4 will be available for EPEL users. (Until then user's
can install it after enabling updates-testing repository
<https://fedoraproject.org/wiki/EPEL/testing>).
Great to hear! Thanks!

TBR
Hans Brost
2018-11-07 16:50:03 UTC
Permalink
_______________________________________________
Icecast mailing list
***@xiph.org
http://lists.xiph.org/mailman/listinfo/icecast

Hans Brost
2018-11-07 16:48:59 UTC
Permalink
_______________________________________________
Icecast mailing list
***@xiph.org
http://lists.xiph.org/mailman/listinfo/icecast
Loading...