From phschafft at de.loewenfelsen.net Sat Mar 4 10:13:47 2023 From: phschafft at de.loewenfelsen.net (Philipp Schafft) Date: Sat, 04 Mar 2023 10:13:47 +0000 Subject: [Icecast] Own server In-Reply-To: References: <20230226164840.5E1D1403FB@smtp2.osuosl.org> Message-ID: <289ebf7571f3cb7e08ae1579d956e66f9b20acaf.camel@de.loewenfelsen.net> Good morning, On Mon, 2023-02-27 at 17:18 +0000, Coolvibes Reloaded wrote: > sorry source client is up n running > ip:port is streaming, now i want to know about the authentication > i don't want outsiders to keep logging in eachtime they tune in. so > how do i turn authentication off? Just don't enable it. It's not enabled by default. So if you use the default config as a template and only change the passwords (which is the recommended way to start) it should be all off. > also i'm getting these errors > > > Which errors? Only blank lines here. > On Mon, Feb 27, 2023 at 10:27?AM Philipp Schafft < > phschafft at de.loewenfelsen.net> wrote: > > Good morning, > > > > On Mon, 2023-02-27 at 02:06 +0000, Coolvibes Reloaded wrote: > > > rite i've got the icecast2 page setup but i don't have any active > > > mounts? > > > why's that > > > > once you got your server running it will list those sources that > > are > > connected. So if it is freshly started and there are no sources > > connected nothing is shown as there is nothing to show. > > > > The next step would be to get your source client ready and let it > > connect. -- Philipp Schafft (CEO/Gesch?ftsf?hrer) Telephone: +49.3535 490 17 92 Website: https://www.loewenfelsen.net/ Follow us: https://www.linkedin.com/company/loewenfelsen/ Gesch?ftsf?hrer/CEO: Philipp Schafft L?wenfelsen UG (haftungsbeschr?nkt) Registration number: Bickinger Stra?e 21 HRB 12308 CB 04916 Herzberg (Elster) VATIN/USt-ID: Germany DE305133015 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 228 bytes Desc: This is a digitally signed message part URL: From verten at xs4all.nl Sun Mar 5 08:58:07 2023 From: verten at xs4all.nl (Verten Radio) Date: Sun, 5 Mar 2023 09:58:07 +0100 Subject: [Icecast] icecast https stream and Sonos Message-ID: My icecast https stream (https://vertenradio.com:8443/stream) does not work on a Sonos ONE player. It might have something to do with the ssl handshake. >From the developer page from sonos i found this: Some common reasons for SSL handshake failures include: ? Expired certificate: Every certificate has a validity window before it expires. You need to present Sonos with unexpired certificates. ? DNS name mismatch: Your certificate must match the DNS name used in the Sonos service catalog. If the URL in the Sonos service catalog is https://stremingservice.example.com/svc, then your certificate must have a subjectAltName or a Common Name matching streamingservice.example.com. Any mismatches will cause an outage. For example, this may occur if you introduce a Content Delivery Network (CDN) into your setup as this may affect the DNS names and certificates involved. ? Missing intermediate CA cert: Most certificate authorities do not issue individual server certificates directly from their root CA certificate. They often use an intermediate CA certificate. Usually, the chain looks like this: Root CA certificate -> Intermediate CA certificate -> Your service?s SSL server certificate. In these cases, you must configure your SSL server to send Sonos the intermediate CA certificate as well as your SSL server certificate. Without this, Sonos will not be able to validate the full chain and the validation may fail. I don?t thinks this is the case, but what could it be? Any answers? Glad to hear it, Regards, Johan Verzonden vanuit Mail voor Windows -------------- next part -------------- An HTML attachment was scrubbed... URL: From brad at audiopump.co Sun Mar 5 17:29:01 2023 From: brad at audiopump.co (Brad Isbell) Date: Sun, 5 Mar 2023 11:29:01 -0600 Subject: [Icecast] icecast https stream and Sonos In-Reply-To: References: Message-ID: Johan, the Sonos information here is spot on. You are missing the intermediate certs. While your stream will work fine in common browsers where the certificates are already available, they won't necessarily work in other places. Once you concatenate the right certificates in, DigiCert has an online tool you can use to check that you have it correct: https://www.digicert.com/help/ If you were on port :443, you could also use https://www.ssllabs.com/ssltest/. *Brad Isbell // AudioPump, Inc.* brad at audiopump.co On Sun, Mar 5, 2023 at 2:58?AM Verten Radio wrote: > My icecast https stream (https://vertenradio.com:8443/stream) does not > work on a Sonos ONE player. > > > > It might have something to do with the ssl handshake. > > > > From the developer page from sonos i found this: > > > > Some common reasons for SSL handshake failures include: > > - *Expired certificate*: Every certificate has a validity window > before it expires. You need to present Sonos with unexpired certificates. > - *DNS name mismatch*: Your certificate must match the DNS name used > in the Sonos service catalog. If the URL in the Sonos service catalog is > https://stremingservice.example.com/svc, then your certificate must > have a subjectAltName or a Common Name matching > streamingservice.example.com. Any mismatches will cause an outage. For > example, this may occur if you introduce a Content Delivery Network (CDN) > into your setup as this may affect the DNS names and certificates involved. > - *Missing intermediate CA cert*: Most certificate authorities do not > issue individual server certificates directly from their root CA > certificate. They often use an intermediate CA certificate. Usually, the > chain looks like this: > *Root CA certificate -> Intermediate CA certificate -> Your service?s > SSL server certificate.* > In these cases, you must configure your SSL server to send Sonos the > intermediate CA certificate as well as your SSL server certificate. Without > this, Sonos will not be able to validate the full chain and the validation > may fail. > > I don?t thinks this is the case, but what could it be? > > Any answers? > > Glad to hear it, > > Regards, > > > > Johan > > > > > > > > > > Verzonden vanuit Mail > voor Windows > > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > -------------- next part -------------- An HTML attachment was scrubbed... URL: From verten at xs4all.nl Mon Mar 6 12:28:32 2023 From: verten at xs4all.nl (Verten Radio) Date: Mon, 6 Mar 2023 13:28:32 +0100 Subject: [Icecast] icecast https stream and Sonos In-Reply-To: References: Message-ID: <6729bfcf-bc1a-11ed-9d31-00505699d6e5@smtp.kpnmail.nl> Hallo Brad, Thanks for you answer. This helps. I will look in to it. Greetings, Johan Verzonden vanuit Mail voor Windows Van: Brad Isbell Verzonden: zondag 5 maart 2023 18:39 Aan: Icecast streaming server user discussions Onderwerp: Re: [Icecast] icecast https stream and Sonos Johan, the Sonos information here is spot on.? You are missing the intermediate certs. While your stream will work fine in common browsers where the certificates are already available, they won't necessarily work in other places. Once you concatenate the right certificates in, DigiCert has an online tool you can use to check that you have it correct:??https://www.digicert.com/help/? If you were on port :443, you could also use?https://www.ssllabs.com/ssltest/. Brad Isbell // AudioPump, Inc. brad at audiopump.co On Sun, Mar 5, 2023 at 2:58?AM Verten Radio wrote: My icecast https stream (https://vertenradio.com:8443/stream) does not work on a Sonos ONE player. ? It might have something to do with the ssl handshake. ? >From the developer page from sonos i found this: ? Some common reasons for SSL handshake failures include: ? Expired certificate: Every certificate has a validity window before it expires. You need to present Sonos with unexpired certificates. ? DNS name mismatch: Your certificate must match the DNS name used in the Sonos service catalog. If the URL in the Sonos service catalog is https://stremingservice.example.com/svc, then your certificate must have a subjectAltName or a Common Name matching streamingservice.example.com. Any mismatches will cause an outage. For example, this may occur if you introduce a Content Delivery Network (CDN) into your setup as this may affect the DNS names and certificates involved. ? Missing intermediate CA cert: Most certificate authorities do not issue individual server certificates directly from their root CA certificate. They often use an intermediate CA certificate. Usually, the chain looks like this: Root CA certificate -> Intermediate CA certificate -> Your service?s SSL server certificate. In these cases, you must configure your SSL server to send Sonos the intermediate CA certificate as well as your SSL server certificate. Without this, Sonos will not be able to validate the full chain and the validation may fail. I don?t thinks this is the case, but what could it be? Any answers? Glad to hear it, Regards, ? Johan ? ? ? ? Verzonden vanuit Mail voor Windows ? _______________________________________________ Icecast mailing list Icecast at xiph.org http://lists.xiph.org/mailman/listinfo/icecast -------------- next part -------------- An HTML attachment was scrubbed... URL: From just.icecast at lesve.org Tue Mar 7 16:58:53 2023 From: just.icecast at lesve.org (Penguinfriend) Date: Tue, 7 Mar 2023 17:58:53 +0100 Subject: [Icecast] Recommandation Message-ID: <93c7df5b-516e-7ab8-d33d-58c0adcae656@lesve.org> i running a Shoutcast environment in linux environment. The audio generator (named sc_trans) is not supported and the source is not available.? I got two problem.? the 64-bits version is missing and it cannot handle utf-8 correct. So my question is.?? Is it possible to use icecast as stream generator to shoutcast server. If the answer is YES,? which app should I use. I see a lot of apps Hopefully someone will help me /regards From dennis at heerema.net Mon Mar 13 16:44:37 2023 From: dennis at heerema.net (Dennis Heerema) Date: Mon, 13 Mar 2023 17:44:37 +0100 Subject: [Icecast] cluster for YP / icecast directory Message-ID: <6373d326-7623-676b-805a-4b57d600777a@heerema.net> Hello, Is it still possible to cluster al icecast servers with the same stream to the icecast yp or icecast directory? I get strange results when i configure this, like the stats from server A but streamlink to server B insteat of an m3u file as stated in the docs. Kind regards, Dennis From epirat07 at gmail.com Mon Mar 13 16:57:04 2023 From: epirat07 at gmail.com (Marvin Scholz) Date: Mon, 13 Mar 2023 17:57:04 +0100 Subject: [Icecast] cluster for YP / icecast directory In-Reply-To: <6373d326-7623-676b-805a-4b57d600777a@heerema.net> References: <6373d326-7623-676b-805a-4b57d600777a@heerema.net> Message-ID: <8AEE5D85-EFC8-4443-AF33-9FF8A1D26784@gmail.com> On 13 Mar 2023, at 17:44, Dennis Heerema wrote: > Hello, > > Is it still possible to cluster al icecast servers with the same stream to the icecast yp or icecast directory? > > I get strange results when i configure this, like the stats from server A but streamlink to server B insteat of an m3u file as stated in the docs. > This should still be supported, but instead of an m3u which is not supported by most browsers, the yp directory will IIRC pick one of the available servers' stream URLs, I think based on listener counts when serving the page. > > Kind regards, > > Dennis > > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast From pm at nowster.me.uk Mon Mar 13 22:08:20 2023 From: pm at nowster.me.uk (Paul Martin) Date: Mon, 13 Mar 2023 22:08:20 +0000 Subject: [Icecast] Recommandation In-Reply-To: <93c7df5b-516e-7ab8-d33d-58c0adcae656@lesve.org> References: <93c7df5b-516e-7ab8-d33d-58c0adcae656@lesve.org> Message-ID: On Tue, Mar 07, 2023 at 05:58:53PM +0100, Penguinfriend wrote: > i running a Shoutcast environment in linux environment. The audio generator > (named sc_trans) is not supported and the source is not available.? I got > two problem.? the 64-bits version is missing and it cannot handle utf-8 > correct. > > So my question is.?? Is it possible to use icecast as stream generator to > shoutcast server. If the answer is YES,? which app should I use. I see a lot > of apps Icecast is a replacement for Shoutcast, supporting the same protocols. One app which can feed into Icecast and Shoutcast is "butt" https://danielnoethen.de/butt/ -- Paul Martin From just.icecast at lesve.org Tue Mar 14 15:04:25 2023 From: just.icecast at lesve.org (Penguinfriend) Date: Tue, 14 Mar 2023 16:04:25 +0100 Subject: [Icecast] Recommandation In-Reply-To: References: <93c7df5b-516e-7ab8-d33d-58c0adcae656@lesve.org> Message-ID: <3d0363f3-011a-04cd-50f1-4f05985a4b8c@lesve.org> Thanks for the info. But butt us a gui application. As I run it on a command line linux,I dont know how to run it without GUI. Maybe it is possible but there is nothing in the Manual as I can see. On 2023-03-13 23:08, Paul Martin wrote: > On Tue, Mar 07, 2023 at 05:58:53PM +0100, Penguinfriend wrote: >> i running a Shoutcast environment in linux environment. The audio generator >> (named sc_trans) is not supported and the source is not available.? I got >> two problem.? the 64-bits version is missing and it cannot handle utf-8 >> correct. >> >> So my question is.?? Is it possible to use icecast as stream generator to >> shoutcast server. If the answer is YES,? which app should I use. I see a lot >> of apps > Icecast is a replacement for Shoutcast, supporting the same protocols. > > One app which can feed into Icecast and Shoutcast is "butt" > > https://danielnoethen.de/butt/ > From jordan at subj.am Tue Mar 14 19:08:11 2023 From: jordan at subj.am (Jordan Erickson) Date: Tue, 14 Mar 2023 12:08:11 -0700 Subject: [Icecast] Recommandation In-Reply-To: <3d0363f3-011a-04cd-50f1-4f05985a4b8c@lesve.org> References: <93c7df5b-516e-7ab8-d33d-58c0adcae656@lesve.org> <3d0363f3-011a-04cd-50f1-4f05985a4b8c@lesve.org> Message-ID: As far as Linux commandline source clients, Ices2 liquidsoap and MPD are popular. You can look here for a really good list of source clients of all types: https://icecast.org/apps/ Cheers, Jordan Erickson On 3/14/23 08:04, Penguinfriend wrote: > Thanks for the info. But butt us a gui application. As I run it on a > command line linux,I dont know how to run it without GUI. > > Maybe it is possible but there is nothing in the Manual as I can see. > > > On 2023-03-13 23:08, Paul Martin wrote: >> On Tue, Mar 07, 2023 at 05:58:53PM +0100, Penguinfriend wrote: >>> i running a Shoutcast environment in linux environment. The audio >>> generator >>> (named sc_trans) is not supported and the source is not available.? >>> I got >>> two problem.? the 64-bits version is missing and it cannot handle utf-8 >>> correct. >>> >>> So my question is.?? Is it possible to use icecast as stream >>> generator to >>> shoutcast server. If the answer is YES,? which app should I use. I >>> see a lot >>> of apps >> Icecast is a replacement for Shoutcast, supporting the same protocols. >> >> One app which can feed into Icecast and Shoutcast is "butt" >> >> https://danielnoethen.de/butt/ >> > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast From redwood.andrew at gmail.com Thu Mar 23 21:44:00 2023 From: redwood.andrew at gmail.com (redwood.andrew at gmail.com) Date: Fri, 24 Mar 2023 08:44:00 +1100 Subject: [Icecast] FW: Your message to Icecast awaits moderator approval In-Reply-To: References: Message-ID: <0f2401d95dd0$9621f990$c265ecb0$@gmail.com> Hello there, You sent me the below email a couple of days ago and, as I haven't yet received any moderator notice that my post was rejected ... I assume it actually *has* been posted. I would therefore like to see my post - and see if it has attracted any responses. But I need you to tell me how to see my post on the xiph site (as I cannot find any instructions how to get to it). Thank you, Andrew -----Original Message----- From: Icecast On Behalf Of icecast-owner at xiph.org Sent: Wednesday, 22 March 2023 6:02 PM To: redwood.andrew at gmail.com Subject: Your message to Icecast awaits moderator approval Your mail to 'Icecast' with the subject How to fire up Icecast? Is being held until the list moderator can review it for approval. The reason it is being held: Message body is too big: 59787 bytes with a limit of 40 KB Either the message will get posted to the list, or you will receive notification of the moderator's decision. If you would like to cancel this posting, please visit the following URL: http://lists.xiph.org/mailman/confirm/icecast/5838de1c171a82dc0a895959438834 2cb7aae29a From ohnonot-github at posteo.de Fri Mar 24 10:32:03 2023 From: ohnonot-github at posteo.de (D.T.) Date: Fri, 24 Mar 2023 10:32:03 +0000 Subject: [Icecast] FW: Your message to Icecast awaits moderator approval In-Reply-To: <0f2401d95dd0$9621f990$c265ecb0$@gmail.com> References: <0f2401d95dd0$9621f990$c265ecb0$@gmail.com> Message-ID: You posted this message to the list, I'm not a mod and I can read it. For March, I do not see any other post made by you. It clearly says WHY your post was rejected: "Message body is too big: 59787 bytes with a limit of 40 KB" I suspect this was an automated action. Re-write your original post so that it isn't too large (likely caused by attachments), and re-send it. On Fri, 2023-03-24 at 08:44 +1100, redwood.andrew at gmail.com wrote: > Hello there, > > You sent me the below email a couple of days ago and, as I haven't > yet > received any moderator notice that my post was rejected ... I assume > it > actually *has* been posted. > > I would therefore like to see my post - and see if it has attracted > any > responses. > > But I need you to tell me how to see my post on the xiph site (as I > cannot > find any instructions how to get to it). > > Thank you, > Andrew > ? > > -----Original Message----- > From: Icecast On Behalf Of > icecast-owner at xiph.org > Sent: Wednesday, 22 March 2023 6:02 PM > To: redwood.andrew at gmail.com > Subject: Your message to Icecast awaits moderator approval > > Your mail to 'Icecast' with the subject > > ??? How to fire up Icecast? > > Is being held until the list moderator can review it for approval. > > The reason it is being held: > > ??? Message body is too big: 59787 bytes with a limit of 40 KB > > Either the message will get posted to the list, or you will receive > notification of the moderator's decision.? If you would like to > cancel this > posting, please visit the following URL: > > ? > http://lists.xiph.org/mailman/confirm/icecast/5838de1c171a82dc0a895959438834 > 2cb7aae29a > > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast -------------- next part -------------- An HTML attachment was scrubbed... URL: From redwood.andrew at gmail.com Fri Mar 24 10:45:30 2023 From: redwood.andrew at gmail.com (redwood.andrew at gmail.com) Date: Fri, 24 Mar 2023 21:45:30 +1100 Subject: [Icecast] FW: Your message to Icecast awaits moderator approval In-Reply-To: References: <0f2401d95dd0$9621f990$c265ecb0$@gmail.com> Message-ID: <00e401d95e3d$c2014760$4603d620$@gmail.com> Thank you very much for your email, DT. Yes, I did see that msg about taking up too many bytes ? but I never received the promised email from the mods, telling me it had been rejected! So I assumed it had been posted ? and wanted to read the thread. My problem is ? I cannot see how to read Icecast threads. Any advice? Rgds, Andrew From: Icecast On Behalf Of D.T. Sent: Friday, March 24, 2023 9:32 PM To: Icecast streaming server user discussions Subject: Re: [Icecast] FW: Your message to Icecast awaits moderator approval You posted this message to the list, I'm not a mod and I can read it. For March, I do not see any other post made by you. It clearly says WHY your post was rejected: "Message body is too big: 59787 bytes with a limit of 40 KB" I suspect this was an automated action. Re-write your original post so that it isn't too large (likely caused by attachments), and re-send it. On Fri, 2023-03-24 at 08:44 +1100, redwood.andrew at gmail.com wrote: Hello there, You sent me the below email a couple of days ago and, as I haven't yet received any moderator notice that my post was rejected ... I assume it actually *has* been posted. I would therefore like to see my post - and see if it has attracted any responses. But I need you to tell me how to see my post on the xiph site (as I cannot find any instructions how to get to it). Thank you, Andrew -----Original Message----- From: Icecast > On Behalf Of icecast-owner at xiph.org Sent: Wednesday, 22 March 2023 6:02 PM To: redwood.andrew at gmail.com Subject: Your message to Icecast awaits moderator approval Your mail to 'Icecast' with the subject How to fire up Icecast? Is being held until the list moderator can review it for approval. The reason it is being held: Message body is too big: 59787 bytes with a limit of 40 KB Either the message will get posted to the list, or you will receive notification of the moderator's decision. If you would like to cancel this posting, please visit the following URL: http://lists.xiph.org/mailman/confirm/icecast/5838de1c171a82dc0a895959438834 2cb7aae29a _______________________________________________ Icecast mailing list Icecast at xiph.org http://lists.xiph.org/mailman/listinfo/icecast -------------- next part -------------- An HTML attachment was scrubbed... URL: From jayaubs89 at gmail.com Sat Mar 4 14:02:03 2023 From: jayaubs89 at gmail.com (Coolvibes Reloaded) Date: Sat, 04 Mar 2023 14:02:03 -0000 Subject: [Icecast] Own server In-Reply-To: <289ebf7571f3cb7e08ae1579d956e66f9b20acaf.camel@de.loewenfelsen.net> References: <20230226164840.5E1D1403FB@smtp2.osuosl.org> <289ebf7571f3cb7e08ae1579d956e66f9b20acaf.camel@de.loewenfelsen.net> Message-ID: im getting [image: image.png] but should i be using all these listener-sockets the top one underneath the commented out text which im using 8080 90.195.74.51 /stream 1 <------ this one i'm using 8081 1 8080 1 8081 8080 8081 1 On Sat, Mar 4, 2023 at 10:13?AM Philipp Schafft < phschafft at de.loewenfelsen.net> wrote: > Good morning, > > > On Mon, 2023-02-27 at 17:18 +0000, Coolvibes Reloaded wrote: > > sorry source client is up n running > > ip:port is streaming, now i want to know about the authentication > > i don't want outsiders to keep logging in eachtime they tune in. so > > how do i turn authentication off? > > Just don't enable it. It's not enabled by default. So if you use the > default config as a template and only change the passwords (which is > the recommended way to start) it should be all off. > > > > > also i'm getting these errors > > > > > > > > Which errors? Only blank lines here. > > > > > On Mon, Feb 27, 2023 at 10:27?AM Philipp Schafft < > > phschafft at de.loewenfelsen.net> wrote: > > > Good morning, > > > > > > On Mon, 2023-02-27 at 02:06 +0000, Coolvibes Reloaded wrote: > > > > rite i've got the icecast2 page setup but i don't have any active > > > > mounts? > > > > why's that > > > > > > once you got your server running it will list those sources that > > > are > > > connected. So if it is freshly started and there are no sources > > > connected nothing is shown as there is nothing to show. > > > > > > The next step would be to get your source client ready and let it > > > connect. > > > -- > Philipp Schafft (CEO/Gesch?ftsf?hrer) > Telephone: +49.3535 490 17 92 > Website: https://www.loewenfelsen.net/ > Follow us: https://www.linkedin.com/company/loewenfelsen/ > Gesch?ftsf?hrer/CEO: Philipp Schafft > > L?wenfelsen UG (haftungsbeschr?nkt) Registration number: > Bickinger Stra?e 21 HRB 12308 CB > 04916 Herzberg (Elster) VATIN/USt-ID: > Germany DE305133015 > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 84103 bytes Desc: not available URL: From redwood.andrew at gmail.com Wed Mar 22 07:02:12 2023 From: redwood.andrew at gmail.com (redwood.andrew at gmail.com) Date: Wed, 22 Mar 2023 18:02:12 +1100 Subject: [Icecast] How to fire up Icecast? Message-ID: <0a9f01d95c8c$3b9fde50$b2df9af0$@gmail.com> Hi there, I have downloaded Icecast - see here: I don't seem to have a ".exe" file which I can click on to fire up Icecast? Can anyone tell me what I need to do, to get Icecast working? Thank you, Andrew -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 41801 bytes Desc: not available URL: From verten at xs4all.nl Fri Mar 24 11:58:30 2023 From: verten at xs4all.nl (Verten Radio) Date: Fri, 24 Mar 2023 12:58:30 +0100 Subject: [Icecast] How to fire up Icecast? In-Reply-To: <0a9f01d95c8c$3b9fde50$b2df9af0$@gmail.com> References: <0a9f01d95c8c$3b9fde50$b2df9af0$@gmail.com> Message-ID: <3216aedd-ca3b-11ed-9d31-00505699d6e5@smtp.kpnmail.nl> Just start the windows batch file (icecast.bat) Regards, Johan Verzonden vanuit Mail voor Windows Van: redwood.andrew at gmail.com Verzonden: vrijdag 24 maart 2023 11:57 Aan: icecast at xiph.org Onderwerp: [Icecast] How to fire up Icecast? Hi there, I have downloaded Icecast ? see here: I don?t seem to have a ?.exe? file which I can click on to fire up Icecast? Can anyone tell me what I need to do, to get Icecast working? Thank you, Andrew -------------- next part -------------- An HTML attachment was scrubbed... URL: From bmillham at gmail.com Fri Mar 24 22:09:52 2023 From: bmillham at gmail.com (Brian Millham) Date: Fri, 24 Mar 2023 18:09:52 -0400 Subject: [Icecast] Shoutcast compatibility mode Message-ID: Hi all, I'm working of getting a new station setup and will need to support broadcast software that can only do Shoutcast (Winamp since the user can't only stream in Shoutcast mode). I have this in my icecast.xml: 8000 /live.mp3 /live.mp3 UTF8 IAmADJ This is what happens when I try to connect and start DJing: [2023-03-24 17:49:51] INFO connection/_handle_shoutcast_compatible password does not match "!POKE" The same client can stream just fine to a Shoutcast server. Am I misunderstanding what shoutcast-mount does? Thank you! Brian -------------- next part -------------- An HTML attachment was scrubbed... URL: From ohnonot-github at posteo.de Sat Mar 25 15:00:20 2023 From: ohnonot-github at posteo.de (D.T.) Date: Sat, 25 Mar 2023 15:00:20 +0000 Subject: [Icecast] FW: Your message to Icecast awaits moderator approval In-Reply-To: <00e401d95e3d$c2014760$4603d620$@gmail.com> References: <0f2401d95dd0$9621f990$c265ecb0$@gmail.com> <00e401d95e3d$c2014760$4603d620$@gmail.com> Message-ID: On Fri, 2023-03-24 at 21:45 +1100, redwood.andrew at gmail.com wrote: > ? > Yes, I did see that msg about taking up too many bytes ? but I never > received the promised email from the mods, telling me it had been > rejected!? So I assumed it had been posted ? and wanted to read the > thread. Sure, you can wait for the moderator's decision. How long, we do not know. Or you can do what I suggested meanwhile. > ? > My problem is ? I cannot see how to read Icecast threads. Since you are reading this post, means you are receiving the list messages, so all is good. --- As for using Icecast, refer to the documentation:?https://icecast.org/docs/ I just saw your previous post, where you ask for an .exe file. Iguess there should be one if you downloaded the correct version - the one for Windows. > ? > Any advice? > ? > Rgds, > Andrew > ? > ? > From: Icecast On Behalf Of D.T. > Sent: Friday, March 24, 2023 9:32 PM > To: Icecast streaming server user discussions > Subject: Re: [Icecast] FW: Your message to Icecast awaits moderator > approval > ? > You posted this message to the list, I'm not a mod and I can read it. > ? > For March, I do not see any other post made by you. > ? > It clearly says WHY your post was rejected: > ? > "Message body is too big: 59787 bytes with a limit of 40 KB" > ? > I suspect this was an automated action. > ? > Re-write your original post so that it isn't too large (likely caused > by attachments), and re-send it. > ? > On Fri, 2023-03-24 at 08:44 +1100, redwood.andrew at gmail.com wrote: > > Hello there, > > ? > > You sent me the below email a couple of days ago and, as I haven't > > yet > > received any moderator notice that my post was rejected ... I > > assume it > > actually *has* been posted. > > ? > > I would therefore like to see my post - and see if it has attracted > > any > > responses. > > ? > > But I need you to tell me how to see my post on the xiph site (as I > > cannot > > find any instructions how to get to it). > > ? > > Thank you, > > Andrew > > ? > > ? > > -----Original Message----- > > From: Icecast On Behalf Of > > icecast-owner at xiph.org > > Sent: Wednesday, 22 March 2023 6:02 PM > > To: redwood.andrew at gmail.com > > Subject: Your message to Icecast awaits moderator approval > > ? > > Your mail to 'Icecast' with the subject > > ? > > ??? How to fire up Icecast? > > ? > > Is being held until the list moderator can review it for approval. > > ? > > The reason it is being held: > > ? > > ??? Message body is too big: 59787 bytes with a limit of 40 KB > > ? > > Either the message will get posted to the list, or you will receive > > notification of the moderator's decision.? If you would like to > > cancel this > > posting, please visit the following URL: > > ? > > ? > > http://lists.xiph.org/mailman/confirm/icecast/5838de1c171a82dc0a895959438834 > > 2cb7aae29a > > ? > > ? > > _______________________________________________ > > 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: From redwood.andrew at gmail.com Sat Mar 25 22:38:52 2023 From: redwood.andrew at gmail.com (redwood.andrew at gmail.com) Date: Sun, 26 Mar 2023 09:38:52 +1100 Subject: [Icecast] FW: Your message to Icecast awaits moderator approval In-Reply-To: References: <0f2401d95dd0$9621f990$c265ecb0$@gmail.com> <00e401d95e3d$c2014760$4603d620$@gmail.com> Message-ID: <037b01d95f6a$949bc970$bdd35c50$@gmail.com> Thank you, D.T. Now, you wrote below: ?Since you are reading this post, means you are receiving the list messages, so all is good?. Do you mean by this ? that interacting with the Icecast user group is simply by sending & receiving email messages ? ie. to specific people (like your good self)? IE. there is no ?Forum?, as such, where I can view different topics and follow the various contributions? Thanks, Andrew From: Icecast On Behalf Of D.T. Sent: Sunday, March 26, 2023 2:00 AM To: Icecast streaming server user discussions Subject: Re: [Icecast] FW: Your message to Icecast awaits moderator approval On Fri, 2023-03-24 at 21:45 +1100, redwood.andrew at gmail.com wrote: Yes, I did see that msg about taking up too many bytes ? but I never received the promised email from the mods, telling me it had been rejected! So I assumed it had been posted ? and wanted to read the thread. Sure, you can wait for the moderator's decision. How long, we do not know. Or you can do what I suggested meanwhile. My problem is ? I cannot see how to read Icecast threads. Since you are reading this post, means you are receiving the list messages, so all is good. --- As for using Icecast, refer to the documentation: https://icecast.org/docs/ I just saw your previous post, where you ask for an .exe file. Iguess there should be one if you downloaded the correct version - the one for Windows. Any advice? Rgds, Andrew -------------- next part -------------- An HTML attachment was scrubbed... URL: From rack00terry at icloud.com Sun Mar 26 00:24:33 2023 From: rack00terry at icloud.com (rack00terry at icloud.com) Date: Sun, 26 Mar 2023 00:24:33 +0000 Subject: [Icecast] Your message to Icecast awaits moderator approval In-Reply-To: <037b01d95f6a$949bc970$bdd35c50$@gmail.com> References: <0f2401d95dd0$9621f990$c265ecb0$@gmail.com> <00e401d95e3d$c2014760$4603d620$@gmail.com> <037b01d95f6a$949bc970$bdd35c50$@gmail.com> Message-ID: Yes, but we all get to read them as they go to everyone :) It is a bit old fashioned. And it?s probably run on a Linux server that hasn?t even been rebooted for a decade. I myself am waiting for a response to my email, which I?m not sure if it has ever gone out. I had a look for a decent Icecast forum but only found one that wasn?t running anymore. I don?t really understand it - streaming has never been more ubiquitous - and Icecast has always been the ?standard?. So what the hell is going on? I do wish someone would explain!! > On 25 Mar 2023, at 22:38, redwood.andrew at gmail.com wrote: > > Thank you, D.T. > > Now, you wrote below: ?Since you are reading this post, means you are receiving the list messages, so all is good?. > > Do you mean by this ? that interacting with the Icecast user group is simply by sending & receiving email messages ? ie. to specific people (like your good self)? IE. there is no ?Forum?, as such, where I can view different topics and follow the various contributions? > > Thanks, > Andrew > > > From: Icecast On Behalf Of D.T. > Sent: Sunday, March 26, 2023 2:00 AM > To: Icecast streaming server user discussions > Subject: Re: [Icecast] FW: Your message to Icecast awaits moderator approval > > On Fri, 2023-03-24 at 21:45 +1100, redwood.andrew at gmail.com wrote: >> >> Yes, I did see that msg about taking up too many bytes ? but I never received the promised email from the mods, telling me it had been rejected! So I assumed it had been posted ? and wanted to read the thread. > > Sure, you can wait for the moderator's decision. How long, we do not know. > Or you can do what I suggested meanwhile. > >> >> My problem is ? I cannot see how to read Icecast threads. > > Since you are reading this post, means you are receiving the list messages, so all is good. > > --- > > As for using Icecast, refer to the documentation: https://icecast.org/docs/ > > I just saw your previous post, where you ask for an .exe file. Iguess there should be one if you downloaded the correct version - the one for Windows. > > > >> >> Any advice? >> >> Rgds, >> Andrew >> >> > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast -------------- next part -------------- An HTML attachment was scrubbed... URL: From phschafft at de.loewenfelsen.net Sun Mar 26 17:05:30 2023 From: phschafft at de.loewenfelsen.net (Philipp Schafft) Date: Sun, 26 Mar 2023 17:05:30 +0000 Subject: [Icecast] Shoutcast compatibility mode In-Reply-To: References: Message-ID: <3364329b97894ce936878d3798029c8c61fc086d.camel@de.loewenfelsen.net> Good morning, On Fri, 2023-03-24 at 18:09 -0400, Brian Millham wrote: > Hi all, I'm working of getting a new station setup and will need to > support broadcast software that can only do Shoutcast (Winamp since > the user can't only stream in Shoutcast mode). > > I have this in my icecast.xml: > > > 8000 > /live.mp3 > > > /live.mp3 > UTF8 > IAmADJ > > > This is what happens when I try to connect and start DJing: > [2023-03-24 17:49:51] INFO connection/_handle_shoutcast_compatible > password does not match "!POKE" > > The same client can stream just fine to a Shoutcast server. So which source client is that exactly? What is it's error message? What does show up in the access.log? The poke request is just normal part of libshout's operation. So not a problem at all. With best regards, -- Philipp Schafft (CEO/Gesch?ftsf?hrer) Telephone: +49.3535 490 17 92 Website: https://www.loewenfelsen.net/ Follow us: https://www.linkedin.com/company/loewenfelsen/ Gesch?ftsf?hrer/CEO: Philipp Schafft L?wenfelsen UG (haftungsbeschr?nkt) Registration number: Bickinger Stra?e 21 HRB 12308 CB 04916 Herzberg (Elster) VATIN/USt-ID: Germany DE305133015 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 228 bytes Desc: This is a digitally signed message part URL: From rnbandhiphopradio at gmail.com Sun Mar 26 20:49:06 2023 From: rnbandhiphopradio at gmail.com (RNB HIP HOP) Date: Sun, 26 Mar 2023 16:49:06 -0400 Subject: [Icecast] Shoutcast compatibility mode In-Reply-To: References: Message-ID: How do we get our station listed in the Icecast directory? Thanks, RNB and Hip Hop Radio On Fri, Mar 24, 2023 at 6:10?PM Brian Millham wrote: > Hi all, I'm working of getting a new station setup and will need to > support broadcast software that can only do Shoutcast (Winamp since the > user can't only stream in Shoutcast mode). > > I have this in my icecast.xml: > > > 8000 > /live.mp3 > > > /live.mp3 > UTF8 > IAmADJ > > > This is what happens when I try to connect and start DJing: > [2023-03-24 17:49:51] INFO connection/_handle_shoutcast_compatible > password does not match "!POKE" > > The same client can stream just fine to a Shoutcast server. > > Am I misunderstanding what shoutcast-mount does? > > Thank you! > Brian > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rack00terry at icloud.com Sun Mar 26 23:15:54 2023 From: rack00terry at icloud.com (rack00terry at icloud.com) Date: Mon, 27 Mar 2023 00:15:54 +0100 Subject: [Icecast] (Re)Loading SSL certs In-Reply-To: <19D333A3-1F6F-4125-92D6-AB7C92DD02FB@me.com> References: <19D333A3-1F6F-4125-92D6-AB7C92DD02FB@me.com> Message-ID: <961AC451-3973-4AE0-86DD-11E7D83B880B@me.com> > Hey all, first poster here > > Every couple of months I need to get the renewed SSL certificates ?live? in Icecast. > > Restarting the service does this, but of course it kicks off both the sources and all the listeners! > > Doing a '/etc/init.d/icecast2 reload?, unfortunately doesn?t apply the new certs. > > How does everyone do this? From phschafft at de.loewenfelsen.net Mon Mar 27 09:01:38 2023 From: phschafft at de.loewenfelsen.net (Philipp Schafft) Date: Mon, 27 Mar 2023 09:01:38 +0000 Subject: [Icecast] (Re)Loading SSL certs In-Reply-To: <961AC451-3973-4AE0-86DD-11E7D83B880B@me.com> References: <19D333A3-1F6F-4125-92D6-AB7C92DD02FB@me.com> <961AC451-3973-4AE0-86DD-11E7D83B880B@me.com> Message-ID: Good morning, On Mon, 2023-03-27 at 00:15 +0100, rack00terry at icloud.com wrote: > > Hey all, first poster here > > > > Every couple of months I need to get the renewed SSL certificates > > ?live? in Icecast. > > > > Restarting the service does this, but of course it kicks off both > > the sources and all the listeners! > > > > Doing a '/etc/init.d/icecast2 reload?, unfortunately doesn?t apply > > the new certs. > > > > How does everyone do this? It depends on your version. On 2.5.x reloading the cert should just work. :) It is reloaded whenever the config is also reloaded. With best regards, -- Philipp Schafft (CEO/Gesch?ftsf?hrer) Telephone: +49.3535 490 17 92 Website: https://www.loewenfelsen.net/ Follow us: https://www.linkedin.com/company/loewenfelsen/ Gesch?ftsf?hrer/CEO: Philipp Schafft L?wenfelsen UG (haftungsbeschr?nkt) Registration number: Bickinger Stra?e 21 HRB 12308 CB 04916 Herzberg (Elster) VATIN/USt-ID: Germany DE305133015 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 228 bytes Desc: This is a digitally signed message part URL: From rack00terry at icloud.com Mon Mar 27 09:11:03 2023 From: rack00terry at icloud.com (rack00terry at icloud.com) Date: Mon, 27 Mar 2023 10:11:03 +0100 Subject: [Icecast] (Re)Loading SSL certs In-Reply-To: References: <19D333A3-1F6F-4125-92D6-AB7C92DD02FB@me.com> <961AC451-3973-4AE0-86DD-11E7D83B880B@me.com> Message-ID: <01225136-1532-4537-BBE6-6C1D3D3A24E5@me.com> Ah. I?m on Icecast 2.4.0-kh15 so that might explain it. There doesn?t seem to be a 2.6 kh version. Is that ?old? now, should I switch to ?vanilla?? > On 27 Mar 2023, at 10:01, Philipp Schafft wrote: > > Good morning, > > On Mon, 2023-03-27 at 00:15 +0100, rack00terry at icloud.com wrote: >>> Hey all, first poster here >>> >>> Every couple of months I need to get the renewed SSL certificates >>> ?live? in Icecast. >>> >>> Restarting the service does this, but of course it kicks off both >>> the sources and all the listeners! >>> >>> Doing a '/etc/init.d/icecast2 reload?, unfortunately doesn?t apply >>> the new certs. >>> >>> How does everyone do this? > > It depends on your version. On 2.5.x reloading the cert should just > work. :) It is reloaded whenever the config is also reloaded. > > > With best regards, > > -- > Philipp Schafft (CEO/Gesch?ftsf?hrer) > Telephone: +49.3535 490 17 92 > Website: https://www.loewenfelsen.net/ > Follow us: https://www.linkedin.com/company/loewenfelsen/ > Gesch?ftsf?hrer/CEO: Philipp Schafft > > L?wenfelsen UG (haftungsbeschr?nkt) Registration number: > Bickinger Stra?e 21 HRB 12308 CB > 04916 Herzberg (Elster) VATIN/USt-ID: > Germany DE305133015 > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast From phschafft at de.loewenfelsen.net Mon Mar 27 09:15:46 2023 From: phschafft at de.loewenfelsen.net (Philipp Schafft) Date: Mon, 27 Mar 2023 09:15:46 +0000 Subject: [Icecast] Your message to Icecast awaits moderator approval In-Reply-To: References: <0f2401d95dd0$9621f990$c265ecb0$@gmail.com> <00e401d95e3d$c2014760$4603d620$@gmail.com> <037b01d95f6a$949bc970$bdd35c50$@gmail.com> Message-ID: Good morning, On Sun, 2023-03-26 at 00:24 +0000, rack00terry at icloud.com wrote: > Yes, but we all get to read them as they go to everyone :) > > It is a bit old fashioned. And it?s probably run on a Linux server > that hasn?t even been rebooted for a decade. The machine isn't nearly as old as that to begin with. ;) > I myself am waiting for a response to my email, which I?m not sure if > it has ever gone out. likely not. Haven't found something with that subject in the recent list. Answered. > I had a look for a decent Icecast forum but only found one that > wasn?t running anymore. I don?t really understand it - streaming has > never been more ubiquitous - and Icecast has always been the > ?standard?. So what the hell is going on? I do wish someone would > explain!! "Web" forums are super old fashion. I mean they even predate IP and E- Mail... I'm also wondering why I hear something like this from someone who I don't know from this list, IRC, the presentations, business networks, or any real life events. Also everone please keep in mind that this is a community project. It is as active as people provide their free time to the project. > > On 25 Mar 2023, at 22:38, redwood.andrew at gmail.com wrote: > > Now, you wrote below: ?Since you are reading this post, means you > > are receiving the list messages, so all is good?. > > > > Do you mean by this ? that interacting with the Icecast user group > > is simply by sending & receiving email messages ? ie. to specific > > people (like your good self)? IE. there is no ?Forum?, as such, > > where I can view different topics and follow the various > > contributions? Sure you can look up the old messages. The link is attached to every mail that comes via the list. You find the archives of 23 years(!) here: https://lists.xiph.org/pipermail/icecast/ Happy reading. :) With best regards, -- Philipp Schafft (CEO/Gesch?ftsf?hrer) Telephone: +49.3535 490 17 92 Website: https://www.loewenfelsen.net/ Follow us: https://www.linkedin.com/company/loewenfelsen/ Gesch?ftsf?hrer/CEO: Philipp Schafft L?wenfelsen UG (haftungsbeschr?nkt) Registration number: Bickinger Stra?e 21 HRB 12308 CB 04916 Herzberg (Elster) VATIN/USt-ID: Germany DE305133015 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 228 bytes Desc: This is a digitally signed message part URL: From zer0___ at hotmail.com Mon Mar 27 09:18:36 2023 From: zer0___ at hotmail.com (zer0___ at hotmail.com) Date: Mon, 27 Mar 2023 11:18:36 +0200 Subject: [Icecast] (Re)Loading SSL certs In-Reply-To: Message-ID: An HTML attachment was scrubbed... URL: From phschafft at de.loewenfelsen.net Mon Mar 27 09:37:23 2023 From: phschafft at de.loewenfelsen.net (Philipp Schafft) Date: Mon, 27 Mar 2023 09:37:23 +0000 Subject: [Icecast] (Re)Loading SSL certs In-Reply-To: <01225136-1532-4537-BBE6-6C1D3D3A24E5@me.com> References: <19D333A3-1F6F-4125-92D6-AB7C92DD02FB@me.com> <961AC451-3973-4AE0-86DD-11E7D83B880B@me.com> <01225136-1532-4537-BBE6-6C1D3D3A24E5@me.com> Message-ID: Good morning, On Mon, 2023-03-27 at 10:11 +0100, rack00terry at icloud.com wrote: > Ah. I?m on Icecast 2.4.0-kh15 so that might explain it. > > There doesn?t seem to be a 2.6 kh version. Is that ?old? now, should > I switch to ?vanilla?? -kh is a different product by a different vendor. You need to ask him about that then. But generally I would suggest using a real Icecast. With best regards, > > On 27 Mar 2023, at 10:01, Philipp Schafft < > > phschafft at de.loewenfelsen.net> wrote: > > > > Good morning, > > > > On Mon, 2023-03-27 at 00:15 +0100, rack00terry at icloud.com wrote: > > > > Hey all, first poster here > > > > > > > > Every couple of months I need to get the renewed SSL > > > > certificates > > > > ?live? in Icecast. > > > > > > > > Restarting the service does this, but of course it kicks off > > > > both > > > > the sources and all the listeners! > > > > > > > > Doing a '/etc/init.d/icecast2 reload?, unfortunately doesn?t > > > > apply > > > > the new certs. > > > > > > > > How does everyone do this? > > > > It depends on your version. On 2.5.x reloading the cert should just > > work. :) It is reloaded whenever the config is also reloaded. -- Philipp Schafft (CEO/Gesch?ftsf?hrer) Telephone: +49.3535 490 17 92 Website: https://www.loewenfelsen.net/ Follow us: https://www.linkedin.com/company/loewenfelsen/ Gesch?ftsf?hrer/CEO: Philipp Schafft L?wenfelsen UG (haftungsbeschr?nkt) Registration number: Bickinger Stra?e 21 HRB 12308 CB 04916 Herzberg (Elster) VATIN/USt-ID: Germany DE305133015 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 228 bytes Desc: This is a digitally signed message part URL: From un at aporee.org Mon Mar 27 09:45:59 2023 From: un at aporee.org (unosonic) Date: Mon, 27 Mar 2023 11:45:59 +0200 Subject: [Icecast] Your message to Icecast awaits moderator approval In-Reply-To: References: <0f2401d95dd0$9621f990$c265ecb0$@gmail.com> <00e401d95e3d$c2014760$4603d620$@gmail.com> <037b01d95f6a$949bc970$bdd35c50$@gmail.com> Message-ID: <20230327094559.6zcyxbquiocskyo6@mail.aporee.net> Philipp Schafft: > "Web" forums are super old fashion. email is a promising technology for the 21th century! ;) It's distributed and resilient, not owned by anybody, no proprietary codes, platforms, apps or protocols, most compatible among users and operating systems. Even running your own mailserver is relatively easy. Please keep this list. From rack00terry at icloud.com Mon Mar 27 10:25:27 2023 From: rack00terry at icloud.com (rack00terry at icloud.com) Date: Mon, 27 Mar 2023 11:25:27 +0100 Subject: [Icecast] Your message to Icecast awaits moderator approval In-Reply-To: References: <0f2401d95dd0$9621f990$c265ecb0$@gmail.com> <00e401d95e3d$c2014760$4603d620$@gmail.com> <037b01d95f6a$949bc970$bdd35c50$@gmail.com> Message-ID: <98C461B8-F07D-4267-B4F2-A5E03B43D9CB@me.com> > "Web" forums are super old fashion. I mean they even predate IP and E- > Mail... Horses for courses perhaps. But I get way too much email, and personally find book marking a current web conversation much easier. Moreover, I don?t want my email address shared with a massive (presumably) list, so I have to use a ?throw away? address, which is added hassle. Especially when said email address (Apple hide my email in this case) won?t let you use the same address to send to multiple addresses - so I had to spoof a message to ?user-request@? so that I could use it to send further emails to ?user@?. I?ve been on the Internet a looong time, and these old mailman style things aren?t that common these days. I am involved in a lot of community projects though, so I do understand the need for cheap and platform-less. > I'm also wondering why I hear something like this from someone who I > don't know from this list, IRC, the presentations, business networks, > or any real life events. Probably for the reasons I?ve outlined ;) I don?t know who these emails are going to, or where and how they are being archived. I deal with a few Icecast servers, for community projects. I?m also a dev, and my name is Jem, so happy to meet you. > Sure you can look up the old messages. The link is attached to every > mail that comes via the list. Back to my point ;) That?s a lot of email addresses which can be harvested! From jordan at coolmic.net Mon Mar 27 22:19:17 2023 From: jordan at coolmic.net (Jordan Erickson) Date: Mon, 27 Mar 2023 15:19:17 -0700 Subject: [Icecast] Your message to Icecast awaits moderator approval In-Reply-To: <98C461B8-F07D-4267-B4F2-A5E03B43D9CB@me.com> References: <0f2401d95dd0$9621f990$c265ecb0$@gmail.com> <00e401d95e3d$c2014760$4603d620$@gmail.com> <037b01d95f6a$949bc970$bdd35c50$@gmail.com> <98C461B8-F07D-4267-B4F2-A5E03B43D9CB@me.com> Message-ID: <2b4d2d47-7f43-f0e8-9b51-4880cc5ae006@coolmic.net> On 3/27/23 03:25, rack00terry at icloud.com wrote: > Horses for courses perhaps. But I get way too much email, and > personally find book marking a current web conversation much easier. Not to sound rude, but sounds like a 'you' problem and not an 'Icecast mailing list' problem. > Moreover, I don?t want my email address shared with a massive (presumably) list, so I have to use a ?throw away? address, which is added hassle. Especially when said email address (Apple hide my email in this case) won?t let you use the same address to send to multiple addresses - so I had to spoof a message to ?user-request@? so that I could use it to send further emails to ?user@?. I?ve been on the Internet a looong time, and these old mailman style things aren?t that common these days. I am involved in a lot of community projects though, so I do understand the need for cheap and platform-less. Again, I don't get why you're protesting an established mailing list. To quote Montell Jordan, "This is how we do it!" ;) From rack00terry at icloud.com Mon Mar 27 22:39:44 2023 From: rack00terry at icloud.com (rack00terry at icloud.com) Date: Mon, 27 Mar 2023 23:39:44 +0100 Subject: [Icecast] Your message to Icecast awaits moderator approval In-Reply-To: <2b4d2d47-7f43-f0e8-9b51-4880cc5ae006@coolmic.net> References: <0f2401d95dd0$9621f990$c265ecb0$@gmail.com> <00e401d95e3d$c2014760$4603d620$@gmail.com> <037b01d95f6a$949bc970$bdd35c50$@gmail.com> <98C461B8-F07D-4267-B4F2-A5E03B43D9CB@me.com> <2b4d2d47-7f43-f0e8-9b51-4880cc5ae006@coolmic.net> Message-ID: <11924324-FF36-4BEA-A899-729A51F6821E@me.com> > Not to sound rude, but sounds like a 'you' problem and not an 'Icecast mailing list' problem. It?s not a ?problem?, it?s just a question of accessibility and privacy. Anyone can sign up to website. To join a mailing list you?ve got to either surrender your email address to the great unwashed of the Internet, or set up a forwarder, which is hassle. I?ve had enough spam and people googling my email address to uncover entire conversation histories to know that the former is not always the smartest idea. If you?re ok with it, cool! :) > Again, I don't get why you're protesting an established mailing list. To quote Montell Jordan, "This is how we do it!" ;) And I?m not protesting. I?m here, I have indulged the list by my efforts to join it. My surprise is more to do with the fact that of all the (surely, millions) of icecast servers out there, there are (that I could find) a couple of defunct web forums, and this, a pretty quiet email list. That could be testament to the simplicity and stability of icecast of course. Certainly part of it. But normally with any core software, there?s a massive amount of comms surrounding it. Are other people using something else these days? From redwood.andrew at gmail.com Tue Mar 28 03:00:35 2023 From: redwood.andrew at gmail.com (redwood.andrew at gmail.com) Date: Tue, 28 Mar 2023 14:00:35 +1100 Subject: [Icecast] How to fire up Icecast? In-Reply-To: <3216aedd-ca3b-11ed-9d31-00505699d6e5@smtp.kpnmail.nl> References: <0a9f01d95c8c$3b9fde50$b2df9af0$@gmail.com> <3216aedd-ca3b-11ed-9d31-00505699d6e5@smtp.kpnmail.nl> Message-ID: <095e01d96121$78e9e5f0$6abdb1d0$@gmail.com> Thank you, Johan. I clicked on the bat file ? and up came a nice screen saying something like ?load http://localhost:8000 into your browser?. ? (Sorry for not being precise ? my email is on a different computer to the dedicated one for Roon, on a different floor of the house.) So I did just that ? and got a nice screen which said ?Icecast2 Status?. So what do I need to do next? Note: also on the first screen (which said ?load http://localhost:8000 into your browser?), were some error messages ? such as: ?hostname not configured ? using default?. Do I have to resolve these errors before Icecast will start working? Regards, Andrew From: Icecast On Behalf Of Verten Radio Sent: Friday, March 24, 2023 10:59 PM To: Icecast streaming server user discussions Subject: Re: [Icecast] How to fire up Icecast? Just start the windows batch file (icecast.bat) Regards, Johan Verzonden vanuit Mail voor Windows Van: redwood.andrew at gmail.com Verzonden: vrijdag 24 maart 2023 11:57 Aan: icecast at xiph.org Onderwerp: [Icecast] How to fire up Icecast? Hi there, I have downloaded Icecast ? see here: I don?t seem to have a ?.exe? file which I can click on to fire up Icecast? Can anyone tell me what I need to do, to get Icecast working? Thank you, Andrew -------------- next part -------------- An HTML attachment was scrubbed... URL: From jordan at coolmic.net Tue Mar 28 04:21:43 2023 From: jordan at coolmic.net (Jordan Erickson) Date: Mon, 27 Mar 2023 21:21:43 -0700 Subject: [Icecast] How to fire up Icecast? In-Reply-To: <095e01d96121$78e9e5f0$6abdb1d0$@gmail.com> References: <0a9f01d95c8c$3b9fde50$b2df9af0$@gmail.com> <3216aedd-ca3b-11ed-9d31-00505699d6e5@smtp.kpnmail.nl> <095e01d96121$78e9e5f0$6abdb1d0$@gmail.com> Message-ID: <391c6647-c642-6eb5-d094-b0929de8e14e@coolmic.net> May I suggest studying the excellent documentation? This is a really good place to gain a solid understanding of the fundamentals of Icecast. It's incredibly powerful, thus has a bit of a learning curve. https://icecast.org/docs/icecast-trunk/ Cheers, Jordan Erickson On 3/27/23 20:00, redwood.andrew at gmail.com wrote: > > Thank you, Johan. > > I clicked on the bat file ? and up came a nice screen saying something > like ?load http://localhost:8000 into your browser?. ?? (Sorry for > not being precise ? my email is on a different computer to the > dedicated one for Roon, on a different floor of the house.) > > So I did just that ? and got a nice screen which said ?Icecast2 Status?. > > So what do I need to do next? > > *Note:*also on the first screen (which said ?load > http://localhost:8000 into your browser?), were some error messages ? > such as: ?hostname not configured ? using default?. > > Do I have to resolve these errors before Icecast will start working? > > Regards, > > Andrew > > *From:*Icecast *On Behalf Of *Verten Radio > *Sent:* Friday, March 24, 2023 10:59 PM > *To:* Icecast streaming server user discussions > *Subject:* Re: [Icecast] How to fire up Icecast? > > Just start the windows batch file (icecast.bat) > > Regards, > > Johan > > Verzonden vanuit Mail > voor Windows > > *Van: *redwood.andrew at gmail.com > *Verzonden: *vrijdag 24 maart 2023 11:57 > *Aan: *icecast at xiph.org > *Onderwerp: *[Icecast] How to fire up Icecast? > > Hi there, > > I have downloaded Icecast ? see here: > > I don?t seem to have a ?.exe? file which I can click on to fire up > Icecast? > > Can anyone tell me what I need to do, to get Icecast working? > > Thank you, > > Andrew > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From redwood.andrew at gmail.com Tue Mar 28 05:37:36 2023 From: redwood.andrew at gmail.com (redwood.andrew at gmail.com) Date: Tue, 28 Mar 2023 16:37:36 +1100 Subject: [Icecast] How to fire up Icecast? In-Reply-To: <391c6647-c642-6eb5-d094-b0929de8e14e@coolmic.net> References: <0a9f01d95c8c$3b9fde50$b2df9af0$@gmail.com> <3216aedd-ca3b-11ed-9d31-00505699d6e5@smtp.kpnmail.nl> <095e01d96121$78e9e5f0$6abdb1d0$@gmail.com> <391c6647-c642-6eb5-d094-b0929de8e14e@coolmic.net> Message-ID: <09dc01d96137$683f8870$38be9950$@gmail.com> Thank you for posting the doco link, Jordan! The first thing I read is that, for Windows ? it only runs on: * Windows Vista * Windows 7 * Windows 8. Which is a problem ? as I am running Windows 10. ? Are you able to confirm which of the following statements is true: 1. The doco hasn?t been updated ? it does run on W10, or 2. W10 is indeed not supported? Thanks, Andrew From: Icecast On Behalf Of Jordan Erickson Sent: Tuesday, March 28, 2023 3:22 PM To: Icecast streaming server user discussions Subject: Re: [Icecast] How to fire up Icecast? May I suggest studying the excellent documentation? This is a really good place to gain a solid understanding of the fundamentals of Icecast. It's incredibly powerful, thus has a bit of a learning curve. https://icecast.org/docs/icecast-trunk/ Cheers, Jordan Erickson On 3/27/23 20:00, redwood.andrew at gmail.com wrote: Thank you, Johan. I clicked on the bat file ? and up came a nice screen saying something like ?load http://localhost:8000 into your browser?. ? (Sorry for not being precise ? my email is on a different computer to the dedicated one for Roon, on a different floor of the house.) So I did just that ? and got a nice screen which said ?Icecast2 Status?. So what do I need to do next? Note: also on the first screen (which said ?load http://localhost:8000 into your browser?), were some error messages ? such as: ?hostname not configured ? using default?. Do I have to resolve these errors before Icecast will start working? Regards, Andrew From: Icecast On Behalf Of Verten Radio Sent: Friday, March 24, 2023 10:59 PM To: Icecast streaming server user discussions Subject: Re: [Icecast] How to fire up Icecast? Just start the windows batch file (icecast.bat) Regards, Johan Verzonden vanuit Mail voor Windows Van: redwood.andrew at gmail.com Verzonden: vrijdag 24 maart 2023 11:57 Aan: icecast at xiph.org Onderwerp: [Icecast] How to fire up Icecast? Hi there, I have downloaded Icecast ? see here: I don?t seem to have a ?.exe? file which I can click on to fire up Icecast? Can anyone tell me what I need to do, to get Icecast working? Thank you, Andrew -------------- next part -------------- An HTML attachment was scrubbed... URL: From phschafft at de.loewenfelsen.net Tue Mar 28 13:34:15 2023 From: phschafft at de.loewenfelsen.net (Philipp Schafft) Date: Tue, 28 Mar 2023 13:34:15 +0000 Subject: [Icecast] How to fire up Icecast? In-Reply-To: <09dc01d96137$683f8870$38be9950$@gmail.com> References: <0a9f01d95c8c$3b9fde50$b2df9af0$@gmail.com> <3216aedd-ca3b-11ed-9d31-00505699d6e5@smtp.kpnmail.nl> <095e01d96121$78e9e5f0$6abdb1d0$@gmail.com> <391c6647-c642-6eb5-d094-b0929de8e14e@coolmic.net> <09dc01d96137$683f8870$38be9950$@gmail.com> Message-ID: <531f306e00065b197510135634f0bf794cbc46a0.camel@de.loewenfelsen.net> Good morning, On Tue, 2023-03-28 at 16:37 +1100, redwood.andrew at gmail.com wrote: > Thank you for posting the doco link, Jordan! > > The first thing I read is that, for Windows ? it only runs on: > Windows Vista > Windows 7 > Windows 8. > > Which is a problem ? as I am running Windows 10. ? > > Are you able to confirm which of the following statements is true: > The doco hasn?t been updated ? it does run on W10, or > W10 is indeed not supported? Icecast is a very stable software. And keeping track of all the operating systems and keeping all lists updated can be a bit tricky. So it is often (not just with this project) a good idea to consider those lists as a minimum list. Meaning it will run on what is listed, but it will likely run on many more systems. Personally I don't even have access to any Windows 10 system. So I can't know for sure. But I would be very surprised if Icecast would not run on it. With best regards, -- Philipp Schafft (CEO/Gesch?ftsf?hrer) Telephone: +49.3535 490 17 92 Website: https://www.loewenfelsen.net/ Follow us: https://www.linkedin.com/company/loewenfelsen/ Gesch?ftsf?hrer/CEO: Philipp Schafft L?wenfelsen UG (haftungsbeschr?nkt) Registration number: Bickinger Stra?e 21 HRB 12308 CB 04916 Herzberg (Elster) VATIN/USt-ID: Germany DE305133015 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 228 bytes Desc: This is a digitally signed message part URL: From redwood.andrew at gmail.com Tue Mar 28 21:07:22 2023 From: redwood.andrew at gmail.com (redwood.andrew at gmail.com) Date: Wed, 29 Mar 2023 08:07:22 +1100 Subject: [Icecast] How to fire up Icecast? In-Reply-To: <531f306e00065b197510135634f0bf794cbc46a0.camel@de.loewenfelsen.net> References: <0a9f01d95c8c$3b9fde50$b2df9af0$@gmail.com> <3216aedd-ca3b-11ed-9d31-00505699d6e5@smtp.kpnmail.nl> <095e01d96121$78e9e5f0$6abdb1d0$@gmail.com> <391c6647-c642-6eb5-d094-b0929de8e14e@coolmic.net> <09dc01d96137$683f8870$38be9950$@gmail.com> <531f306e00065b197510135634f0bf794cbc46a0.camel@de.loewenfelsen.net> Message-ID: <0b2e01d961b9$4bf016d0$e3d04470$@gmail.com> Thank you, Philipp. Andrew -----Original Message----- From: Icecast On Behalf Of Philipp Schafft Sent: Wednesday, March 29, 2023 12:34 AM To: Icecast streaming server user discussions Subject: Re: [Icecast] How to fire up Icecast? Good morning, On Tue, 2023-03-28 at 16:37 +1100, redwood.andrew at gmail.com wrote: > Thank you for posting the doco link, Jordan! > > The first thing I read is that, for Windows ? it only runs on: > Windows Vista > Windows 7 > Windows 8. > > Which is a problem ? as I am running Windows 10. ? > > Are you able to confirm which of the following statements is true: > The doco hasn?t been updated ? it does run on W10, or > W10 is indeed not supported? Icecast is a very stable software. And keeping track of all the operating systems and keeping all lists updated can be a bit tricky. So it is often (not just with this project) a good idea to consider those lists as a minimum list. Meaning it will run on what is listed, but it will likely run on many more systems. Personally I don't even have access to any Windows 10 system. So I can't know for sure. But I would be very surprised if Icecast would not run on it. With best regards, -- Philipp Schafft (CEO/Gesch?ftsf?hrer) Telephone: +49.3535 490 17 92 Website: https://www.loewenfelsen.net/ Follow us: https://www.linkedin.com/company/loewenfelsen/ Gesch?ftsf?hrer/CEO: Philipp Schafft L?wenfelsen UG (haftungsbeschr?nkt) Registration number: Bickinger Stra?e 21 HRB 12308 CB 04916 Herzberg (Elster) VATIN/USt-ID: Germany DE305133015 From verten at xs4all.nl Fri Mar 24 11:53:36 2023 From: verten at xs4all.nl (Verten Radio) Date: Fri, 24 Mar 2023 12:53:36 +0100 Subject: [Icecast] How to fire up Icecast? In-Reply-To: <0a9f01d95c8c$3b9fde50$b2df9af0$@gmail.com> References: <0a9f01d95c8c$3b9fde50$b2df9af0$@gmail.com> Message-ID: <82b51137-ca3a-11ed-87f0-00505699772e@smtp.kpnmail.nl> Just start the windows batch file Regards, Johan Verzonden vanuit Mail voor Windows Van: redwood.andrew at gmail.com Verzonden: vrijdag 24 maart 2023 11:57 Aan: icecast at xiph.org Onderwerp: [Icecast] How to fire up Icecast? Hi there, I have downloaded Icecast ? see here: I don?t seem to have a ?.exe? file which I can click on to fire up Icecast? Can anyone tell me what I need to do, to get Icecast working? Thank you, Andrew -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: 3D3F3B404D0D419697B7E9ED22F341C3.png Type: image/png Size: 72506 bytes Desc: not available URL: From webmaster at berean-biblechurch.org Thu Mar 30 00:49:01 2023 From: webmaster at berean-biblechurch.org (webmaster at berean-biblechurch.org) Date: Wed, 29 Mar 2023 19:49:01 -0500 Subject: [Icecast] How to fire up Icecast? In-Reply-To: <09dc01d96137$683f8870$38be9950$@gmail.com> References: <0a9f01d95c8c$3b9fde50$b2df9af0$@gmail.com> <3216aedd-ca3b-11ed-9d31-00505699d6e5@smtp.kpnmail.nl> <095e01d96121$78e9e5f0$6abdb1d0$@gmail.com> <391c6647-c642-6eb5-d094-b0929de8e14e@coolmic.net> <09dc01d96137$683f8870$38be9950$@gmail.com> Message-ID: <4a461291d3153b17c68c5c166d4d5d20@berean-biblechurch.org> Icecast works fine on Windows 10. On 2023-03-28 00:37, redwood.andrew at gmail.com wrote: > Thank you for posting the doco link, Jordan! > > The first thing I read is that, for Windows ... it only runs on: > > * Windows Vista > * Windows 7 > * Windows 8. > > Which is a problem - as_ I_ am running Windows 10. ? > > Are you able to confirm which of the following statements is true: > > * The doco hasn't been updated - it does run on W10, or > * W10 is indeed not supported? > > Thanks, > > Andrew > > From: Icecast On Behalf Of Jordan Erickson > Sent: Tuesday, March 28, 2023 3:22 PM > To: Icecast streaming server user discussions > Subject: Re: [Icecast] How to fire up Icecast? > > May I suggest studying the excellent documentation? This is a really > good place to gain a solid understanding of the fundamentals of > Icecast. It's incredibly powerful, thus has a bit of a learning curve. > > https://icecast.org/docs/icecast-trunk/ > > Cheers, > Jordan Erickson > > On 3/27/23 20:00, redwood.andrew at gmail.com wrote: > >> Thank you, Johan. >> >> I clicked on the bat file - and up came a nice screen saying something >> like "load http://localhost:8000 into your browser". ? (Sorry for >> not being precise - my email is on a different computer to the >> dedicated one for Roon, on a different floor of the house.) >> >> So I did just that - and got a nice screen which said "Icecast2 >> Status". >> >> So what do I need to do next? >> >> Note: also on the first screen (which said "load http://localhost:8000 >> into your browser"), were some error messages - such as: "hostname not >> configured - using default". >> >> Do I have to resolve these errors before Icecast will start working? >> >> Regards, >> >> Andrew >> >> From: Icecast On Behalf Of Verten Radio >> Sent: Friday, March 24, 2023 10:59 PM >> To: Icecast streaming server user discussions >> Subject: Re: [Icecast] How to fire up Icecast? >> >> Just start the windows batch file (icecast.bat) >> >> Regards, >> >> Johan >> >> Verzonden vanuit Mail [1] voor Windows >> >> Van: redwood.andrew at gmail.com >> Verzonden: vrijdag 24 maart 2023 11:57 >> Aan: icecast at xiph.org >> Onderwerp: [Icecast] How to fire up Icecast? >> >> Hi there, >> >> I have downloaded Icecast - see here: >> >> I don't seem to have a ".exe" file which I can click on to fire up >> Icecast? >> >> Can anyone tell me what I need to do, to get Icecast working? >> >> Thank you, >> >> Andrew > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast Links: ------ [1] https://go.microsoft.com/fwlink/?LinkId=550986 -------------- next part -------------- An HTML attachment was scrubbed... URL: