Displaying 2 results from an estimated 2 matches for "cliservice".
Did you mean:
caservice
2016 Aug 09
2
Installing IceCast 2.4.3 on Centos 7
Morning all, I set up IceCast several years ago on centos 6. seemed
easy, now I am trying to install it on Centos 7.
For the life of me, I cant do it, I have read several STEP by steps on
how to configure, but I am pounding my head against the wall, I am a
Windows IT guy, thus I am looking for a step by step detail way of doing
it. All the examples I find, fail at some point or another. Any
2016 Aug 09
0
Installing IceCast 2.4.3 on Centos 7
...r firewall. This may be different based on what port is configured for icecast and firewall software you are usingfirewall-cmd --permanent --add-port=8000/tcpfirewall-cmd --reload
If you have any additional problems, you can:tail -f /var/log/icecast/error.log
With the above running, on a separate CLIservice icecast stop/usr/bin/icecast -c /etc/icecast.xml -b
Then look at the error.log on the other CLI to see the errors.
> To: Icecast at xiph.org
> From: Support at lsdcode.com
> Date: Tue, 9 Aug 2016 07:24:06 -0600
> Subject: [Icecast] Installing IceCast 2.4.3 on Centos 7
>
> Mornin...