From nkamrat at iplinkltd.com Mon Jun 11 19:06:19 2012 From: nkamrat at iplinkltd.com (Noah Kamrat) Date: Mon, 11 Jun 2012 12:06:19 -0700 Subject: [Icecast] looking for developer Message-ID: <55DE527D-C4F3-432B-9DC7-65F1E20D3AEC@iplinkltd.com> Greetings: We are looking for a developer who can set up streaming radio service. We need help with identifying best hardware, software, and developing portal for customers. We offer a similar service today but we stream over the telephone -- not the internet. We provide a dedicated phone number for radio stations and customers can here radio over the phone. It's a great service for people who are not online, don't have smartphones, or in areas of the country that don't have good 3G/4G. Certain demographics (e.g. lower income expats, elderly, etc), are more comfortable using the telephone. That being said, today our radio stations are getting numbers form us and using a 3rd party to stream over the internet. We would like to offer these service together as a package. We use Open SIP and Asterisk for our radio / phone service. An understanding of telephony and these platforms would be helpful. Please email me if there is any interest. Thanks, Noah Kamrat 541-515-6878 Direct 541-521-8732 Cell 541-515-6851 Fax nkamrat at iplinkltd.com IM: nkamrat at iplinkltd.com Skype: nkamrat IP LINK Corporation 2852 Willamette Street Suite 213 Eugene, OR 97405 www.iplinktelecom.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From thomas.ruecker at tieto.com Mon Jun 11 19:55:17 2012 From: thomas.ruecker at tieto.com (=?ISO-8859-1?Q?R=FCcker_Thomas?=) Date: Mon, 11 Jun 2012 22:55:17 +0300 Subject: [Icecast] Icecast 2.3.3 released Message-ID: <4FD64D25.1010302@tieto.com> This is to announce the release of Icecast 2.3.3 It's been almost to the day 4 years that 2.3.2 was released, but all good things have to come to an end. So here's a new Icecast release. Let's hope it is as stable as 2.3.2 was. 2.3.3 is mainly a bug fix release with a couple of new items that may be of interest to a few of you. Even if the new features are not of interest, it is still highly recommended that you update to 2.3.3. The source code can be downloaded here : http://downloads.xiph.org/releases/icecast/icecast-2.3.3.tar.gz SHA1: 61cf1bd5b4ed491aad488dc6cf1ca2d8eb657363 MD5: 2b5d1b40778922e5f6431b7758c359ad A non exhaustive summary of the changes follows: - Security We fixed 3 security issues. - Improved HTTPS cipher handling and added support for chained certificates. - Allow the source password to be undefined. There was a corner case, where a default password would have taken effect. It would require the admin to remove the 'source-password' from the Icecast config to take effect. Default configs ship with the password set, so this vulnerability doesn't trigger there. - Prevent error log injection of control characters by substituting non-alphanumeric characters with a '.' (CVE-2011-4612). Injection attempts can be identified via access.log, as that stores URL encoded requests. Investigation if further logging code needs to have sanitized output is ongoing. - Bugfixes - On-demand relaying - Reject listeners while reconnecting. Fix stats for relays without mount section. - Prevent too frequent YP updates. - Only allow raw metadata updates from same IP as connected source (unless user is admin). This addresses broken client software that issues updates without being connected. - Minor memory leaks - XSPF file installation - Fix case of global listeners count becoming out of sync. - Setting an interval of 0 in mount should disable Shoutcast metadata inserts. - Authentication - Sources can now be authenticated via URL, like listeners. Post info is: action=stream_auth&mount=/stream&ip=IP&server=SERVER&port=8000&user=fred&pass=pass As admin requests can come in for a stream (eg metadata update) these requests can be issued while stream is active. For these&admin=1 is added to the POST details. - XSL update - Automatically generate VCLT playlist like we do with M3U, the mount-point extension is .vclt - Documentation updates Known problems: Win32 build and installer not available at release time. Will be provided ASAP. IPv6 on Win32 will not work. Unless there are grave bugs or security issues, the aim is to have a major release next. In the pipeline is among other things WebM streaming. Thomas B. Ruecker on behalf of the Icecast Development Team From mawoj93 at gmail.com Wed Jun 13 10:57:14 2012 From: mawoj93 at gmail.com (Mavoy) Date: Wed, 13 Jun 2012 03:57:14 -0700 (PDT) Subject: [Icecast] Jack trouble- cannot lock etc/passwd (Icecast/IDJC) Message-ID: <34004923.post@talk.nabble.com> I`m making my radio station with Icecast. On Windows desktop everything worked perfectly but on my private Ubuntu-based laptop it`s not so easy... I` m using a tutorial here: http://idjc.sourceforge.net/tutorials_icecast.html When I try to run Jack server I get something like this: "Jack is running in realtime mode, but you`re not allowed to use realtime scheduling. Your system has an audio group but you`re not a member of it. Please add yourself to the group by executing as a root: usermod -a -G audio (my username)" I wrote this line in the terminal but all I have now is: usermod: cannot lock /etc/passwd try again later. What it is? I`m afraid it may be something from the previous experiments with Icecast- I had uninstalled everything that could be unnecessary but something could stay. I`m an absolute greenhorn in Linux and I feel really unsure in the terminal. Guys, if you have any ideas what`s going on please write me fast. The official premiere of the radio station is planned on Friday and it had been already delayed once - I don`t want to do it again. :( -- View this message in context: http://old.nabble.com/Jack-trouble--cannot-lock-etc-passwd-%28Icecast-IDJC%29-tp34004923p34004923.html Sent from the Icecast - General mailing list archive at Nabble.com. From pm at nowster.me.uk Wed Jun 13 11:42:52 2012 From: pm at nowster.me.uk (Paul Martin) Date: Wed, 13 Jun 2012 12:42:52 +0100 Subject: [Icecast] Jack trouble- cannot lock etc/passwd (Icecast/IDJC) In-Reply-To: <34004923.post@talk.nabble.com> References: <34004923.post@talk.nabble.com> Message-ID: <20120613114251.GA26876@thinkpad.nowster.org.uk> On Wed, Jun 13, 2012 at 03:57:14AM -0700, Mavoy wrote: > realtime mode, but you`re not allowed to use realtime scheduling. Your > system has an audio group but you`re not a member of it. Please add yourself > to the group by executing as a root: usermod -a -G audio (my username)" > > I wrote this line in the terminal but all I have now is: > usermod: cannot lock /etc/passwd try again later. Try: sudo adduser $USER audio Then log out completely and log in again. -- Paul Martin also From mawoj93 at gmail.com Wed Jun 13 12:46:24 2012 From: mawoj93 at gmail.com (Mavoy) Date: Wed, 13 Jun 2012 05:46:24 -0700 (PDT) Subject: [Icecast] Jack trouble- cannot lock etc/passwd (Icecast/IDJC) In-Reply-To: <20120613114251.GA26876@thinkpad.nowster.org.uk> References: <34004923.post@talk.nabble.com> <20120613114251.GA26876@thinkpad.nowster.org.uk> Message-ID: <34005446.post@talk.nabble.com> Paul Martin-10 wrote: > > > Try: > > sudo adduser $USER audio > > Then log out completely and log in again. > > -- > Paul Martin > also > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > > "audio group already exists". -- View this message in context: http://old.nabble.com/Jack-trouble--cannot-lock-etc-passwd-%28Icecast-IDJC%29-tp34004923p34005446.html Sent from the Icecast - General mailing list archive at Nabble.com. From thomas.ruecker at tieto.com Wed Jun 13 13:46:33 2012 From: thomas.ruecker at tieto.com (thomas.ruecker at tieto.com) Date: Wed, 13 Jun 2012 16:46:33 +0300 Subject: [Icecast] Jack trouble- cannot lock etc/passwd (Icecast/IDJC) In-Reply-To: <34005446.post@talk.nabble.com> References: <34004923.post@talk.nabble.com> <20120613114251.GA26876@thinkpad.nowster.org.uk> <34005446.post@talk.nabble.com> Message-ID: <5E49EEF5B3B23549BAF01B43D0C2BB3017D74E78FB@EXMB03.eu.tieto.com> Hi, >-----Original Message----- >From: Mavoy > > >Paul Martin-10 wrote: >> >> >> Try: >> >> sudo adduser $USER audio >> >> Then log out completely and log in again. > > >"audio group already exists". Try replacing $USER with your exact username. (the one printed at the command prompt in the terminal) Cheers Thomas From mawoj93 at gmail.com Wed Jun 13 15:27:02 2012 From: mawoj93 at gmail.com (Mavoy) Date: Wed, 13 Jun 2012 08:27:02 -0700 (PDT) Subject: [Icecast] Jack trouble- cannot lock etc/passwd (Icecast/IDJC) In-Reply-To: <5E49EEF5B3B23549BAF01B43D0C2BB3017D74E78FB@EXMB03.eu.tieto.com> References: <34004923.post@talk.nabble.com> <20120613114251.GA26876@thinkpad.nowster.org.uk> <34005446.post@talk.nabble.com> <5E49EEF5B3B23549BAF01B43D0C2BB3017D74E78FB@EXMB03.eu.tieto.com> Message-ID: <34006412.post@talk.nabble.com> thomas.ruecker wrote: > > Hi, > > Try replacing $USER with your exact username. (the one printed at the > command prompt in the terminal) > > Cheers > > Thomas > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > > OK, it worked, I added myself to the group, but now when I try to connect with JACK (both in the terminal and QjackCtl) I have: "Jack is running in realtime mode, but you`re not allowed to use realtime scheduling. After applying these changes, logout etc." Which changes? :o "Your -- View this message in context: http://old.nabble.com/Jack-trouble--cannot-lock-etc-passwd-%28Icecast-IDJC%29-tp34004923p34006412.html Sent from the Icecast - General mailing list archive at Nabble.com. From pm at nowster.me.uk Wed Jun 13 19:25:24 2012 From: pm at nowster.me.uk (Paul Martin) Date: Wed, 13 Jun 2012 20:25:24 +0100 Subject: [Icecast] Jack trouble- cannot lock etc/passwd (Icecast/IDJC) In-Reply-To: <34006412.post@talk.nabble.com> References: <34004923.post@talk.nabble.com> <20120613114251.GA26876@thinkpad.nowster.org.uk> <34005446.post@talk.nabble.com> <5E49EEF5B3B23549BAF01B43D0C2BB3017D74E78FB@EXMB03.eu.tieto.com> <34006412.post@talk.nabble.com> Message-ID: <20120613192524.GA10556@thinkpad.nowster.org.uk> On Wed, Jun 13, 2012 at 08:27:02AM -0700, Mavoy wrote: > OK, it worked, I added myself to the group, but now when I try to connect > with JACK (both in the terminal and QjackCtl) I have: > "Jack is running in realtime mode, but you`re not allowed to use realtime > scheduling. After applying these changes, logout etc." If you have the directory /etc/security/limits.d/ then create a file in there called audio.conf and put the following in it. Otherwise edit /etc/security/limits.conf and add the following lines. @audio - rtprio 80 @audio - memlock 51200 @audio - nice -10 Log out and log back in again, then type "ulimit -r". That should output the number 80. -- Paul Martin From reddragoncharm at yahoo.com Sun Jun 24 14:45:30 2012 From: reddragoncharm at yahoo.com (john hamilton) Date: Sun, 24 Jun 2012 07:45:30 -0700 (PDT) Subject: [Icecast] HELP!!! Message-ID: <1340549130.44513.YahooMailNeo@web125001.mail.ne1.yahoo.com> I'm very new to icecast or any other server for that matter. I downloaded icecast2 nd I followed the directions that was there but I get no reponse on itunes or search bar at all. I might have done something wrong but not sure. Please help???Thanks? P.s. I will let someone go remote to look at it and fix the prolem if that will help. -------------- next part -------------- An HTML attachment was scrubbed... URL: From thomas.ruecker at tieto.com Sun Jun 24 15:08:46 2012 From: thomas.ruecker at tieto.com (=?ISO-8859-1?Q?R=FCcker_Thomas?=) Date: Sun, 24 Jun 2012 18:08:46 +0300 Subject: [Icecast] Help In-Reply-To: <1340549130.44513.YahooMailNeo@web125001.mail.ne1.yahoo.com> References: <1340549130.44513.YahooMailNeo@web125001.mail.ne1.yahoo.com> Message-ID: <4FE72D7E.2010501@tieto.com> Hi John, On 24/06/12 17:45, john hamilton wrote: > I'm very new to icecast or any other server for that matter. I > downloaded icecast2 nd I followed the directions that was there but I > get no reponse on itunes or search bar at all. I might have done > something wrong but not sure. Please help? So let's start out with the basics then. Why do you want to install Icecast in the first place? What are you planning to do with it? Which operating system are you planning to run Icecast on? Oh and while we're at it, which 'directions' did you follow? Thanks for answering ALL of the above questions, this will help us to help you. Cheers Thomas From geoff at QuiteLikely.com Sun Jun 24 15:25:58 2012 From: geoff at QuiteLikely.com (Geoff Shang) Date: Sun, 24 Jun 2012 18:25:58 +0300 (IDT) Subject: [Icecast] HELP!!! In-Reply-To: <1340549130.44513.YahooMailNeo@web125001.mail.ne1.yahoo.com> References: <1340549130.44513.YahooMailNeo@web125001.mail.ne1.yahoo.com> Message-ID: On Sun, 24 Jun 2012, john hamilton wrote: > I'm very new to icecast or any other server for that matter. I > downloaded icecast2 nd I followed the directions that was there but I > get no reponse on itunes or search bar at all. We need more information. What you've basically said is "it doesn't work". Tell us what you're trying to do, what you did, what you expected to happen and what actually happened. Then we can probably help. Geoff. From reddragoncharm at yahoo.com Sun Jun 24 19:12:53 2012 From: reddragoncharm at yahoo.com (john hamilton) Date: Sun, 24 Jun 2012 12:12:53 -0700 (PDT) Subject: [Icecast] Icecast Digest, Vol 97, Issue 4 Message-ID: <1340565173.17573.BPMail_high_noncarrier@web125001.mail.ne1.yahoo.com> I want to start a new internet radio station. Play music and advertisement Vista The directions in the download space download of icecast2 where it says basic setup ------------------------------ On Sun, Jun 24, 2012 12:00 PM PDT icecast-request at xiph.org 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. HELP!!! (john hamilton) > 2. Re: Help (R?cker Thomas) > 3. Re: HELP!!! (Geoff Shang) > > >---------------------------------------------------------------------- > >Message: 1 >Date: Sun, 24 Jun 2012 07:45:30 -0700 (PDT) >From: john hamilton >Subject: [Icecast] HELP!!! >To: "icecast at xiph.org" >Message-ID: > <1340549130.44513.YahooMailNeo at web125001.mail.ne1.yahoo.com> >Content-Type: text/plain; charset="iso-8859-1" > >I'm very new to icecast or any other server for that matter. I downloaded icecast2 nd I followed the directions that was there but I get no reponse on itunes or search bar at all. I might have done something wrong but not sure. Please help???Thanks? P.s. I will let someone go remote to look at it and fix the prolem if that will help. >-------------- next part -------------- >An HTML attachment was scrubbed... >URL: http://lists.xiph.org/pipermail/icecast/attachments/20120624/29f4cd66/attachment-0001.htm > >------------------------------ > >Message: 2 >Date: Sun, 24 Jun 2012 18:08:46 +0300 >From: R?cker Thomas >Subject: Re: [Icecast] Help >To: >Message-ID: <4FE72D7E.2010501 at tieto.com> >Content-Type: text/plain; charset="ISO-8859-1"; format=flowed > >Hi John, > >On 24/06/12 17:45, john hamilton wrote: >> I'm very new to icecast or any other server for that matter. I >> downloaded icecast2 nd I followed the directions that was there but I >> get no reponse on itunes or search bar at all. I might have done >> something wrong but not sure. Please help? > >So let's start out with the basics then. >Why do you want to install Icecast in the first place? >What are you planning to do with it? > >Which operating system are you planning to run Icecast on? > >Oh and while we're at it, which 'directions' did you follow? > >Thanks for answering ALL of the above questions, this will help us to >help you. > >Cheers > >Thomas > > >------------------------------ > >Message: 3 >Date: Sun, 24 Jun 2012 18:25:58 +0300 (IDT) >From: Geoff Shang >Subject: Re: [Icecast] HELP!!! >To: "icecast at xiph.org" >Message-ID: >Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed > >On Sun, 24 Jun 2012, john hamilton wrote: > >> I'm very new to icecast or any other server for that matter. I >> downloaded icecast2 nd I followed the directions that was there but I >> get no reponse on itunes or search bar at all. > >We need more information. What you've basically said is "it doesn't >work". > >Tell us what you're trying to do, what you did, what you expected to >happen and what actually happened. Then we can probably help. > >Geoff. > > > >------------------------------ > >_______________________________________________ >Icecast mailing list >Icecast at xiph.org >http://lists.xiph.org/mailman/listinfo/icecast > > >End of Icecast Digest, Vol 97, Issue 4 >************************************** From michel.memeteau at gmail.com Sun Jun 24 20:14:51 2012 From: michel.memeteau at gmail.com (michel memeteau) Date: Sun, 24 Jun 2012 22:14:51 +0200 Subject: [Icecast] HELP!!! In-Reply-To: <1340549130.44513.YahooMailNeo@web125001.mail.ne1.yahoo.com> References: <1340549130.44513.YahooMailNeo@web125001.mail.ne1.yahoo.com> Message-ID: Hi 2012/6/24 john hamilton > I get no reponse on itunes or search bar at all. > You mean you thought that it would magically appear on itunes radio directory ? -- <-------------------------------------------------------> web perso : http://memeteau.com Boutique Ordinateurs GNU/Linux : http://shop.ekimia.fr Fixe : 0974763294 Mobile : 0624808051 -------------- next part -------------- An HTML attachment was scrubbed... URL: