From land at uni-leipzig.de Thu Aug 10 13:21:42 2023
From: land at uni-leipzig.de (Joerg Land)
Date: Thu, 10 Aug 2023 15:21:42 +0200
Subject: [Icecast] generate https link in status.xsl
Message-ID: <20230810152142.Horde.YCQSmoAB6-Uzrryocazok0q@mail.uni-leipzig.de>
Hello,
I have installed the https connection.
The gui (status.xsl) has the button M3U and XSPF for each mount point.
If I press the button a link is generated in the file mountpointname.acc.m3u.
I check the file via editor. I see the following:
http://hostname:443/mountpointname.aac
This link is not working for players like vlc. It works perfect after
I edit mountpointname.acc.m3u with https://hostname/mountpointname.aac
How can I get this link via the button M3U?
The same problem is with XSPF.
There I get the tag:
http://hostname:443/montpointname.aac in the file.
Thank you to everyone how helping me.
Regards, Joerg
**************************************
Universitaet Leipzig
Zentrum fuer Medienproduktion (ZMP)
Dipl.-Ing. (FH) Joerg Land
04109 Leipzig, Nikolaistrasse 27-29
Tel.: 0341-97-35759
FAX: 0341-97-31135759
Email: land at uni-leipzig.de
**************************************
From informatux at gmail.com Thu Aug 10 14:43:41 2023
From: informatux at gmail.com (Kwame Bahena)
Date: Thu, 10 Aug 2023 08:43:41 -0600
Subject: [Icecast] icecast web player
Message-ID:
Hello,
I just performed a new deployment of icecast (icecast2 2.4.4-4)
In my previous icecast deployment I had a player embedded on the icecast
web interface but this time I don't have that.
I can access the stream using http://192.168.68.100:8000/ices from mplayer
or other media players, but I would also like to be able to play the stream
from the icecast web interface.
What am I missing?
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From marcusantoniouslee at gmail.com Thu Aug 10 14:55:20 2023
From: marcusantoniouslee at gmail.com (Mark Lee)
Date: Thu, 10 Aug 2023 10:55:20 -0400
Subject: [Icecast] generate https link in status.xsl
In-Reply-To: <20230810152142.Horde.YCQSmoAB6-Uzrryocazok0q@mail.uni-leipzig.de>
References: <20230810152142.Horde.YCQSmoAB6-Uzrryocazok0q@mail.uni-leipzig.de>
Message-ID:
What's the config in your icecast.xml? Does it have https enabled?
"ssl If set to 1 will enable HTTPS on this listen-socket. Icecast must have
been compiled against openSSL to be able to do so."
On Thu, Aug 10, 2023, 9:29 a.m. Joerg Land wrote:
> Hello,
>
> I have installed the https connection.
>
> The gui (status.xsl) has the button M3U and XSPF for each mount point.
>
> If I press the button a link is generated in the file
> mountpointname.acc.m3u.
>
> I check the file via editor. I see the following:
> http://hostname:443/mountpointname.aac
>
> This link is not working for players like vlc. It works perfect after
> I edit mountpointname.acc.m3u with https://hostname/mountpointname.aac
>
> How can I get this link via the button M3U?
>
> The same problem is with XSPF.
>
> There I get the tag:
> http://hostname:443/montpointname.aac in the file.
>
> Thank you to everyone how helping me.
>
> Regards, Joerg
>
>
>
> **************************************
> Universitaet Leipzig
> Zentrum fuer Medienproduktion (ZMP)
> Dipl.-Ing. (FH) Joerg Land
> 04109 Leipzig, Nikolaistrasse 27-29
> Tel.: 0341-97-35759
> FAX: 0341-97-31135759
> Email: land at uni-leipzig.de
> **************************************
>
> _______________________________________________
> Icecast mailing list
> Icecast at xiph.org
> http://lists.xiph.org/mailman/listinfo/icecast
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From land at uni-leipzig.de Fri Aug 11 07:57:27 2023
From: land at uni-leipzig.de (Joerg Land)
Date: Fri, 11 Aug 2023 09:57:27 +0200
Subject: [Icecast] [cecast web player
In-Reply-To:
Message-ID: <20230811095727.Horde.CDjErlFfx3dvrr4OppoShPd@mail.uni-leipzig.de>
Hello,
thank you for your fast response.
The https is working fine in general.
The problem is with the buttons in the web interface.
It works perfect with http.
But the buttons in the web interface create with https files like this
http://hostname:443/mountpointname.aac
This is not playing in the web interface and with other players.
The buttons should create: https://hostname/mountpointname.aac
My question is: How can I change this?
I'm using 2.4.4 with windows.
In download from https://www.icecast.org/download/ I can get 2.4.4. only.
Where can I download 2.4.4-4?
Thanks.
Have a nice day, Joerg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Bildschirm?foto 2023-08-11 um 09.35.55.png
Type: image/png
Size: 6061 bytes
Desc: not available
URL:
From marcusantoniouslee at gmail.com Fri Aug 11 18:16:48 2023
From: marcusantoniouslee at gmail.com (Mark Lee)
Date: Fri, 11 Aug 2023 14:16:48 -0400
Subject: [Icecast] [cecast web player
In-Reply-To: <20230811095727.Horde.CDjErlFfx3dvrr4OppoShPd@mail.uni-leipzig.de>
References: <20230811095727.Horde.CDjErlFfx3dvrr4OppoShPd@mail.uni-leipzig.de>
Message-ID:
Hi,
It seems the links are built based on what you enter in and
in the icecast.xml.
Mark
On 2023-08-11 03:57, Joerg Land wrote:
> Hello,
>
> thank you for your fast response.
>
> The https is working fine in general.
>
> The problem is with the buttons in the web interface.
>
> It works perfect with http.
>
> But the buttons in the web interface create with https files like this
> http://hostname:443/mountpointname.aac
>
> This is not playing in the web interface and with other players.
>
> The buttons should create: https://hostname/mountpointname.aac
>
> My question is: How can I change this?
>
> I'm using 2.4.4 with windows.
>
> In download from https://www.icecast.org/download/ I can get 2.4.4. only.
>
> Where can I download 2.4.4-4?
>
> Thanks.
>
> Have a nice day, Joerg
>
>
>
> _______________________________________________
> Icecast mailing list
> Icecast at xiph.org
> http://lists.xiph.org/mailman/listinfo/icecast