From jeffares.robert at gmail.com Tue Sep 5 06:37:36 2017 From: jeffares.robert at gmail.com (Robert Jeffares) Date: Tue, 5 Sep 2017 18:37:36 +1200 Subject: [Icecast] Resample and Relay Using Icecast2 In-Reply-To: <1504128645.12492.2.camel@speedy.com.ar> References: <1499685764.1836.3.camel@de.loewenfelsen.net> <1500655290.1748.5.camel@speedy.com.ar> <1500657006.2948.3.camel@gmail.com> <1500658061.2948.5.camel@speedy.com.ar> <1500659727.4083.0.camel@gmail.com> <1504128645.12492.2.camel@speedy.com.ar> Message-ID: I have an external aac+ source mounted on an Icecast2 server. The source can deliver only one stream. I want to relay the stream in a smaller format as we have severe bandwidth limitations at this site. Is this possible in Icecast2? regards Robert Capitol FM Te Puke From jordan at coolmic.net Tue Sep 5 15:30:11 2017 From: jordan at coolmic.net (Jordan Erickson) Date: Tue, 5 Sep 2017 08:30:11 -0700 Subject: [Icecast] Resample and Relay Using Icecast2 In-Reply-To: References: <1499685764.1836.3.camel@de.loewenfelsen.net> <1500655290.1748.5.camel@speedy.com.ar> <1500657006.2948.3.camel@gmail.com> <1500658061.2948.5.camel@speedy.com.ar> <1500659727.4083.0.camel@gmail.com> <1504128645.12492.2.camel@speedy.com.ar> Message-ID: Hi Robert, Icecast itself doesn't do any resampling of audio streams it receives. One would likely craft a solution that listens to the original stream and re-encodes on the fly, providing those alternate bitrate streams back to Icecast. I've heard people doing this with liquidsoap and other source clients, and a bit of server-side magic. Some quick Googling provided me with this link that will likely explain more: https://stackoverflow.com/questions/31456998/how-to-reencode-stream-in-fly-and-translate#31457695 HTH, Jordan Erickson On 09/04/2017 11:37 PM, Robert Jeffares wrote: > I have an external aac+ source mounted on an Icecast2 server. > The source can deliver only one stream. > I want to relay the stream in a smaller format as we have severe > bandwidth limitations at this site. > Is this possible in Icecast2? > > regards > Robert > > Capitol FM Te Puke > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast From toots at rastageeks.org Tue Sep 5 15:48:00 2017 From: toots at rastageeks.org (Romain Beauxis) Date: Tue, 5 Sep 2017 10:48:00 -0500 Subject: [Icecast] Resample and Relay Using Icecast2 In-Reply-To: References: <1499685764.1836.3.camel@de.loewenfelsen.net> <1500655290.1748.5.camel@speedy.com.ar> <1500657006.2948.3.camel@gmail.com> <1500658061.2948.5.camel@speedy.com.ar> <1500659727.4083.0.camel@gmail.com> <1504128645.12492.2.camel@speedy.com.ar> Message-ID: Hi guys, There's a transcoding example using liquidsoap in our cookbook here: http://liquidsoap.fm/doc-1.3.2/cookbook.html Hope that helps! Romain 2017-09-05 10:30 GMT-05:00 Jordan Erickson : > Hi Robert, > > Icecast itself doesn't do any resampling of audio streams it receives. > One would likely craft a solution that listens to the original stream > and re-encodes on the fly, providing those alternate bitrate streams > back to Icecast. I've heard people doing this with liquidsoap and other > source clients, and a bit of server-side magic. > > Some quick Googling provided me with this link that will likely explain > more: > > https://stackoverflow.com/questions/31456998/how-to- > reencode-stream-in-fly-and-translate#31457695 > > > HTH, > Jordan Erickson > > > On 09/04/2017 11:37 PM, Robert Jeffares wrote: > > I have an external aac+ source mounted on an Icecast2 server. > > The source can deliver only one stream. > > I want to relay the stream in a smaller format as we have severe > > bandwidth limitations at this site. > > Is this possible in Icecast2? > > > > regards > > Robert > > > > Capitol FM Te Puke > > _______________________________________________ > > 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 artuch at speedy.com.ar Tue Sep 5 18:27:13 2017 From: artuch at speedy.com.ar (=?ISO-8859-1?Q?Jos=E9?= Luis Artuch) Date: Tue, 05 Sep 2017 15:27:13 -0300 Subject: [Icecast] Resample and Relay Using Icecast2 In-Reply-To: References: <1499685764.1836.3.camel@de.loewenfelsen.net> <1500655290.1748.5.camel@speedy.com.ar> <1500657006.2948.3.camel@gmail.com> <1500658061.2948.5.camel@speedy.com.ar> <1500659727.4083.0.camel@gmail.com> <1504128645.12492.2.camel@speedy.com.ar> Message-ID: <1504636033.6972.2.camel@speedy.com.ar> Hi people ! El mar, 05-09-2017 a las 10:48 -0500, Romain Beauxis escribi?: > Hi guys, > > There's a transcoding example using liquidsoap in our cookbook here:? > http://liquidsoap.fm/doc-1.3.2/cookbook.html > > Hope that helps! > Romain > > > 2017-09-05 10:30 GMT-05:00 Jordan Erickson : > > Hi Robert, > > > > Icecast itself doesn't do any resampling of audio streams it > > receives. > > One would likely craft a solution that listens to the original > > stream > > and re-encodes on the fly, providing those alternate bitrate > > streams > > back to Icecast. I've heard people doing this with liquidsoap and > > other > > source clients, and a bit of server-side magic. > > > > Some quick Googling provided me with this link that will likely > > explain > > more: > > > > https://stackoverflow.com/questions/31456998/how-to-reencode-stream > > -in-fly-and-translate#31457695 > > > > > > HTH, > > Jordan Erickson > > > > > > On 09/04/2017 11:37 PM, Robert Jeffares wrote: > > > I have an external? aac+ source mounted on an Icecast2 server. > > > The source can deliver only one stream. > > > I want to relay the stream in a smaller format as we have severe > > > bandwidth limitations at this site. > > > Is this possible in Icecast2? > > > Robert, very simple and powerful to process audio and send it to the Icecast2 server at the same time, *avconv*. Also you must keep in mind that processing live audio consumes many resources of CPU. Maybe you should compile avconv with aac+ support enabled ?? I suppose all this is similar with *ffmpeg*. Regards. Jos? Luis > > > regards > > > Robert > > > > > > Capitol FM Te Puke > > > _______________________________________________ > > > 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 > > > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast From artuch at speedy.com.ar Tue Sep 5 19:31:10 2017 From: artuch at speedy.com.ar (=?ISO-8859-1?Q?Jos=E9?= Luis Artuch) Date: Tue, 05 Sep 2017 16:31:10 -0300 Subject: [Icecast] Change bitrate In-Reply-To: <1503524683.8269.23.camel@speedy.com.ar> References: <1499685764.1836.3.camel@de.loewenfelsen.net> <1500655290.1748.5.camel@speedy.com.ar> <1500657006.2948.3.camel@gmail.com> <1500658061.2948.5.camel@speedy.com.ar> <1500659727.4083.0.camel@gmail.com> <1503490107.1615.6.camel@speedy.com.ar> <25AAE2C1-1547-4394-BC71-148B2EE52C8B@gmail.com> <1503492049.1615.11.camel@speedy.com.ar> <2CAE19E9-4915-44D2-8D83-85E67C25208C@gmail.com> <1503492651.1615.14.camel@speedy.com.ar> <8f4cebc4-413f-4e15-1ecd-7789a3fbaf40@gmail.com> <1503524683.8269.23.camel@speedy.com.ar> Message-ID: <1504639870.6972.9.camel@speedy.com.ar> Hi ! El mi?, 23-08-2017 a las 18:44 -0300, Jos? Luis Artuch escribi?: > El jue, 24-08-2017 a las 08:16 +1200, Robert Jeffares escribi?: > > > > On 24/08/17 00:50, Jos? Luis Artuch wrote: > > > Then I should look for another source client. Do you know of > > > anyone > > > who > > > does ?. > > > Thanks. > > > > I use Darkice which can deliver streams in a number of formats and? > > bitrates. > > Works well with Icecast2 > > > > regards > > Robert > > Thank you Robert, another tool to do tests from the command line. > Scheduled for the weekend :) > Best regards. > Jos? Luis Finally change the bitrate with Ices2: ?? ????65536 ????131072 ????-1 ????1 Managed must be in 1 !!!! :)) Here is well explained: http://icecast.org/ices/docs/ices-2.0.2/config.html Regards ! Jos? Luis > > _______________________________________________ > > Icecast mailing list > > Icecast at xiph.org > > http://lists.xiph.org/mailman/listinfo/icecast From mark at tafn.org.uk Sun Sep 17 19:55:10 2017 From: mark at tafn.org.uk (mark) Date: Sun, 17 Sep 2017 20:55:10 +0100 Subject: [Icecast] streaming help Message-ID: <20170917200128.030E930520@silver.osuosl.org> Hi all not sure if this is the right list to ask a question I am using icecast 2 with station playlist creator And I have in my Schedule 3 shows set one at 18.00 1 at 19.00 and 1 at 20.00 The 18.80 started bang on time but the 19.00 started on time but when it got to 20.00 the 19.00 show started again How I have set it up is just adding the shows in creator Mark. Tune in to the number one station on the web TAFN radio www.listen.tafn.org.uk:8000/listen Or to find out more and more ways of listening go to www.tafn.org.uk/radio part of the accessible friends network www.tafn.org.uk Registered UK Charity: #1108043. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jake at jakebriggs.com Sun Sep 17 21:38:54 2017 From: jake at jakebriggs.com (Jake) Date: Mon, 18 Sep 2017 09:38:54 +1200 Subject: [Icecast] streaming help In-Reply-To: <20170917200128.030E930520@silver.osuosl.org> References: <20170917200128.030E930520@silver.osuosl.org> Message-ID: <14104426-05AC-4887-A473-15F2359E6944@jakebriggs.com> It's probably not the right place to ask, but do you have a link to the software you are using to generate the playlist? I tried googling but there were a lot of vague matches.... Jake On 18 September 2017 7:55:10 AM NZST, mark wrote: >Hi all not sure if this is the right list to ask a question >I am using icecast 2 with station playlist creator >And I have in my Schedule 3 shows set one at 18.00 1 at 19.00 and 1 at >20.00 >The 18.80 started bang on time but the 19.00 started on time but when >it got to 20.00 the 19.00 show started again >How I have set it up is just adding the shows in creator >Mark. > >Tune in to the number one station on the web TAFN radio >www.listen.tafn.org.uk:8000/listen >Or to find out more and more ways of listening go to >www.tafn.org.uk/radio >part of the accessible friends network >www.tafn.org.uk >Registered UK Charity: #1108043. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mark at tafn.org.uk Sun Sep 17 21:51:29 2017 From: mark at tafn.org.uk (mark) Date: Sun, 17 Sep 2017 22:51:29 +0100 Subject: [Icecast] streaming help In-Reply-To: <14104426-05AC-4887-A473-15F2359E6944@jakebriggs.com> References: <20170917200128.030E930520@silver.osuosl.org> <14104426-05AC-4887-A473-15F2359E6944@jakebriggs.com> Message-ID: <20170917215134.75BCE855B2@fraxinus.osuosl.org> Hi its station playlist And the software is station playlist creator http://www.stationplaylist.com/?gclid=CjwKCAjwuvjNBRBPEiwApYq0zjI9fY8zBNSgQojrT79XVm9oF8qO_gthAiXohpzUEtfldQal2p6-pRoCDJ4QAvD_BwE Mark. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jake at jakebriggs.com Sun Sep 17 22:21:22 2017 From: jake at jakebriggs.com (jake) Date: Mon, 18 Sep 2017 10:21:22 +1200 Subject: [Icecast] streaming help In-Reply-To: <20170917215134.75BCE855B2@fraxinus.osuosl.org> References: <20170917200128.030E930520@silver.osuosl.org> <14104426-05AC-4887-A473-15F2359E6944@jakebriggs.com> <20170917215134.75BCE855B2@fraxinus.osuosl.org> Message-ID: Yeah I think you need to probably hit up stationplaylist.com for help. Are you able to attach log file and the playlist file here? I can take a quick look and see if anything obvious jumps out at me, this will help you ask better questions of stationplaylist.com. On 2017-09-18 09:51, mark wrote: > Hi its station playlist > > And the software is station playlist creator > > http://www.stationplaylist.com/?gclid=CjwKCAjwuvjNBRBPEiwApYq0zjI9fY8zBNSgQojrT79XVm9oF8qO_gthAiXohpzUEtfldQal2p6-pRoCDJ4QAvD_BwE > > Mark. > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast -------------- next part -------------- An HTML attachment was scrubbed... URL: From epirat07 at gmail.com Mon Sep 18 01:49:25 2017 From: epirat07 at gmail.com (Marvin Scholz) Date: Mon, 18 Sep 2017 03:49:25 +0200 Subject: [Icecast] streaming help In-Reply-To: <20170917200128.030E930520@silver.osuosl.org> References: <20170917200128.030E930520@silver.osuosl.org> Message-ID: On 17 Sep 2017, at 21:55, mark wrote: > Hi all not sure if this is the right list to ask a question Not really, ask the support of the playlist creator tool you are using. > I am using icecast 2 with station playlist creator > And I have in my Schedule 3 shows set one at 18.00 1 at 19.00 and 1 > at 20.00 > The 18.80 started bang on time but the 19.00 started on time but when > it got to 20.00 the 19.00 show started again > How I have set it up is just adding the shows in creator > Mark. > > Tune in to the number one station on the web TAFN radio > www.listen.tafn.org.uk:8000/listen > Or to find out more and more ways of listening go to > www.tafn.org.uk/radio > part of the accessible friends network > www.tafn.org.uk > Registered UK Charity: #1108043. Not really happy to see such kind of advertisements on the ML. I realize it might be your mail signature, still please avoid that in the future when mailing to this list. > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast From mark at tafn.org.uk Wed Sep 20 13:03:33 2017 From: mark at tafn.org.uk (mark) Date: Wed, 20 Sep 2017 14:03:33 +0100 Subject: [Icecast] mount point is not carrying any metadata Message-ID: <20170920130336.89E66883E6@hemlock.osuosl.org> Hi First I would like to apologise if my signitcher corsed any afence Did not know signetchers was not aloud on this list Now to my problem I am trying to use a auto twitter service to announce now playing Witch is working fine if I use the mountpoints /live.aac or /autodj.aac How ever I have to switch between each one tried using the /listen mountpoint And it does not announce the now playing The auto twitter service tell me there are no /listen mount point is not carrying any metadata Can anyone help on this list please. Mark. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mark at tafn.org.uk Wed Sep 20 21:26:50 2017 From: mark at tafn.org.uk (mark) Date: Wed, 20 Sep 2017 22:26:50 +0100 Subject: [Icecast] Help starting server Message-ID: <20170920212653.2ECDE8916A@hemlock.osuosl.org> Hi all can any one help Our linode server went down I tried restarting the icecast server and all I get is service ok am I doing something wrong when I go to the icecast page all I am getting is page cant be displayed I know I had a problem a long time a go starting it And someone on this list told me where I was going wrong Mark. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ross at stationplaylist.com Fri Sep 22 01:28:28 2017 From: ross at stationplaylist.com (Ross Levis) Date: Fri, 22 Sep 2017 13:28:28 +1200 Subject: [Icecast] access.log via Icecast web server? Message-ID: <008501d33342$192ca250$4b85e6f0$@com> Is there any method to configure access to the access.log file via the web server built into Icecast (win32)? Would the need to be set to the web folder? It would be useful to somehow require the admin login to access it. Thanks, Ross. From phschafft at de.loewenfelsen.net Fri Sep 22 07:26:26 2017 From: phschafft at de.loewenfelsen.net (Philipp Schafft) Date: Fri, 22 Sep 2017 07:26:26 +0000 Subject: [Icecast] access.log via Icecast web server? In-Reply-To: <008501d33342$192ca250$4b85e6f0$@com> References: <008501d33342$192ca250$4b85e6f0$@com> Message-ID: <1506065186.1900.13.camel@de.loewenfelsen.net> Good morning, On Fri, 2017-09-22 at 13:28 +1200, Ross Levis wrote: > Is there any method to configure access to the access.log file via the web > server built into Icecast (win32)? Would the need to be set to the > web folder? > > It would be useful to somehow require the admin login to access it. This is a planned feature for 2.5.x (development). Sadly I can not give any estimation on when a release will be done with this included. If you need a special patch for 2.4.x (stable) or need it in a more timely manner feel free to write me off-list. With best regards, -- Philipp Schafft (CEO/Gesch?ftsf?hrer) Telephon: +49.3535 490 17 92 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: 490 bytes Desc: This is a digitally signed message part URL: From John.Zernick at ideastream.org Fri Sep 22 16:50:50 2017 From: John.Zernick at ideastream.org (Zernick, John) Date: Fri, 22 Sep 2017 16:50:50 +0000 Subject: [Icecast] Having icecast SSL connection problem Message-ID: <6B9C52DC47E1EA4D9BF9DA6F19D063DC01116B6A51@Exchange.ideastream.org> I have been trying to get icecast 2.4.2 to stream with ssl to https. But so far I have had no luck. I am running Ubuntu 16.04 and the regular stream is working properly over port 80. I want to stream securely over port 443. I need to use 443 because of network rules here. I can view the Icecast2 Status pages and listen to a stream, but once I add https:// I get 'Secure Connection Failed' on Firefox and 'This site can?t be reached' from Chrome. Both can view and stream non-ssl content. I have tried both a Digicert and a self-signed cert. I have followed the pem rules from Digicert. I have set the permissions to the user Icecast2 from the group Icecast. I have read almost everything on this and I have tried Walter York's instructions to pre-install a number of packages that icecast needs to successfully enable ssl. I have placed the cert files in the same directory as the icecast.xml file. Here are the details regarding the ssl portions of the XML config file. ... 80 443 1 ... /etc/icecast2/icecast2_new.pem ... So, there you have it. The only anomaly with the set up was that when the VMWare instance of the site started it was running dhcp and I struggled to wrestle control away from it. And I was never able to get eth0 to work so I used same interface name that dhcp used 'ens160'. Any and all suggestions, recommendation, ideas, and solutions would be greatly appreciated. Thanks, --John John Zernick | Senior Systems Administrator (Web)| D: (216) 916-6472 | F: (216) 916-6473 Idea Center | 1375 Euclid | Cleveland OH 44115 [ideastream] The mission of ideastream is to strengthen our communities Follow us on Facebook and Twitter Explore what you love, discover even more at ideastream.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From artuch at speedy.com.ar Fri Sep 22 17:14:42 2017 From: artuch at speedy.com.ar (=?ISO-8859-1?Q?Jos=E9?= Luis Artuch) Date: Fri, 22 Sep 2017 14:14:42 -0300 Subject: [Icecast] Having icecast SSL connection problem In-Reply-To: <6B9C52DC47E1EA4D9BF9DA6F19D063DC01116B6A51@Exchange.ideastream.org> References: <6B9C52DC47E1EA4D9BF9DA6F19D063DC01116B6A51@Exchange.ideastream.org> Message-ID: <1506100482.4497.5.camel@speedy.com.ar> Hi John, El vie, 22-09-2017 a las 16:50 +0000, Zernick, John escribi?: > > I have been trying to get icecast 2.4.2 to stream with ssl to https. > But so far I have had no luck. > ? > I am running Ubuntu 16.04 and the regular stream is working properly > over port 80. I want to stream securely over port 443. I need to use > 443 because of network rules here. I can view the Icecast2 Status > pages and listen to a stream, but once I add https:// I get 'Secure > Connection Failed' on Firefox and 'This site can?t be reached' from > Chrome. Both can view and stream non-ssl content. > ? > I have tried both a Digicert and a self-signed cert. I have followed > the pem rules from Digicert. I have set the permissions to the user > Icecast2 from the group Icecast. I have read almost everything on > this and I have tried Walter York's instructions to pre-install a > number of packages that icecast needs to successfully enable ssl. I > have placed the cert files in the same directory as the icecast.xml > file. Here are the details regarding the ssl portions of the XML > config file. > ? > ... > ??? > ??? > ??????? 80 > ??????? > ??? > ???? > ???? > ??????? 443 > ??????? 1 > ??? > ... > ??? > ??????? > ???????? > ??????? /etc/icecast2/icecast2_new.pem certificate> > ... > ? > So, there you have it. The only anomaly with the set up was that when > the VMWare instance of the site started it was running dhcp and I > struggled to wrestle control away from it. And I was never able to > get eth0 to work so I used same interface name that dhcp used > 'ens160'. > ? > Any and all suggestions, recommendation, ideas, and solutions would > be greatly appreciated. > ? Take a look at /var/log/icecast2/error.log In my case it says something like: [2017-09-17??11:40:43] INFO connection/get_ssl_certificate No SSL capability Then, I interpret that Icecast2 is not compiled with SSl support. Regards. Jos? Luis > Thanks,? --John > > > > ? > ?John?Zernick?| Senior Systems Administrator (Web)|?D: (216) 916-6472 > | F: (216) 916-6473? > ?Idea Center | 1375 Euclid?| Cleveland OH 44115 > ? > ? > ?The mission of ideastream is to strengthen our communities > ?Follow us on Facebook?and Twitter > ?Explore?what you love, discover even more at ideastream.org > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast From John.Zernick at ideastream.org Fri Sep 22 17:34:44 2017 From: John.Zernick at ideastream.org (Zernick, John) Date: Fri, 22 Sep 2017 17:34:44 +0000 Subject: [Icecast] Having icecast SSL connection problem In-Reply-To: <1506100482.4497.5.camel@speedy.com.ar> References: <6B9C52DC47E1EA4D9BF9DA6F19D063DC01116B6A51@Exchange.ideastream.org> <1506100482.4497.5.camel@speedy.com.ar> Message-ID: <6B9C52DC47E1EA4D9BF9DA6F19D063DC01116B6B32@Exchange.ideastream.org> Here are the last few lines in the error.log file: [2017-09-22 13:20:07] DBUG stats/modify_node_event update global connections (21) [2017-09-22 13:20:11] DBUG stats/modify_node_event update "/wcpn" total_bytes_read (42454353) [2017-09-22 13:20:11] DBUG stats/modify_node_event update "/wcpn" total_bytes_sent (4642577) And here are the few lines of the access log: 10.9.1.112 - - [22/Sep/2017:12:36:33 -0400] "GET /tunein.png HTTP/1.1" 200 1934 "http://audio2.ideastream.org:443/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" 0 10.9.1.112 - - [22/Sep/2017:12:36:41 -0400] "GET /wcpn HTTP/1.1" 200 68979 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" 1 10.9.1.112 - - [22/Sep/2017:12:41:53 -0400] "GET /wcpn HTTP/1.1" 200 4522571 "http://audio2.ideastream.org:443/wcpn" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" 313 52.71.155.178 - - [22/Sep/2017:13:08:10 -0400] "GET /wcpn HTTP/1.1" 200 51027 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.1.25 (KHTML, like Gecko) Version/8.0 Safari/600.1.25" 0 66.249.88.82 - - [22/Sep/2017:13:21:10 -0400] "GET / HTTP/1.1" 200 2418 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon" 0 66.249.88.84 - - [22/Sep/2017:13:21:10 -0400] "GET /favicon.ico HTTP/1.1" 404 365 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon" 0 I am 10.9.1.112. I don?t see the same message and the connections in the error log are all from me attempting to connect using https. I attempted to connect using https and the error log shows bytes sent. And the access.log shows different connections. -----Original Message----- From: Jos? Luis Artuch [mailto:artuch at speedy.com.ar] Sent: Friday, September 22, 2017 1:15 PM To: Icecast streaming server user discussions Cc: Zernick, John Subject: Re: [Icecast] Having icecast SSL connection problem Hi John, El vie, 22-09-2017 a las 16:50 +0000, Zernick, John escribi?: > > I have been trying to get icecast 2.4.2 to stream with ssl to https. > But so far I have had no luck. > > I am running Ubuntu 16.04 and the regular stream is working properly > over port 80. I want to stream securely over port 443. I need to use > 443 because of network rules here. I can view the Icecast2 Status > pages and listen to a stream, but once I add https:// I get 'Secure > Connection Failed' on Firefox and 'This site can?t be reached' from > Chrome. Both can view and stream non-ssl content. > > I have tried both a Digicert and a self-signed cert. I have followed > the pem rules from Digicert. I have set the permissions to the user > Icecast2 from the group Icecast. I have read almost everything on this > and I have tried Walter York's instructions to pre-install a number of > packages that icecast needs to successfully enable ssl. I have placed > the cert files in the same directory as the icecast.xml file. Here are > the details regarding the ssl portions of the XML config file. > > ... > > > 80 > > > > > 443 > 1 > > ... > > > > /etc/icecast2/icecast2_new.pem certificate> > ... > > So, there you have it. The only anomaly with the set up was that when > the VMWare instance of the site started it was running dhcp and I > struggled to wrestle control away from it. And I was never able to get > eth0 to work so I used same interface name that dhcp used 'ens160'. > > Any and all suggestions, recommendation, ideas, and solutions would be > greatly appreciated. > Take a look at /var/log/icecast2/error.log In my case it says something like: [2017-09-17 11:40:43] INFO connection/get_ssl_certificate No SSL capability Then, I interpret that Icecast2 is not compiled with SSl support. Regards. Jos? Luis > Thanks, --John > > > > > John Zernick | Senior Systems Administrator (Web)| D: (216) 916-6472 > | F: (216) 916-6473 > Idea Center | 1375 Euclid | Cleveland OH 44115 > > > The mission of ideastream is to strengthen our communities > Follow us on Facebook and Twitter > Explore what you love, discover even more at ideastream.org > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > 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: image001.gif Type: image/gif Size: 43 bytes Desc: image001.gif URL: From jeffares.robert at gmail.com Sun Sep 24 07:49:09 2017 From: jeffares.robert at gmail.com (Robert Jeffares) Date: Sun, 24 Sep 2017 20:49:09 +1300 Subject: [Icecast] Getting metadata on a relay mount. Message-ID: <6cdfe059-14ec-4fee-37dc-a9324dafaf46@gmail.com> Icecast2 server set up to deliver a stream to a web based player. First mount is for home based DJ contributors to programme. Fall Back is an automated playlist. We want to send metadata by tweet from the web based player mount which serves either source depending whether there is a live show or not. It had to be a relay to relay the data. Then to get the tweets to work we had to enable shoutcast meta data. /automation.aac 0 /live.aac /automation.aac 1 0 139.162.236.22 8000 /live.aac /listen 1 Tweets worked from the live and automatiion mounts but would not work from the listen mount UNLESS the shoutcast flag was set to 1. This may be useful to someone. regards Robert Jeffares -------------- next part -------------- An HTML attachment was scrubbed... URL: From dennis at heerema.net Sun Sep 24 08:28:09 2017 From: dennis at heerema.net (=?utf-8?Q?=44=65=6E=6E=69=73=20=48=65=65=72=65=6D=61?=) Date: Sun, 24 Sep 2017 10:28:09 +0200 Subject: [Icecast] Getting metadata on a relay mount. Message-ID: <6954c535-25c9-4f91-8388-009d26a26bd1@email.android.com> An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 487 bytes Desc: not available URL: From mark at tafn.org.uk Sun Sep 24 21:08:10 2017 From: mark at tafn.org.uk (mark) Date: Sun, 24 Sep 2017 22:08:10 +0100 Subject: [Icecast] Getting metadata on a relay mount. In-Reply-To: <6954c535-25c9-4f91-8388-009d26a26bd1@email.android.com> References: <6954c535-25c9-4f91-8388-009d26a26bd1@email.android.com> Message-ID: <20170924210813.08DD82D08B@silver.osuosl.org> Hi by using a service like autopo.st They charge a monthly payment for there service Can tweet also facebook Mark. -------------- next part -------------- An HTML attachment was scrubbed... URL: