From telmnstr at 757.org Sat Mar 2 09:07:30 2013 From: telmnstr at 757.org (telmnstr at 757.org) Date: Sat, 2 Mar 2013 04:07:30 -0500 (EST) Subject: [Icecast] Icecast relay as a source to another icecast? In-Reply-To: <512DFBA8.50203@tieto.com> References: <512DFBA8.50203@tieto.com> Message-ID: > Your best bet in such a case is to use an external solution. > I'd probably go with liquidsoap as that should be able to take the > stream as is and just push it to the remote server. Apparently Liquidsoap cannot forward an icecast stream without re-encoding. As nutty as it seems, VLC might be the solution with the acopy operator. I need to look into the icecast output plugin to make sure it can do copy and not encode. Damn you VLC. You're command lines are painful but you're oh so handy. From thomas.ruecker at tieto.com Sat Mar 2 12:03:56 2013 From: thomas.ruecker at tieto.com (=?ISO-8859-1?Q?=22R=FCcker=2C_Thomas=22?=) Date: Sat, 2 Mar 2013 14:03:56 +0200 Subject: [Icecast] Icecast relay as a source to another icecast? In-Reply-To: References: <512DFBA8.50203@tieto.com> Message-ID: <5131EAAC.2040404@tieto.com> On 02/03/13 11:07, telmnstr at 757.org wrote: >> Your best bet in such a case is to use an external solution. >> I'd probably go with liquidsoap as that should be able to take the >> stream as is and just push it to the remote server. > Apparently Liquidsoap cannot forward an icecast stream without > re-encoding. Interesting, I'm sorry for misleading you. > As nutty as it seems, VLC might be the solution with the acopy operator. I > need to look into the icecast output plugin to make sure it can do copy > and not encode. > > Damn you VLC. You're command lines are painful but you're oh so handy. Another option could be gstreamer (gst-launch specifically). Constructing the pipe-line is also quite painful, but there are quite some examples floating around for icecast streaming. Cheers Thomas From artuch at speedy.com.ar Sat Mar 2 12:39:37 2013 From: artuch at speedy.com.ar (=?ISO-8859-1?Q?Jos=E9?= Luis Artuch) Date: Sat, 02 Mar 2013 09:39:37 -0300 Subject: [Icecast] Icecast relay as a source to another icecast? In-Reply-To: References: Message-ID: <1362227977.1728.23.camel@jlaa> Hello Ethan. El mi?, 27-02-2013 a las 01:42 -0500, telmnstr at 757.org escribi?: > I have a situation where I'd like to be able to have icecast reach out to > another icecast server as a client. Is this possible with relaying? From > what I read relaying and master relaying both have the server reach out to > another server. > > The reason is this. > > I have a hardware encoder (Telos audioactive) sitting on a cablemodem. > > I have a remote provider (streamcheap or something) set to relay the telos > unit. > > It works, but eventually traffic on my cablemodem or other situations > cause the remote to disconnect. It never is able to reconnect again for > some reason. > > I changed it where I have the telos unit talking to a local icecast > server. Then the remote server currently relays by connecting into my > local icecast server. This part works (as it did directly to the telos > unit) but drops off just like before. I don't have full control over the > remote end and I don't know why it isn't relaying. But with the local > icecast server I was able to validate that it's 100% stable and doesn't > disconnect / fail to reconnect to the audioactive unit. > I've used VLC to receive signals from other servers, Ices2 as source cliente and Icecast2 as server, all in one computer, functioning as a signal repeater. There were no problems with reconnections. Also I have used bash programs to detect when the remote signal falls definitively and then replace this by some other until the main signal return. Jos? Luis > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > From kradradio at gmail.com Sun Mar 3 01:56:49 2013 From: kradradio at gmail.com (Krad Radio) Date: Sat, 2 Mar 2013 17:56:49 -0800 Subject: [Icecast] Krad Pipe Message-ID: I wrote a bent pipe program for relaying Icecast / KR streams. Its the simplest minimal program possible at 300 lines~, and there is no dependencies. Its an extraction from Krad Transponder, I pulled this out into a little command line program as I thought it might be immediately useful. https://gist.github.com/oneman/5074107 krad_pipe [from_host] [from_port] [from_mount] [to_host] [to_port] [to_mount] [to_password] *If either side gets disconnected the program exits, so for a continual relay you can wrap in your favorite scripting lauguage:* * * *hammer_time = 10* *while hammer_time* * krad_pipe [args]* * sleep hammer_time* *end* * * *Cheers,* * * *David* -------------- next part -------------- An HTML attachment was scrubbed... URL: From michel.memeteau at gmail.com Tue Mar 5 14:36:22 2013 From: michel.memeteau at gmail.com (michel memeteau) Date: Tue, 5 Mar 2013 15:36:22 +0100 Subject: [Icecast] What HTML5 radio player do you use ? Message-ID: Hi , We think about updating our current flash based player [1] to a HTML5 one that would magically work on any mobile or desktop browser (So with flash fallback) to play our icecast streams ( MP3 + OGG [2] ) It would be great if the stream could start instantly. What do you use currently to achieve this ? [1] http://www.radiogalere.org/emissions/popup.php [2] http://www.radiogalere.org:8080/status <-----------------------------------------------------------------------------------------------------------> web perso : http://memeteau.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at simplecast.co.uk Tue Mar 5 16:14:31 2013 From: mike at simplecast.co.uk (Mike Thompsett) Date: Tue, 5 Mar 2013 16:14:31 +0000 Subject: [Icecast] Ice Cast Limited to 1019 connections Message-ID: <41184DB4-01F0-4D0C-B0CB-508ED783EA31@simplecast.co.uk> Hi All, I've got a strange problem with Centos 5.9 64bit running Ice Cast, soon as the server hit 1019 connections it dies. Set the fs-file-max to 65535 and added in hard & soft no files to 655535 yet still not joy. (Ice Cast listeners are set to over 5K connections) Has anyone come across this problem? Kind Regards, Mike From thomas.ruecker at tieto.com Tue Mar 5 17:24:57 2013 From: thomas.ruecker at tieto.com (thomas.ruecker at tieto.com) Date: Tue, 5 Mar 2013 19:24:57 +0200 Subject: [Icecast] Ice Cast Limited to 1019 connections In-Reply-To: <41184DB4-01F0-4D0C-B0CB-508ED783EA31@simplecast.co.uk> References: <41184DB4-01F0-4D0C-B0CB-508ED783EA31@simplecast.co.uk> Message-ID: <5E49EEF5B3B23549BAF01B43D0C2BB3023F11043FC@EXMB03.eu.tieto.com> Hi, Clearly sounds like a ulimit problem. I'd continue looking into that direction. If what you set is supposed to do that, then maybe it didn't take effect for some reason? Something might need a nudge? Cheers Thomas -- Sent from my Nokia N950 On 5.3.2013 18:14 Mike Thompsett wrote: Hi All, I've got a strange problem with Centos 5.9 64bit running Ice Cast, soon as the server hit 1019 connections it dies. Set the fs-file-max to 65535 and added in hard & soft no files to 655535 yet still not joy. (Ice Cast listeners are set to over 5K connections) Has anyone come across this problem? Kind Regards, Mike _______________________________________________ Icecast mailing list Icecast at xiph.org http://lists.xiph.org/mailman/listinfo/icecast -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at simplecast.co.uk Tue Mar 5 22:33:17 2013 From: mike at simplecast.co.uk (Mike Thompsett) Date: Tue, 5 Mar 2013 22:33:17 +0000 Subject: [Icecast] Ice Cast Limited to 1019 connections In-Reply-To: <5E49EEF5B3B23549BAF01B43D0C2BB3023F11043FC@EXMB03.eu.tieto.com> References: <41184DB4-01F0-4D0C-B0CB-508ED783EA31@simplecast.co.uk> <5E49EEF5B3B23549BAF01B43D0C2BB3023F11043FC@EXMB03.eu.tieto.com> Message-ID: <4D5775DB-E4B7-4049-9A53-58A4B8FCA067@simplecast.co.uk> Hi Thomas, It's a strange one, it's a new client's server and we don't have SSH access, unlike our own server all work perfectly well with the config. Thanks. Oh would like to add this tho to: The Dark Destroyer (of The Webz) your IP 94.175.45.122, get your facts right buddy! M On 5 Mar 2013, at 17:24, thomas.ruecker at tieto.com wrote: > Hi, > > Clearly sounds like a ulimit problem. > I'd continue looking into that direction. > If what you set is supposed to do that, then maybe it didn't take effect for some reason? Something might need a nudge? > > Cheers > > Thomas > > -- > Sent from my Nokia N950 > > On 5.3.2013 18:14 Mike Thompsett wrote: > > Hi All, > > I've got a strange problem with Centos 5.9 64bit running Ice Cast, soon as the server hit 1019 connections it dies. Set the fs-file-max to 65535 and added in hard & soft no files to 655535 yet still not joy. (Ice Cast listeners are set to over 5K connections) > > > Has anyone come across this problem? > > Kind Regards, > > Mike > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast -------------- next part -------------- An HTML attachment was scrubbed... URL: From aswin.1231 at gmail.com Wed Mar 6 06:10:53 2013 From: aswin.1231 at gmail.com (Ashwin Kumar) Date: Wed, 6 Mar 2013 11:40:53 +0530 Subject: [Icecast] Icecast Digest, Vol 106, Issue 3 In-Reply-To: References: Message-ID: i use soundmanager2 to play streams. With Best -Ashwin. +91-9959166266 On Wed, Mar 6, 2013 at 1:30 AM, wrote: > Send Icecast mailing list submissions to > icecast at xiph.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.xiph.org/mailman/listinfo/icecast > or, via email, send a message with subject or body 'help' to > icecast-request at xiph.org > > You can reach the person managing the list at > icecast-owner at xiph.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Icecast digest..." > > > Today's Topics: > > 1. What HTML5 radio player do you use ? (michel memeteau) > 2. Ice Cast Limited to 1019 connections (Mike Thompsett) > 3. Re: Ice Cast Limited to 1019 connections > (thomas.ruecker at tieto.com) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 5 Mar 2013 15:36:22 +0100 > From: michel memeteau > Subject: [Icecast] What HTML5 radio player do you use ? > To: icecast at xiph.org > Message-ID: > uxOQzfLGx_U80Zaag at mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hi , We think about updating our current flash based player [1] to a HTML5 > one that would magically work on any mobile or desktop browser (So with > flash fallback) to play our icecast streams ( MP3 + OGG [2] ) > > It would be great if the stream could start instantly. > > What do you use currently to achieve this ? > > > [1] http://www.radiogalere.org/emissions/popup.php > > [2] http://www.radiogalere.org:8080/status > > > <-----------------------------------------------------------------------------------------------------------> > > web perso : http://memeteau.org > > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://lists.xiph.org/pipermail/icecast/attachments/20130305/fce8ef6e/attachment-0001.htm > > ------------------------------ > > Message: 2 > Date: Tue, 5 Mar 2013 16:14:31 +0000 > From: Mike Thompsett > Subject: [Icecast] Ice Cast Limited to 1019 connections > To: icecast at xiph.org > Message-ID: <41184DB4-01F0-4D0C-B0CB-508ED783EA31 at simplecast.co.uk> > Content-Type: text/plain; charset=us-ascii > > Hi All, > > I've got a strange problem with Centos 5.9 64bit running Ice Cast, soon as > the server hit 1019 connections it dies. Set the fs-file-max to 65535 and > added in hard & soft no files to 655535 yet still not joy. (Ice Cast > listeners are set to over 5K connections) > > > Has anyone come across this problem? > > Kind Regards, > > Mike > > ------------------------------ > > Message: 3 > Date: Tue, 5 Mar 2013 19:24:57 +0200 > From: > Subject: Re: [Icecast] Ice Cast Limited to 1019 connections > To: , > Message-ID: > <5E49EEF5B3B23549BAF01B43D0C2BB3023F11043FC at EXMB03.eu.tieto.com> > Content-Type: text/plain; charset="utf-8" > > Hi, > > > Clearly sounds like a ulimit problem. > > I'd continue looking into that direction. > > If what you set is supposed to do that, then maybe it didn't take effect > for some reason? Something might need a nudge? > > > Cheers > > > Thomas > > -- > Sent from my Nokia N950 > > > On 5.3.2013 18:14 Mike Thompsett wrote: > > Hi All, > > I've got a strange problem with Centos 5.9 64bit running Ice Cast, soon as > the server hit 1019 connections it dies. Set the fs-file-max to 65535 and > added in hard & soft no files to 655535 yet still not joy. (Ice Cast > listeners are set to over 5K connections) > > > Has anyone come across this problem? > > Kind Regards, > > Mike > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://lists.xiph.org/pipermail/icecast/attachments/20130305/4e2f7594/attachment-0001.htm > > ------------------------------ > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > > > End of Icecast Digest, Vol 106, Issue 3 > *************************************** > -------------- next part -------------- An HTML attachment was scrubbed... URL: From thomas.ruecker at tieto.com Wed Mar 6 11:45:16 2013 From: thomas.ruecker at tieto.com (=?ISO-8859-1?Q?=22R=FCcker=2C_Thomas=22?=) Date: Wed, 6 Mar 2013 13:45:16 +0200 Subject: [Icecast] What HTML5 radio player do you use ? In-Reply-To: References: Message-ID: <51372C4C.2000003@tieto.com> Hi, On 05/03/13 16:36, michel memeteau wrote: > Hi , We think about updating our current flash based player [1] to a > HTML5 one that would magically work on any mobile or desktop browser > (So with flash fallback) to play our icecast streams ( MP3 + OGG [2] ) > > It would be great if the stream could start instantly. Most browsers should support your use-case already. Just go with the HTML5 draft: http://www.w3.org/html/wg/drafts/html/master/embedded-content-0.html#the-audio-element So something like this should work: Actually I tested this with Firefox, Chrome, Opera and IE10. Opera didn't like to autoplay for unknown reasons. And only IE needed the crappy mp3 stream fallback, so essentially you're able to reach the main market share of desktop browsers already with just a vorbis stream without having to worry about a licensed mp3 encoder etc. For reference here's my test setup: http://www.bfst.de/foss/icecast/firefox/galere.html This URL will become invalid at some point in the near future. > What do you use currently to achieve this ? A plain and up to date web browser. ;) Welcome to the brave new world of streaming, without the need for installing obscure plugins or running insecure java or flash applets. Cheers Thomas From michel.memeteau at gmail.com Wed Mar 6 11:58:40 2013 From: michel.memeteau at gmail.com (michel memeteau) Date: Wed, 6 Mar 2013 12:58:40 +0100 Subject: [Icecast] What HTML5 radio player do you use ? In-Reply-To: <51372C4C.2000003@tieto.com> References: <51372C4C.2000003@tieto.com> Message-ID: Hi thomas , thanks for your answer. 2013/3/6 "R?cker, Thomas" > And only IE needed the crappy mp3 stream fallback, so essentially you're > able to reach the main market share of desktop browsers already with > just a vorbis stream without having to worry about a licensed mp3 > encoder etc. > I agree with you on vorbis HTML5 dominance, but the mp3 encoder will stay for obvious reasons ( Idevices, Flash etc...) Welcome to the brave new world of streaming, without the need for > installing obscure plugins or running insecure java or flash applets. > Well, We still have 30% of Non HTML5 audio browsers : IE6, IE8 , I can force people to install chrome Frame wich is a great solution but proposing a flash fallback is needed anyway. -------------- next part -------------- An HTML attachment was scrubbed... URL: From artuch at speedy.com.ar Wed Mar 6 12:57:00 2013 From: artuch at speedy.com.ar (=?ISO-8859-1?Q?Jos=E9?= Luis Artuch) Date: Wed, 06 Mar 2013 09:57:00 -0300 Subject: [Icecast] What HTML5 radio player do you use ? In-Reply-To: <51372C4C.2000003@tieto.com> References: <51372C4C.2000003@tieto.com> Message-ID: <1362574620.1787.35.camel@jlaa> Hello El mi?, 06-03-2013 a las 13:45 +0200, "R?cker, Thomas" escribi?: > Hi, > > On 05/03/13 16:36, michel memeteau wrote: > > Hi , We think about updating our current flash based player [1] to a > > HTML5 one that would magically work on any mobile or desktop browser > > (So with flash fallback) to play our icecast streams ( MP3 + OGG [2] ) > > > > It would be great if the stream could start instantly. > > Most browsers should support your use-case already. > Just go with the HTML5 draft: > http://www.w3.org/html/wg/drafts/html/master/embedded-content-0.html#the-audio-element > > So something like this should work: > > > Actually I tested this with Firefox, Chrome, Opera and IE10. > Opera didn't like to autoplay for unknown reasons. > And only IE needed the crappy mp3 stream fallback, so essentially you're > able to reach the main market share of desktop browsers already with > just a vorbis stream without having to worry about a licensed mp3 > encoder etc. > > For reference here's my test setup: > http://www.bfst.de/foss/icecast/firefox/galere.html > This URL will become invalid at some point in the near future. > > > What do you use currently to achieve this ? > A plain and up to date web browser. ;) > > Welcome to the brave new world of streaming, without the need for > installing obscure plugins or running insecure java or flash applets. > Totally agree. We only use HTML5 and recommend upgrading the web browser. Also you can decorate your HTML5 player, for example using php and ajax: http://zenbakaitz.servehttp.com/galere/galere.php (This URL will become invalid in the near future). How I can remove the pause in the basic HTML5 player ?. I do not like the live audio break :)) Jos? Luis > Cheers > > Thomas > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > From nathan.roberts at gmail.com Sat Mar 16 23:02:52 2013 From: nathan.roberts at gmail.com (Nathan Roberts) Date: Sat, 16 Mar 2013 23:02:52 +0000 Subject: [Icecast] Client ... has fallen too far behind, removing - but only when listening to a relay, not when listening to fallback Message-ID: I have an icecast server (B) which relays another icecast server (A). Server B is configured to play a local fallback file when server A is unavaliable. Both are version 2.3.3 When I listen to server B (the relay), while server A is turned off, all works fine ie I can listen to the fallback track without problem. However if I listen to Server B while server A is running then I quickly get: INFO source/send_to_listener Client 0 (xx.xx.xx.xx) has fallen too far behind, removing where xx.xx.xx.xx is my listening IP address (server A and B being remote, server B with a good internet connection (Amazon EC2), and Server A having a more patchy internet connection - hence the reason for using a relay with fallback. My internet connection is reliable ADSL, the stream is 64k, and given the relaibility when on fallback, it doesnt appear credible that the listening connection has a problem. Any advice on where to start looking much appreciated. Searches of the mailing list haven't shouwn anything that appears relivant. Regards Nathan From thomas.ruecker at tieto.com Sun Mar 17 07:11:33 2013 From: thomas.ruecker at tieto.com (=?ISO-8859-1?Q?=22R=FCcker=2C_Thomas=22?=) Date: Sun, 17 Mar 2013 09:11:33 +0200 Subject: [Icecast] Client ... has fallen too far behind, removing - but only when listening to a relay, not when listening to fallback In-Reply-To: References: Message-ID: <51456CA5.5070604@tieto.com> Hi Nathan, On 17/03/13 01:02, Nathan Roberts wrote: > I have an icecast server (B) which relays another icecast server (A). > Server B is configured to play a local fallback file when server A is > unavaliable. Both are version 2.3.3 > > When I listen to server B (the relay), while server A is turned off, > all works fine ie I can listen to the fallback track without problem. > However if I listen to Server B while server A is running then I > quickly get: > INFO source/send_to_listener Client 0 (xx.xx.xx.xx) has fallen too far > behind, removing > where xx.xx.xx.xx is my listening IP address (server A and B being > remote, server B with a good internet connection (Amazon EC2), and > Server A having a more patchy internet connection - hence the reason > for using a relay with fallback. This means that likely the listener client has fallen behind more than queue size for some reason. What is the queue-size you have configured? Also note that in case of fallback to file icecast does actually simply serve a file like a http server with next to no throttling and will probably not check queue-size. > My internet connection is reliable ADSL, the stream is 64k, and given > the relaibility when on fallback, it doesnt appear credible that the > listening connection has a problem. Any advice on where to start > looking much appreciated. Searches of the mailing list haven't shouwn > anything that appears relivant. You mention it to be hosted on EC2. I'm not 100% sure if that is a good place to host an icecast server, but have no personal experience to base this on. I'd check queue-size first. Maybe set Icecast log level to debug to see if there is anything else going on. Cheers Thomas From marc at wensauer.info Sat Mar 23 11:07:57 2013 From: marc at wensauer.info (Marc Wensauer) Date: Sat, 23 Mar 2013 12:07:57 +0100 Subject: [Icecast] Icecast Source Client Message-ID: <301F24EA-F65C-4522-AB02-F274EB9398A8@wensauer.info> Hello, is there a Linux Source Client which can handle cue-sheet (or something similar to provide external metadata for one big source file) playback ? The only working cue sheet player I have found was for Windows (Foobar2000 + the discontinued edcast) Best Regards Marc Wensauer -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexander.dalfarra at dmd2.net Sat Mar 23 19:47:40 2013 From: alexander.dalfarra at dmd2.net (Alexander Dal Farra) Date: Sat, 23 Mar 2013 20:47:40 +0100 Subject: [Icecast] Icecast Source Client In-Reply-To: <301F24EA-F65C-4522-AB02-F274EB9398A8@wensauer.info> References: <301F24EA-F65C-4522-AB02-F274EB9398A8@wensauer.info> Message-ID: Hello Marc Liquidsoap is an application that can handle .cue sheets as part of its playlist sourcing capabilities. You might want to check out here: http://savonet.sourceforge.net/doc-svn/playlist_parsers.html best wishes Alex 2013/3/23 Marc Wensauer > *Hello,* > is there a Linux Source Client which can handle cue-sheet (or something > similar to provide external metadata for one big source file) playback ? > The only working cue sheet player I have found was for Windows (Foobar2000 > + the discontinued edcast) > > Best Regards > Marc Wensauer > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From david at david-farrell.net Thu Mar 28 14:28:26 2013 From: david at david-farrell.net (David Farrell) Date: Thu, 28 Mar 2013 14:28:26 +0000 Subject: [Icecast] Protect Icecast Admin/Run on different port? Message-ID: <5154538A.60406@david-farrell.net> Hi list, We're new to Icecast and we're looking at securing the admin functions. I've trawled the docs but it's not clear to me if we are able to run this on a different TCP port to the streams themselves. Has anyone with a little more experience any insight into this? Thanks, David. From skydancer at blazingstarradio.com Fri Mar 29 21:44:00 2013 From: skydancer at blazingstarradio.com (The Sky Dancer) Date: Fri, 29 Mar 2013 17:44:00 -0400 Subject: [Icecast] problem with ices 0.4 and playlist scripting Message-ID: hello all, I have been using ices V0.4 successfully with the built-in playlist handler for a couple of years now, but I recently decided I?d like a bit more control over what is played and when. I?ve read as much as I could find on the internet about doing this. I?ve written a php script to connect to, and query a MySQL database for the tracks to play. When I run the php script manually from the shell prompt it seems to work perfectly. Yet, when I attempt to get ices to use it things seem to be working for a little while, but then I get the following strange error on the console: Segmentation fault This occurs immediately after Ices reports startup complete. ices.log shows no errors just startup complete. I will be happy to provide any further information that is needed if I can. Thanks for taking the time to read this, and thanks in advance for any help you can offer. by the way, I apologize if I?ve sent this to the wrong list, but I wasn?t sure where to go with this. Kind regards, Ben ** Programmers don't repeat themselves, they loop! ** -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Sub Zero.vcf Type: text/x-vcard Size: 188 bytes Desc: not available URL: From keith at karsites.net Fri Mar 29 22:00:07 2013 From: keith at karsites.net (Keith Roberts) Date: Fri, 29 Mar 2013 22:00:07 +0000 (GMT) Subject: [Icecast] problem with ices 0.4 and playlist scripting In-Reply-To: References: Message-ID: On Fri, 29 Mar 2013, The Sky Dancer wrote: > To: icecast at xiph.org > From: The Sky Dancer > Subject: [Icecast] problem with ices 0.4 and playlist scripting > > hello all, > > I have been using ices V0.4 successfully with the built-in playlist handler for a couple of years now, but I recently decided I?d like a bit more control over what is played and when. I?ve read as much as I could find on the internet about doing this. I?ve written a php script to connect to, and query a MySQL database for the tracks to play. When I run the php script manually from the shell prompt it seems to work perfectly. Yet, when I attempt to get ices to use it things seem to be working for a little while, but then I get the following strange error on the console: > Segmentation fault > This occurs immediately after Ices reports startup complete. ices.log shows no errors just startup complete. > I will be happy to provide any further information that is needed if I can. > Thanks for taking the time to read this, and thanks in advance for any help you can offer. by the way, I apologize if I?ve sent this to the wrong list, but I wasn?t sure where to go with this. > > Kind regards, > Ben > ** Programmers don't repeat themselves, they loop! ** Hi Ben. Some more details might be helpfull please. What OS are you running PHP/Ices on ? Keith From thomas at ruecker.fi Sat Mar 30 11:57:21 2013 From: thomas at ruecker.fi (=?ISO-8859-1?Q?=22Thomas_B=2E_R=FCcker=22?=) Date: Sat, 30 Mar 2013 11:57:21 +0000 Subject: [Icecast] Icecast 2.4 beta2 release Message-ID: <5156D321.3060405@ruecker.fi> This is to announce the release of Icecast 2.4 beta2 (aka 2.3.99.2). We've landed some important features and we're looking forward to testing and feedback. As this is a beta release please discuss it on the icecast-dev mailing list. (Please do NOT cross-post to both lists, do not reply to the icecast mailing list). New features - Now compiles for win32 using mingw Added options "headers" and "header_prefix" to URL based listener auth. Updated listener_remove handler: added ip= and agent=, Some cleanup && made code more uniform, avoid int for size_t vars. close #1422 #1422 Allow full URLs to be returned by the master server. close #1878 Highly experimental HTTP PUT support. ref #1812 We are handling it the same as we would handle a SOURCE request. Due to legacy code, sender MUST send proper content-type header, if content type is not audio/mpeg! Can be tested using real-time encoded output and piping it into: | curl -u username:password -H "Content-type: application/ogg" \ -T - http://localhost:8000/mountname.ogg Note that this example has ZERO timing, so a simple 'cat *.ogg' will fail. Whatever feeds the pipe must do it at proper timing for real-time playback! Bugfixes - Send proper HTTP headers in responses to clients. close #1639, see #1870 and #1885. corrected Content-Length: header in admin (raw) requests. Thanks to paluh for reporting. Escape log entries in access log (close: #1916 some fixes still pending) For details, please refer to the ChangeLog! There's more and significant changes in the pipe-line before the final 2.4, so stay tuned. Notes: If you used % in your dump-file names so far, this release might break that due to the strftime support since beta1. Cheers Thomas B. Ruecker From tim at tjbaker.co.uk Sat Mar 30 16:25:44 2013 From: tim at tjbaker.co.uk (Tim Baker) Date: Sat, 30 Mar 2013 16:25:44 +0000 Subject: [Icecast] Hiya! And a question... Message-ID: <314511B9-1B15-4A01-A563-0D7C39459543@tjbaker.co.uk> New to the list (and forum, but waiting for a moderator to approve - hence my question here) but not new to icecast. I have a question - I'm running an Airtime install with Icecast - and yes I asked them first but this has flummoxed them over at Sourcefabric - anyone had a problem with a HQ (192kbs) stream rebuffering every few seconds during a FTP/SSH upload to a remote streaming server? Strangely the libShout and low (mono 96kbs) streams are fine during this, but not streamhigh (the HQ stream). I'm only uploading one file?doesn't seem to matter big or small, the HQ stream goes crazy during this. Fine other times. Tried both Filezilla and Cyberduck over root SSH or FTP under a designated ftp user, still the same issue. Looking at top (I'm using Ubuntu 12.10 on a VPS with 1Gb RAM + 1GB burst & dual CPU Xeon for my streaming server) I can't see a process hogging resources, proftpd or sshd is like 1-5%. It's really odd, and really frustrating?.I'm on Icecast 2.3.2 because that's the one in main repo - would a manual upgrade to 2.3.3/2.4 beta fix this? Are there any special repos for Ubuntu Ices? I can 'make' from source but would prefer to keep stuff repo-friendly for easy future updates. Thanks Tim - Radio Clash Live (http://listen.radioclash.com) From tim at tjbaker.co.uk Sat Mar 30 18:21:34 2013 From: tim at tjbaker.co.uk (Tim Baker) Date: Sat, 30 Mar 2013 18:21:34 +0000 Subject: [Icecast] Re What HTML5 radio player do you use ? Message-ID: <8B1D3302-DFD0-416A-850A-A0D6230918FE@tjbaker.co.uk> I used MediaElement.js - far from great (no tracknames) but it does usually work on mobile (Android, I don't have an IOS machine to text but I suspect it will be Ok)?problem is with HTML5 is it's spotty across the browsers even on Mac, and on Android pre 4.1 forget it - some work, some don't. Firefox for instance is HTML5 on paper, in reality because of file formats (MP3 support in HTML5 isn't supported yet like MP4 in video, or wasn't in previous versions...) you need a Flash fallback unless you want to simultaneously stream OGG and MP3 - given the fact very few of the directories and players support OGG I'm a little wary of devoting a stream to it. I'm sure it's wonderful yaddayaddayadda for the geeks but in a Flash streaming world, MP3 gets the shout(cast). seems to be much more compatible - my Pure Contour Internet radio can't play OGG for example, but does do AAC and MP3. So yes you do need a Flash fallback - I use MediaElement.js as part pf a Wordpress plugin. I wish it was more customisable?some of the others that purport to be HTML5 players don't seem to work, with a libShout or Icecast stream at all - JPlayer works but the skins are *awful* and I don't have the time to make one as it looks really hard, but JWPlayer refused to work with my stream. Shame because JWPlayer's HTML5 > Flash fallback is really good. The only other one I got to work but not with stream info is svnlabs HTML5 player. There is a free Wordpress plugin, but the rest are paid for, and you can't redesign or customise it, which makes it a little pointless. The other one I've come across which is Flash but seems to have mobile-HTML5 solution (?) is Streema. If you register your station they have a free player, which seems to work really well - I thought only Flash but looking at the code it seems to be HTML based?might be wrong, but I couldn't find any SWF or Silverlight in the code. Hope this helps Tim From michel.memeteau at gmail.com Sun Mar 31 17:24:42 2013 From: michel.memeteau at gmail.com (michel memeteau) Date: Sun, 31 Mar 2013 19:24:42 +0200 Subject: [Icecast] Any android source client for icecast ? In-Reply-To: References: <20101206114157.GB783@aporee.org> <20101206121213.GM19009@sinabox.bfst.de> <20101206125540.GA11756@aporee.org> <4EC3F46D.4020208@logicalnetworking.net> <5E49EEF5B3B23549BAF01B43D0C2BB301769895BEA@EXMB03.eu.tieto.com> <33700728.post@talk.nabble.com> <34190569.post@talk.nabble.com> Message-ID: Hi just saw this today :a real icecast client on android ! Seems to have been published on november 2012 : https://play.google.com/store/apps/details?id=sa.broadcastmyself <-----------------------------------------------------------------------------------------------------------> web perso : http://memeteau.org 2012/8/24 Romain Beauxis > Hi all, > > 2012/8/21 Romain Beauxis : > > Hi Guys, > > > > 2012/7/20 juantello : > >> > >> Hello. > >> > >> Icecast client for android > >> http://droidtools.sourceforge.net/content/icecast-client-android > >> > http://droidtools.sourceforge.net/content/libogglibvorbis-and-libshout-libraries-android > > > > I just finished compiling an android version of our reshaped shine > > encoder [1] there: > > http://rastageeks.org/~toots/shine-android.tar.gz > > > > In order to use it, you'll need to make /system read-write and copy > > lib/libshine.so.1.0.0 to /system/lib/libshine.so.1 and bin/shineenc to > > /system/bin. > > > > On my low-end HTC, however, encoding is not real-time, which is a bit > > disappointing: > > $ shineenc bla.wav bla.mp3 > > shineenc (Liquidsoap version) > > WAV PCM DATA, stereo 44100Hz 16bit, Length: 0: 0:18 > > MPEG-I layer III, stereo Psychoacoustic Model: Shine > > Bitrate=128 kbps De-emphasis: none Original > > Encoding "bla.wav" to "bla.mp3" > > Finished in 0: 0:20 > > > > If anyone else feels like testing on another ARM android phone, I'll > > be interested to know if the encoder may be used to encode to mp3 in > > real time... > > It works much better with a beefier android device (HTC One V): > > shell at android:/data/shine $ shineenc ./bla.wav ./bla.mp3 > shineenc (Liquidsoap version) > WAV PCM DATA, stereo 44100Hz 16bit, Length: 0: 3:36 > MPEG-I layer III, stereo Psychoacoustic Model: Shine > Bitrate=128 kbps De-emphasis: none Original > Encoding "./bla.wav" to "./bla.mp3" > Finished in 0: 0:40 > > :-) > > The library could thus be used to build a real-time mp3 client that > streams from the microphone to an icecast server! > > I do not think I'll personally take this project on me but feel free > to hit us at savonet-users at lists.sourceforge.net if anyone's > interested! > > Romain > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > -------------- next part -------------- An HTML attachment was scrubbed... URL: From un at dom.de Sun Mar 31 18:01:23 2013 From: un at dom.de (udo noll) Date: Sun, 31 Mar 2013 20:01:23 +0200 Subject: [Icecast] Any android source client for icecast ? In-Reply-To: References: <20101206125540.GA11756@aporee.org> <4EC3F46D.4020208@logicalnetworking.net> <5E49EEF5B3B23549BAF01B43D0C2BB301769895BEA@EXMB03.eu.tieto.com> <33700728.post@talk.nabble.com> <34190569.post@talk.nabble.com> Message-ID: <20130331180123.GA8954@aporee.org> michel memeteau: > Hi just saw this today :a real icecast client on android ! > > Seems to have been published on november 2012 : > > https://play.google.com/store/apps/details?id=sa.broadcastmyself > this app is great, i'm using it since a few month, works fine. external mic support would be nice to have. --udo From ansolas at gmail.com Sun Mar 24 12:28:52 2013 From: ansolas at gmail.com (daslicht) Date: Sun, 24 Mar 2013 13:28:52 +0100 Subject: [Icecast] Playing Cue sheets Message-ID: <3185F5E5-5EDA-4198-AF9E-9E057AB2FF16@gmail.com> Hello, I haven't managed to install LiquidSoap on OSX yet but on a external Linux server* This is my current approach: http://pastie.org/private/cumwuw2u9vcqmasbghrlw Any idea what is going on ? Or anyone please like to point me to a working example how to play Cue sheets ? Best Regards Marc *when I try to install Liquidsoap under OSX 10.8.3 using brew I get the following error: daslicht:~ daslicht$ brew install liquidsoap ==> Installing liquidsoap dependency: ocaml-biniou ==> Downloading https://github.com/mjambon/biniou/archive/v1.0.5.zip Already downloaded: /Library/Caches/Homebrew/ocaml-biniou-1.0.5.zip Error: MD5 mismatch Expected: e2701f981d71acb6ab3deed7e77a031d Actual: 946251f841a445974aefcedb2164189b Archive: /Library/Caches/Homebrew/ocaml-biniou-1.0.5.zip (To retry an incomplete download, remove the file above.) daslicht:~ daslicht$ I tried to remove /Library/Caches/Homebrew/ocaml-biniou-1.0.5.zip but I get the same error. Any idea how to fix this issue ? -------------- next part -------------- An HTML attachment was scrubbed... URL: