[Icecast] Icecast-KH
uktony
uktony at radiocompany.net
Sat Dec 25 18:23:47 UTC 2021
Unfortunately some music licensing agents insist on KH being used. So that is why I am struggling like this.TonySent from my Galaxy
-------- Original message --------From: Railgun <railgun.michael at gmail.com> Date: 26/12/2021 00:55 (GMT+08:00) To: icecast at xiph.org Subject: Re: [Icecast] Icecast-KH
erase kh and use a normal icecast
Am 25.12.2021 um 17:47 schrieb Tony
Harding:
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";}a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}p
{mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
font-size:12.0pt;
font-family:"Times New Roman";}pre
{margin:0cm;
margin-bottom:.0001pt;
font-size:10.0pt;
font-family:"Courier New";}span.EmailStyle19
{mso-style-type:personal;
font-family:Arial;
color:windowtext;}span.EmailStyle20
{mso-style-type:personal;
font-family:Arial;
color:navy;}span.EmailStyle21
{mso-style-type:personal;
font-family:Arial;
color:navy;}span.EmailStyle22
{mso-style-type:personal-reply;
font-family:Arial;
color:navy;}div.Section1
{page:Section1;}
To use certbot you
need Port80 with
something on the end of it.
If icecast is
listening on port 80 certbot
will work.
But I cannot get
Icecast-KH to work if I
put the port in icecast.xml or port 443 for that matter.
I have certbot
working on a standard
icecast server
The question is how
do I get KH to work
with more tags in the xml?
Tony
From:
Icecast [mailto:icecast-bounces at xiph.org] On
Behalf Of Railgun
Sent:
Sunday, December 26, 2021
12:28 AM
To:
icecast at xiph.org
Subject:
Re: [Icecast] Icecast-KH
you need
to use certbot not with the icecast server, and you need
to create another typ
of pam file that icececast can use it
icecast
must be builded with ssl support. at some standart repo it
isnt.
on ubuntu
run for icecast cert:
apt-get install certbot
certbot certonly --webroot-path="/usr/share/icecast2/web" -d 'stream.example.com'
cat /etc/letsencrypt/live/stream.example.com/fullchain.pem /etc/letsencrypt/live/stream1.example.com/privkey.pem > /etc/icecast2/bundle.pem
chmod 666 /etc/icecast2/bundle.pem (if you know the user of icecast you can run chown and not chmod)
renewl
nano /etc/letsencrypt/renewal/stream.example.com.conf
post_hook = cat /etc/letsencrypt/live/stream.example.com/fullchain.pem /etc/letsencrypt/live/stream.example/privkey.pem > /etc/icecast2/bundle.pem && service icecast2 restart
certbot renew --dry-run
Am 25.12.2021 um 17:09 schrieb Tony Harding:
Merry Christmas
Can I ask about the KH version here?
Or is this just the
standard version?
A client of mine needs to run KH and
I have it working on a
windows server for them. But the icecast.xml is tiny and
missing several things
that are in my standard version xml.
I copied and pasted in things like
<location> and
<support> and the server would not run. Also I
tied adding ports like 80
so I can get certbot to work and it did not seem to like
that either.
Suggestions from the multitude would
be gratefully received.
Merry Christmas
Tony
_______________________________________________
Icecast mailing list
Icecast at xiph.org
http://lists.xiph.org/mailman/listinfo/icecast
_______________________________________________
Icecast mailing list
Icecast at xiph.org
http://lists.xiph.org/mailman/listinfo/icecast
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/icecast/attachments/20211226/aa64bb72/attachment.htm>
More information about the Icecast
mailing list