From rc-lists at kiben.net Mon Oct 1 16:19:23 2012 From: rc-lists at kiben.net (tzara) Date: Mon, 01 Oct 2012 17:19:23 +0100 Subject: [Icecast] multiple icecast server instances on debian system Message-ID: <19d33baa24226a543b3caf906294b1ee@kiben.net> hello, i am trying to have multiple server instances on different ports on the same debian server. i thought if i had (along side the standard server files): /etc/icecast2/icecast+.xml config file (with changed port number) /etc/default/icecast+ pointing to new config file new log files with 777 permissions (for the sake of testing) and an /etc/init.d/icecast2+ file to start it all up then it would all work ok but no it doesnt work: so then i thought i maybe need new web and admin dirs in /usr/share/icecast2.... then i would need new symlinks etc. - so its starts to get messy... so before i start making this mess, i ask here... am i going about this the wrong way? (/usr/share/icecast2) % sudo /etc/init.d/icecast2 start Starting icecast2: Starting icecast2 Detaching from the console icecast2. (/usr/share/icecast2) % sudo /etc/init.d/icecast2+ start Starting icecast2+: zsh: exit 1 sudo /etc/init.d/icecast2+ start or: (/usr/share/icecast2) % /usr/bin/icecast2 -b -c /etc/icecast2/icecast+.xml Starting icecast2 Detaching from the console (/usr/share/icecast2) % but no second instance, could be some file permission or ownership tweek i have missed or could be i am going about it all the wrong way are there some docs about this somewhere? i imagined it might be a common thing that people might want to do... any ideas welcome! thanks rob From lion at lion.leolix.org Mon Oct 1 14:37:04 2012 From: lion at lion.leolix.org (Philipp Schafft) Date: Mon, 01 Oct 2012 16:37:04 +0200 Subject: [Icecast] multiple icecast server instances on debian system In-Reply-To: <19d33baa24226a543b3caf906294b1ee@kiben.net> References: <19d33baa24226a543b3caf906294b1ee@kiben.net> Message-ID: <20121001143708.028BA7A428@priderock.keep-cool.org> reflum, On Mon, 2012-10-01 at 17:19 +0100, tzara wrote: > hello, > > i am trying to have multiple server instances on different ports on the > same debian server. This by itself sounds wrong. You can bind the same icecast to multiple listen addresses (-> multipe ports). Is there any specific reason you don't do it this way? > i thought if i had (along side the standard server files): > > /etc/icecast2/icecast+.xml config file (with changed port number) > /etc/default/icecast+ pointing to new config file > new log files with 777 permissions (for the sake of testing) Setting permissions to 0777 anywhere on the systems is a *VERY BAD* idea. I would wrote for OS and software refusing to work in such a case. -- Philipp. (Rah of PH2) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 482 bytes Desc: This is a digitally signed message part URL: From rc-lists at kiben.net Mon Oct 1 16:40:42 2012 From: rc-lists at kiben.net (tzara) Date: Mon, 01 Oct 2012 17:40:42 +0100 Subject: [Icecast] multiple icecast server instances on debian system In-Reply-To: <20121001143708.028BA7A428@priderock.keep-cool.org> References: <19d33baa24226a543b3caf906294b1ee@kiben.net> <20121001143708.028BA7A428@priderock.keep-cool.org> Message-ID: <402a465476f242cc83580335a312b8cc@kiben.net> On Mon, 01 Oct 2012 16:37:04 +0200, Philipp Schafft wrote: > reflum, > > On Mon, 2012-10-01 at 17:19 +0100, tzara wrote: >> hello, >> >> i am trying to have multiple server instances on different ports on >> the >> same debian server. > > This by itself sounds wrong. > You can bind the same icecast to multiple listen addresses (-> > multipe > ports). > > Is there any specific reason you don't do it this way? yes, i am running a relay of many streams of variable quantity, so i cannot always rely on a source slot being available for my own uses - so i want another instance on another port for my own use. i dont want to simply raise the max sources as it will just fill up and i only want to offer a relay of the amount of streams limited by my config. > > >> i thought if i had (along side the standard server files): >> >> /etc/icecast2/icecast+.xml config file (with changed port number) >> /etc/default/icecast+ pointing to new config file >> new log files with 777 permissions (for the sake of testing) > > Setting permissions to 0777 anywhere on the systems is a *VERY BAD* > idea. I would wrote for OS and software refusing to work in such a > case. ok fair enough... consider my wrists slapped ... like i say momentary perms for test. but yeah i am a dirty security risk taker ... i hang my head in shame. cheers rob From ampliman at live.com Mon Oct 1 21:05:20 2012 From: ampliman at live.com (Rick Ricari) Date: Mon, 1 Oct 2012 14:05:20 -0700 Subject: [Icecast] Daily Access Log Files Message-ID: Hello, Is it possible to get daily access logs (creates a new ?access log file? every 24 hours)? Best Regards, Rick -------------- next part -------------- An HTML attachment was scrubbed... URL: From cdgraff at gmail.com Mon Oct 1 21:22:50 2012 From: cdgraff at gmail.com (Alejandro) Date: Mon, 1 Oct 2012 18:22:50 -0300 Subject: [Icecast] Daily Access Log Files In-Reply-To: References: Message-ID: Rick, If you use Linux, can use logrotate with copytruncate to do this jobs... Take a look to this howto is for other mediaServer but the logrotate configuration is exactly the same we use into Icecast too.. http://www.wmconsulting.info/working-with-wowza-logs/ Or if need this information into a DB, can take a look to the beta release of our icecast log parser: https://github.com/cdgraff/icecast-logs-parser Regards, Ale 2012/10/1 Rick Ricari > Hello, > > **** ** > > Is it possible to get daily access logs (creates a new ?access log file? > every 24 hours)? > > ** ** > > Best Regards, > > > > Rick > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From engineermike at mindspring.com Mon Oct 1 21:28:09 2012 From: engineermike at mindspring.com (engineermike) Date: Mon, 1 Oct 2012 17:28:09 -0400 Subject: [Icecast] Daily Access Log Files In-Reply-To: References: Message-ID: <017601cda01b$a79dcbf0$f6d963d0$@com> How do you do this in a Windows OS system? Thanks Mike From: icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] On Behalf Of Alejandro Sent: Monday, October 01, 2012 5:23 PM To: Rick Ricari Cc: icecast at xiph.org Subject: Re: [Icecast] Daily Access Log Files Rick, If you use Linux, can use logrotate with copytruncate to do this jobs... Take a look to this howto is for other mediaServer but the logrotate configuration is exactly the same we use into Icecast too.. http://www.wmconsulting.info/working-with-wowza-logs/ Or if need this information into a DB, can take a look to the beta release of our icecast log parser: https://github.com/cdgraff/icecast-logs-parser Regards, Ale 2012/10/1 Rick Ricari Hello, Is it possible to get daily access logs (creates a new "access log file" every 24 hours)? Best Regards, Rick _______________________________________________ Icecast mailing list Icecast at xiph.org http://lists.xiph.org/mailman/listinfo/icecast -------------- next part -------------- An HTML attachment was scrubbed... URL: From cdgraff at gmail.com Mon Oct 1 21:29:43 2012 From: cdgraff at gmail.com (Alejandro) Date: Mon, 1 Oct 2012 18:29:43 -0300 Subject: [Icecast] Daily Access Log Files In-Reply-To: <017601cda01b$a79dcbf0$f6d963d0$@com> References: <017601cda01b$a79dcbf0$f6d963d0$@com> Message-ID: the python script will work over windows too, the log rotate alternative to win I don't know... 2012/10/1 engineermike > How do you do this in a Windows OS system?**** > > Thanks **** > > Mike**** > > ** ** > > *From:* icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] *On > Behalf Of *Alejandro > *Sent:* Monday, October 01, 2012 5:23 PM > *To:* Rick Ricari > *Cc:* icecast at xiph.org > *Subject:* Re: [Icecast] Daily Access Log Files**** > > ** ** > > Rick,**** > > ** ** > > If you use Linux, can use logrotate with copytruncate to do this jobs...** > ** > > ** ** > > Take a look to this howto is for other mediaServer but the logrotate > configuration is exactly the same we use into Icecast too..**** > > ** ** > > http://www.wmconsulting.info/working-with-wowza-logs/**** > > ** ** > > Or if need this information into a DB, can take a look to the beta release > of our icecast log parser: **** > > https://github.com/cdgraff/icecast-logs-parser**** > > ** ** > > Regards, **** > > Ale**** > > 2012/10/1 Rick Ricari **** > > Hello,**** > > **** > > Is it possible to get daily access logs (creates a new ?access log file? > every 24 hours)?**** > > **** > > Best Regards,**** > > **** > > Rick **** > > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast**** > > ** ** > -------------- next part -------------- An HTML attachment was scrubbed... URL: From edhoeven at gmail.com Tue Oct 2 20:22:42 2012 From: edhoeven at gmail.com (edu hoeven, van der) Date: Tue, 2 Oct 2012 22:22:42 +0200 Subject: [Icecast] Icecast Digest, Vol 101, Issue 2 In-Reply-To: References: Message-ID: Hi, Can you unscript me for icecast-request mail, please. I don't no what to do with this, regards, edhoeven 2012/10/2 > 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. Daily Access Log Files (Rick Ricari) > 2. Re: Daily Access Log Files (Alejandro) > 3. Re: Daily Access Log Files (engineermike) > 4. Re: Daily Access Log Files (Alejandro) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 1 Oct 2012 14:05:20 -0700 > From: Rick Ricari > Subject: [Icecast] Daily Access Log Files > To: > Message-ID: > Content-Type: text/plain; charset="windows-1252" > > > Hello, > > Is it possible to get daily access logs (creates a new ?access log file? > every 24 hours)? > > Best Regards, > > Rick > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://lists.xiph.org/pipermail/icecast/attachments/20121001/7b0f7ff4/attachment.html > > ------------------------------ > > Message: 2 > Date: Mon, 1 Oct 2012 18:22:50 -0300 > From: Alejandro > Subject: Re: [Icecast] Daily Access Log Files > To: Rick Ricari > Cc: icecast at xiph.org > Message-ID: > TbL8dVEGFLCFwBetiNw78A2XRvqX-4Bc4KQwqKQ at mail.gmail.com> > Content-Type: text/plain; charset="windows-1252" > > Rick, > > If you use Linux, can use logrotate with copytruncate to do this jobs... > > Take a look to this howto is for other mediaServer but the logrotate > configuration is exactly the same we use into Icecast too.. > > http://www.wmconsulting.info/working-with-wowza-logs/ > > Or if need this information into a DB, can take a look to the beta release > of our icecast log parser: > https://github.com/cdgraff/icecast-logs-parser > > Regards, > Ale > > 2012/10/1 Rick Ricari > > > Hello, > > > > **** ** > > > > Is it possible to get daily access logs (creates a new ?access log file? > > every 24 hours)? > > > > ** ** > > > > Best Regards, > > > > > > > > Rick > > > > _______________________________________________ > > 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/20121001/62f03b33/attachment-0001.htm > > ------------------------------ > > Message: 3 > Date: Mon, 1 Oct 2012 17:28:09 -0400 > From: "engineermike" > Subject: Re: [Icecast] Daily Access Log Files > To: "'Alejandro'" , > Message-ID: <017601cda01b$a79dcbf0$f6d963d0$@com> > Content-Type: text/plain; charset="us-ascii" > > How do you do this in a Windows OS system? > > Thanks > > Mike > > > > From: icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] On Behalf > Of Alejandro > Sent: Monday, October 01, 2012 5:23 PM > To: Rick Ricari > Cc: icecast at xiph.org > Subject: Re: [Icecast] Daily Access Log Files > > > > Rick, > > > > If you use Linux, can use logrotate with copytruncate to do this jobs... > > > > Take a look to this howto is for other mediaServer but the logrotate > configuration is exactly the same we use into Icecast too.. > > > > http://www.wmconsulting.info/working-with-wowza-logs/ > > > > Or if need this information into a DB, can take a look to the beta release > of our icecast log parser: > > https://github.com/cdgraff/icecast-logs-parser > > > > Regards, > > Ale > > 2012/10/1 Rick Ricari > > Hello, > > > > Is it possible to get daily access logs (creates a new "access log file" > every 24 hours)? > > > > Best Regards, > > > > Rick > > > _______________________________________________ > 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/20121001/46d6f48b/attachment-0001.htm > > ------------------------------ > > Message: 4 > Date: Mon, 1 Oct 2012 18:29:43 -0300 > From: Alejandro > Subject: Re: [Icecast] Daily Access Log Files > To: engineermike > Cc: icecast at xiph.org > Message-ID: > NNtY7fw at mail.gmail.com> > Content-Type: text/plain; charset="windows-1252" > > the python script will work over windows too, the log rotate alternative to > win I don't know... > > 2012/10/1 engineermike > > > How do you do this in a Windows OS system?**** > > > > Thanks **** > > > > Mike**** > > > > ** ** > > > > *From:* icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] *On > > Behalf Of *Alejandro > > *Sent:* Monday, October 01, 2012 5:23 PM > > *To:* Rick Ricari > > *Cc:* icecast at xiph.org > > *Subject:* Re: [Icecast] Daily Access Log Files**** > > > > ** ** > > > > Rick,**** > > > > ** ** > > > > If you use Linux, can use logrotate with copytruncate to do this > jobs...** > > ** > > > > ** ** > > > > Take a look to this howto is for other mediaServer but the logrotate > > configuration is exactly the same we use into Icecast too..**** > > > > ** ** > > > > http://www.wmconsulting.info/working-with-wowza-logs/**** > > > > ** ** > > > > Or if need this information into a DB, can take a look to the beta > release > > of our icecast log parser: **** > > > > https://github.com/cdgraff/icecast-logs-parser**** > > > > ** ** > > > > Regards, **** > > > > Ale**** > > > > 2012/10/1 Rick Ricari **** > > > > Hello,**** > > > > **** > > > > Is it possible to get daily access logs (creates a new ?access log file? > > every 24 hours)?**** > > > > **** > > > > Best Regards,**** > > > > **** > > > > Rick **** > > > > > > _______________________________________________ > > 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/20121001/78bb0dd0/attachment-0001.htm > > ------------------------------ > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > > > End of Icecast Digest, Vol 101, Issue 2 > *************************************** > -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply+465603571 at badoo.com Tue Oct 16 09:20:27 2012 From: noreply+465603571 at badoo.com (Badoo) Date: Tue, 16 Oct 2012 09:20:27 +0000 Subject: [Icecast] =?utf-8?q?=E2=98=85_Icecast=2C_Ian_Bonham_left_a_messag?= =?utf-8?q?e_for_you?= Message-ID: <20121016092031.8F9FA8C018@whitealder.osuosl.org> Ian Bonham left a message for you Only you can see the sender and content of your message, and you can delete it anytime. You can instantly reply using our message exchange system: http://eu1.badoo.com/bon5/in/ej2x4eaUzsk/?lang_id=3&m=21&mid=507d26d90000000000030000008d93d9003865c50158 If the link in this message does not work, try copying and pasting it into your browser. This email is part of our delivery procedure for the message sent by Ian Bonham. If you have received this email by mistake, please ignore it. The message will be deleted soon. Have fun! The Badoo Team You have received this email from Badoo Trading Limited (postal address below). http://eu1.badoo.com/impersonation.phtml?lang_id=3&email=icecast%40xiph.org&block_code=6c54cc&m=21&mid=507d26d90000000000030000008d93d9003865c50158 Badoo Trading Limited is a limited company registered in England and Wales under CRN 7540255 with its registered office at 44a The Green, Warlingham, Surrey, CR6 9NA. -------------- next part -------------- An HTML attachment was scrubbed... URL: From timothyclarkmusic at me.com Thu Oct 25 05:33:21 2012 From: timothyclarkmusic at me.com (Timothy Clark Music) Date: Thu, 25 Oct 2012 01:33:21 -0400 Subject: [Icecast] free host? Message-ID: <3F00AC7F-1F82-4486-95B2-3D48A553E90F@me.com> Hello I'm new to the list so I'm sorry if this question has been asked before but does anyone know where I can stream for free on an ice cast server? I would like to use AAC if possible but I can use .OGG if need be as the soft where I would like to use doesn't support MP3. I have soft where that will but I like the quality and size of AAC much better. I'm on a mac so any help would be greatly appreciated. web site http://www.timothyclarkmusic.wordpress.com phone number should you need to reach me 724-401-1224 check my site for more contact information. thanks and may the good lord keep you and bless you. Timothy -------------- next part -------------- An HTML attachment was scrubbed... URL: From veres at akos.me Thu Oct 25 06:49:57 2012 From: veres at akos.me (Akos Veres) Date: Thu, 25 Oct 2012 08:49:57 +0200 Subject: [Icecast] free host? In-Reply-To: <3F00AC7F-1F82-4486-95B2-3D48A553E90F@me.com> References: <3F00AC7F-1F82-4486-95B2-3D48A553E90F@me.com> Message-ID: See http://caster.fm Best regards, *?kos Veres* _____________________________________________ http://akos.me - A little about me. On Thu, Oct 25, 2012 at 7:33 AM, Timothy Clark Music < timothyclarkmusic at me.com> wrote: > Hello I'm new to the list so I'm sorry if this question has been asked > before but does anyone know where I can stream for free on an ice cast > server? > I would like to use AAC if possible but I can use .OGG if need be as the > soft where I would like to use doesn't support MP3. I have soft where that > will but I like the quality and size of AAC much better. > I'm on a mac so any help would be greatly appreciated. > web site > http://www.timothyclarkmusic.wordpress.com > phone number should you need to reach me > 724-401-1224 > check my site for more contact information. > thanks and may the good lord keep you and bless you. > Timothy > > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From timothyclarkmusic at me.com Thu Oct 25 07:13:23 2012 From: timothyclarkmusic at me.com (Timothy Clark Music) Date: Thu, 25 Oct 2012 03:13:23 -0400 Subject: [Icecast] free host? In-Reply-To: References: <3F00AC7F-1F82-4486-95B2-3D48A553E90F@me.com> Message-ID: thanks i've dropped them an email. web site http://www.timothyclarkmusic.wordpress.com phone number should you need to reach me 724-401-1224 check my site for more contact information. thanks and may the good lord keep you and bless you. Timothy On Oct 25, 2012, at 2:49 AM, Akos Veres wrote: > See http://caster.fm > > Best regards, > ?kos Veres > > _____________________________________________ > http://akos.me - A little about me. > > > > On Thu, Oct 25, 2012 at 7:33 AM, Timothy Clark Music wrote: > Hello I'm new to the list so I'm sorry if this question has been asked before but does anyone know where I can stream for free on an ice cast server? > I would like to use AAC if possible but I can use .OGG if need be as the soft where I would like to use doesn't support MP3. I have soft where that will but I like the quality and size of AAC much better. > I'm on a mac so any help would be greatly appreciated. > web site > http://www.timothyclarkmusic.wordpress.com > phone number should you need to reach me > 724-401-1224 > check my site for more contact information. > thanks and may the good lord keep you and bless you. > Timothy > > > _______________________________________________ > 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: