From jeremiahzrogers at gmail.com Sun Nov 1 23:12:39 2015 From: jeremiahzrogers at gmail.com (Jeremiah Rogers) Date: Sun, 1 Nov 2015 18:12:39 -0500 Subject: [Icecast] Procedure to Install Icecast 2.4.2 in Linux Message-ID: <56369C67.8070407@gmail.com> Hi all. I'm brand new to Linux and want to install Icecast 2.4.2 on Raspian. I used apt-get to install Icecast 2.4.0, and the install would stream music, but none of the status or admin pages would work. I ran the install by typing sudo apt-get install icecast2 from ~. I thought I might get better results if I built and installed myself. Anyone able to provide step-by-step instructions to unpack and build from the tar.gz, or point me to a good tutorial online for doing such? In particular, which directory should I be in to initiate the work? Do I need to use sudo? Once installed, what do I do to make it run on system boot? I will be running this install from a fresh image. Thanks! -- Jeremiah Rogers Mobile (Voice/Text): 704-996-5334 Email: jeremiahzrogers at gmail.com Facebook/Twitter: /jzrogers From epirat07 at gmail.com Sun Nov 1 23:20:37 2015 From: epirat07 at gmail.com (Marvin Scholz) Date: Mon, 02 Nov 2015 00:20:37 +0100 Subject: [Icecast] Procedure to Install Icecast 2.4.2 in Linux In-Reply-To: <56369C67.8070407@gmail.com> References: <56369C67.8070407@gmail.com> Message-ID: <7205B172-E0E7-4B8D-AA9B-A6F1591B1615@gmail.com> On 2 Nov 2015, at 0:12, Jeremiah Rogers wrote: > [?] > Anyone able to provide step-by-step instructions to unpack and build > from the tar.gz, or point me to a good tutorial online for doing such? > In particular, which directory should I be in to initiate the work? Do I > need to use sudo? Once installed, what do I do to make it run on system > boot? I will be running this install from a fresh image. Thanks! If you really want to install from source, check the following Wiki page: https://wiki.xiph.org/Icecast_Server/Getting_Started#Getting_Icecast From lion at lion.leolix.org Mon Nov 2 07:17:10 2015 From: lion at lion.leolix.org (Philipp Schafft) Date: Mon, 02 Nov 2015 07:17:10 +0000 Subject: [Icecast] Procedure to Install Icecast 2.4.2 in Linux In-Reply-To: <56369C67.8070407@gmail.com> References: <56369C67.8070407@gmail.com> Message-ID: <20151102071714.5A73412875@grassland.keep-cool.org> Good morning, On Sun, 2015-11-01 at 18:12 -0500, Jeremiah Rogers wrote: > Hi all. I'm brand new to Linux and want to install Icecast 2.4.2 on Raspian. > > I used apt-get to install Icecast 2.4.0, and the install would stream > music, but none of the status or admin pages would work. I ran the > install by typing sudo apt-get install icecast2 from ~. Ok, that sounds right. What error message you get when accessing those pages? > I thought I might get better results if I built and installed myself. > Anyone able to provide step-by-step instructions to unpack and build > from the tar.gz, or point me to a good tutorial online for doing such? > In particular, which directory should I be in to initiate the work? Do I > need to use sudo? Once installed, what do I do to make it run on system > boot? I will be running this install from a fresh image. Thanks! I very much recommend against installing stuff from source. This is not so much related to Icecast2 but a general statement. The reasons why I recommend using pre-compiled packages are as the following. The importance of individual aspects vary depending on your situation. * You will not get updates. You will likely never notice that there are updates out there. This is a big problem as no SECURITY fixes can reach you. Thus installing stuff from source can be very harmful. * Most people install stuff from source without verifying the source. (Or have no way to really verify it at all as they're (cryptographically speaking) too far away from the source. So you will run a software that may be altered on it's path to you (this includes everything from simple transmission errors to attacks specially targeted to you). Thus you can not trust the software most of the time. Once your ran any untrusted software your system must be considered compromised. * The package is made to fit your system while the source is not. e.g. the package usually installs scripts and helper files to e.g. start a daemon on system start up or intigrate with tools like logrotate. You need to do all that yourself and may or may not aware of all those things. See your question above. You have asked for it already so you got this point already :). * If people run the package provided by the OS it's more easy to handle bugs. There is a single packet that you can report bugs against and the maintainer can upstream bugs or cooperate with upstream in any way to solve problems. If you run your own package you need to take care yourself. * You waste energy. Compiling is process taking a lot of energy. And there is no reason for the mass do to this as the pre-compiled binaries are matching your system virtually perfectly. Energy is the ONLY single one resource on this planet we are RUNNING OUT OF. So for the reasons above I would prefer to work on fixing the problem above and not go with source code. Plus I think you will learn a bit about the system that is new to you. :) Have a nice day! Awaiting your response with the error message(s). -- Philipp. (Rah of PH2) -------------- 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 jeremiahzrogers at gmail.com Mon Nov 2 10:51:24 2015 From: jeremiahzrogers at gmail.com (Jeremiah Rogers) Date: Mon, 2 Nov 2015 05:51:24 -0500 Subject: [Icecast] Procedure to Install Icecast 2.4.2 in Linux In-Reply-To: <20151102071714.5A73412875@grassland.keep-cool.org> References: <56369C67.8070407@gmail.com> <20151102071714.5A73412875@grassland.keep-cool.org> Message-ID: Hello Philipp. Thanks so much for the educatin about why not to build myself. The error I was getting, from a browser when I tried to open the URL to my machine running Icecast, was a 404 error and a message that it couldn't find the XSLT files. I'll install the packaged build again later today and provide you exact error text, but I remember it saying it couldn't find or process the XSLT. Would it be helpful for me to do an apt-get download icecast2 and somehow provide the resulting download to someone off-list so they can see what I got? Jeremiah Rogers Cell: 704-996-5334 Email: jeremiahzrogers at gmail.com Social Networking: /jzrogers > On Nov 2, 2015, at 02:17, Philipp Schafft wrote: > > Good morning, > >> On Sun, 2015-11-01 at 18:12 -0500, Jeremiah Rogers wrote: >> Hi all. I'm brand new to Linux and want to install Icecast 2.4.2 on Raspian. >> >> I used apt-get to install Icecast 2.4.0, and the install would stream >> music, but none of the status or admin pages would work. I ran the >> install by typing sudo apt-get install icecast2 from ~. > > Ok, that sounds right. > > What error message you get when accessing those pages? > > >> I thought I might get better results if I built and installed myself. >> Anyone able to provide step-by-step instructions to unpack and build >> from the tar.gz, or point me to a good tutorial online for doing such? >> In particular, which directory should I be in to initiate the work? Do I >> need to use sudo? Once installed, what do I do to make it run on system >> boot? I will be running this install from a fresh image. Thanks! > > I very much recommend against installing stuff from source. This is not > so much related to Icecast2 but a general statement. > > The reasons why I recommend using pre-compiled packages are as the > following. The importance of individual aspects vary depending on your > situation. > * You will not get updates. You will likely never notice that > there are updates out there. This is a big problem as no > SECURITY fixes can reach you. Thus installing stuff from source > can be very harmful. > * Most people install stuff from source without verifying the > source. (Or have no way to really verify it at all as they're > (cryptographically speaking) too far away from the source. So > you will run a software that may be altered on it's path to you > (this includes everything from simple transmission errors to > attacks specially targeted to you). Thus you can not trust the > software most of the time. Once your ran any untrusted software > your system must be considered compromised. > * The package is made to fit your system while the source is not. > e.g. the package usually installs scripts and helper files to > e.g. start a daemon on system start up or intigrate with tools > like logrotate. You need to do all that yourself and may or may > not aware of all those things. See your question above. You have > asked for it already so you got this point already :). > * If people run the package provided by the OS it's more easy to > handle bugs. There is a single packet that you can report bugs > against and the maintainer can upstream bugs or cooperate with > upstream in any way to solve problems. If you run your own > package you need to take care yourself. > * You waste energy. Compiling is process taking a lot of energy. > And there is no reason for the mass do to this as the > pre-compiled binaries are matching your system virtually > perfectly. Energy is the ONLY single one resource on this planet > we are RUNNING OUT OF. > > So for the reasons above I would prefer to work on fixing the problem > above and not go with source code. Plus I think you will learn a bit > about the system that is new to you. :) > > Have a nice day! Awaiting your response with the error message(s). > > -- > Philipp. > (Rah of PH2) > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast From lsoukup at play.cz Mon Nov 2 11:02:34 2015 From: lsoukup at play.cz (Ladislav Soukup) Date: Mon, 2 Nov 2015 12:02:34 +0100 Subject: [Icecast] Icecast over HTTPS Message-ID: Hi, is there anyone running Icecast stream over HTTPS. Is it even possible? We are updating our iOS app and there is the new Transport security... For now, it can be disabled per domain, bud in future, this may be a problem... :) -- *Ladislav Soukup* -------------- next part -------------- An HTML attachment was scrubbed... URL: From yahav.shasha at gmail.com Mon Nov 2 11:24:42 2015 From: yahav.shasha at gmail.com (Yahav Shasha) Date: Mon, 2 Nov 2015 13:24:42 +0200 Subject: [Icecast] Icecast over HTTPS In-Reply-To: References: Message-ID: and should do it. http://icecast.org/docs/icecast-2.4.1/config-file.html On Mon, Nov 2, 2015 at 1:02 PM, Ladislav Soukup wrote: > Hi, > is there anyone running Icecast stream over HTTPS. Is it even possible? We > are updating our iOS app and there is the new Transport security... For > now, it can be disabled per domain, bud in future, this may be a problem... > :) > > > -- > *Ladislav Soukup* > > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > > -- Yahav Shasha, Web Developer +972-(0)549214421 http://www.linkedin.com/in/yahavs -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremiahzrogers at gmail.com Mon Nov 2 12:19:11 2015 From: jeremiahzrogers at gmail.com (Jeremiah Rogers) Date: Mon, 2 Nov 2015 07:19:11 -0500 Subject: [Icecast] Procedure to Install Icecast 2.4.2 in Linux In-Reply-To: References: <56369C67.8070407@gmail.com> <20151102071714.5A73412875@grassland.keep-cool.org> Message-ID: <57453A0A-0883-4532-A82A-51239A539660@gmail.com> Sorry to reply to myself. The message says "could not parse xslt". Jeremiah Rogers Cell: 704-996-5334 Email: jeremiahzrogers at gmail.com Social Networking: /jzrogers > On Nov 2, 2015, at 05:51, Jeremiah Rogers wrote: > > Hello Philipp. Thanks so much for the educatin about why not to build myself. > > The error I was getting, from a browser when I tried to open the URL to my machine running Icecast, was a 404 error and a message that it couldn't find the XSLT files. I'll install the packaged build again later today and provide you exact error text, but I remember it saying it couldn't find or process the XSLT. > > Would it be helpful for me to do an apt-get download icecast2 and somehow provide the resulting download to someone off-list so they can see what I got? > > Jeremiah Rogers > Cell: 704-996-5334 > Email: jeremiahzrogers at gmail.com > Social Networking: /jzrogers > > >> On Nov 2, 2015, at 02:17, Philipp Schafft wrote: >> >> Good morning, >> >>> On Sun, 2015-11-01 at 18:12 -0500, Jeremiah Rogers wrote: >>> Hi all. I'm brand new to Linux and want to install Icecast 2.4.2 on Raspian. >>> >>> I used apt-get to install Icecast 2.4.0, and the install would stream >>> music, but none of the status or admin pages would work. I ran the >>> install by typing sudo apt-get install icecast2 from ~. >> >> Ok, that sounds right. >> >> What error message you get when accessing those pages? >> >> >>> I thought I might get better results if I built and installed myself. >>> Anyone able to provide step-by-step instructions to unpack and build >>> from the tar.gz, or point me to a good tutorial online for doing such? >>> In particular, which directory should I be in to initiate the work? Do I >>> need to use sudo? Once installed, what do I do to make it run on system >>> boot? I will be running this install from a fresh image. Thanks! >> >> I very much recommend against installing stuff from source. This is not >> so much related to Icecast2 but a general statement. >> >> The reasons why I recommend using pre-compiled packages are as the >> following. The importance of individual aspects vary depending on your >> situation. >> * You will not get updates. You will likely never notice that >> there are updates out there. This is a big problem as no >> SECURITY fixes can reach you. Thus installing stuff from source >> can be very harmful. >> * Most people install stuff from source without verifying the >> source. (Or have no way to really verify it at all as they're >> (cryptographically speaking) too far away from the source. So >> you will run a software that may be altered on it's path to you >> (this includes everything from simple transmission errors to >> attacks specially targeted to you). Thus you can not trust the >> software most of the time. Once your ran any untrusted software >> your system must be considered compromised. >> * The package is made to fit your system while the source is not. >> e.g. the package usually installs scripts and helper files to >> e.g. start a daemon on system start up or intigrate with tools >> like logrotate. You need to do all that yourself and may or may >> not aware of all those things. See your question above. You have >> asked for it already so you got this point already :). >> * If people run the package provided by the OS it's more easy to >> handle bugs. There is a single packet that you can report bugs >> against and the maintainer can upstream bugs or cooperate with >> upstream in any way to solve problems. If you run your own >> package you need to take care yourself. >> * You waste energy. Compiling is process taking a lot of energy. >> And there is no reason for the mass do to this as the >> pre-compiled binaries are matching your system virtually >> perfectly. Energy is the ONLY single one resource on this planet >> we are RUNNING OUT OF. >> >> So for the reasons above I would prefer to work on fixing the problem >> above and not go with source code. Plus I think you will learn a bit >> about the system that is new to you. :) >> >> Have a nice day! Awaiting your response with the error message(s). >> >> -- >> Philipp. >> (Rah of PH2) >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast From lion at lion.leolix.org Mon Nov 2 12:54:55 2015 From: lion at lion.leolix.org (Philipp Schafft) Date: Mon, 02 Nov 2015 12:54:55 +0000 Subject: [Icecast] Icecast over HTTPS In-Reply-To: References: Message-ID: <20151102125459.A664C12875@grassland.keep-cool.org> Good afternoon, On Mon, 2015-11-02 at 12:02 +0100, Ladislav Soukup wrote: > Hi, > is there anyone running Icecast stream over HTTPS. Is it even > possible? Sure, for many many years :) With 2.5.x we also support RFC2817 in addition to RFC2818. > We are updating our iOS app and there is the new Transport security... > For now, it can be disabled per domain, bud in future, this may be a > problem... :) You can enable TLS by setting to 1 in the listen socket config as well as setting a certificate and key with in the section. See http://icecast.org/docs/icecast-2.4.1/config-file.html#ports and http://icecast.org/docs/icecast-2.4.1/config-file.html#path Have fun! -- Philipp. (Rah of PH2) -------------- 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 lion at lion.leolix.org Mon Nov 2 13:35:37 2015 From: lion at lion.leolix.org (Philipp Schafft) Date: Mon, 02 Nov 2015 13:35:37 +0000 Subject: [Icecast] Procedure to Install Icecast 2.4.2 in Linux In-Reply-To: <57453A0A-0883-4532-A82A-51239A539660@gmail.com> References: <56369C67.8070407@gmail.com> <20151102071714.5A73412875@grassland.keep-cool.org> <57453A0A-0883-4532-A82A-51239A539660@gmail.com> Message-ID: <20151102133541.9737412875@grassland.keep-cool.org> Good afternoon, On Mon, 2015-11-02 at 07:19 -0500, Jeremiah Rogers wrote: > Sorry to reply to myself. The message says "could not parse xslt". Ok. Please have a look at the config file (icecast*.xml). In the section there should be a as well as a setting. Do those point to existing directories with some *.xsl in them? Another litte hint: apt-get install --reinstall ... Have a nice day! > Jeremiah Rogers > Cell: 704-996-5334 > Email: jeremiahzrogers at gmail.com > Social Networking: /jzrogers > > > > On Nov 2, 2015, at 05:51, Jeremiah Rogers wrote: > > > > Hello Philipp. Thanks so much for the educatin about why not to build myself. > > > > The error I was getting, from a browser when I tried to open the URL to my machine running Icecast, was a 404 error and a message that it couldn't find the XSLT files. I'll install the packaged build again later today and provide you exact error text, but I remember it saying it couldn't find or process the XSLT. > > > > Would it be helpful for me to do an apt-get download icecast2 and somehow provide the resulting download to someone off-list so they can see what I got? > > > > Jeremiah Rogers > > Cell: 704-996-5334 > > Email: jeremiahzrogers at gmail.com > > Social Networking: /jzrogers > > > > > >> On Nov 2, 2015, at 02:17, Philipp Schafft wrote: > >> > >> Good morning, > >> > >>> On Sun, 2015-11-01 at 18:12 -0500, Jeremiah Rogers wrote: > >>> Hi all. I'm brand new to Linux and want to install Icecast 2.4.2 on Raspian. > >>> > >>> I used apt-get to install Icecast 2.4.0, and the install would stream > >>> music, but none of the status or admin pages would work. I ran the > >>> install by typing sudo apt-get install icecast2 from ~. > >> > >> Ok, that sounds right. > >> > >> What error message you get when accessing those pages? > >> > >> > >>> I thought I might get better results if I built and installed myself. > >>> Anyone able to provide step-by-step instructions to unpack and build > >>> from the tar.gz, or point me to a good tutorial online for doing such? > >>> In particular, which directory should I be in to initiate the work? Do I > >>> need to use sudo? Once installed, what do I do to make it run on system > >>> boot? I will be running this install from a fresh image. Thanks! > >> > >> I very much recommend against installing stuff from source. This is not > >> so much related to Icecast2 but a general statement. > >> > >> The reasons why I recommend using pre-compiled packages are as the > >> following. The importance of individual aspects vary depending on your > >> situation. > >> * You will not get updates. You will likely never notice that > >> there are updates out there. This is a big problem as no > >> SECURITY fixes can reach you. Thus installing stuff from source > >> can be very harmful. > >> * Most people install stuff from source without verifying the > >> source. (Or have no way to really verify it at all as they're > >> (cryptographically speaking) too far away from the source. So > >> you will run a software that may be altered on it's path to you > >> (this includes everything from simple transmission errors to > >> attacks specially targeted to you). Thus you can not trust the > >> software most of the time. Once your ran any untrusted software > >> your system must be considered compromised. > >> * The package is made to fit your system while the source is not. > >> e.g. the package usually installs scripts and helper files to > >> e.g. start a daemon on system start up or intigrate with tools > >> like logrotate. You need to do all that yourself and may or may > >> not aware of all those things. See your question above. You have > >> asked for it already so you got this point already :). > >> * If people run the package provided by the OS it's more easy to > >> handle bugs. There is a single packet that you can report bugs > >> against and the maintainer can upstream bugs or cooperate with > >> upstream in any way to solve problems. If you run your own > >> package you need to take care yourself. > >> * You waste energy. Compiling is process taking a lot of energy. > >> And there is no reason for the mass do to this as the > >> pre-compiled binaries are matching your system virtually > >> perfectly. Energy is the ONLY single one resource on this planet > >> we are RUNNING OUT OF. > >> > >> So for the reasons above I would prefer to work on fixing the problem > >> above and not go with source code. Plus I think you will learn a bit > >> about the system that is new to you. :) > >> > >> Have a nice day! Awaiting your response with the error message(s). > >> > >> -- > >> Philipp. > >> (Rah of PH2) > >> _______________________________________________ > >> 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 -- Philipp. (Rah of PH2) -------------- 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 thatjackelliott at kpov.org Mon Nov 2 17:10:11 2015 From: thatjackelliott at kpov.org (that Jack Elliott) Date: Mon, 2 Nov 2015 09:10:11 -0800 Subject: [Icecast] Procedure to Install Icecast 2.4.2 in Linux In-Reply-To: <20151102133541.9737412875@grassland.keep-cool.org> References: <56369C67.8070407@gmail.com> <20151102071714.5A73412875@grassland.keep-cool.org> <57453A0A-0883-4532-A82A-51239A539660@gmail.com> <20151102133541.9737412875@grassland.keep-cool.org> Message-ID: <563798F3.4050009@kpov.org> Oops -- forgot to create the folder. Move bits and pieces in there at your convenience. Thanks! -- Jack Elliott Producer, The Point Wednesday Host, The Sunday Classics KPOV 88.9 High Desert Radio kpov.org On 11/2/2015 5:35 AM, Philipp Schafft wrote: > Good afternoon, > > On Mon, 2015-11-02 at 07:19 -0500, Jeremiah Rogers wrote: >> Sorry to reply to myself. The message says "could not parse xslt". > Ok. Please have a look at the config file (icecast*.xml). In the > section there should be a as well as a setting. Do > those point to existing directories with some *.xsl in them? > > Another litte hint: apt-get install --reinstall ... > > Have a nice day! > >> Jeremiah Rogers >> Cell: 704-996-5334 >> Email: jeremiahzrogers at gmail.com >> Social Networking: /jzrogers >> >> >>> On Nov 2, 2015, at 05:51, Jeremiah Rogers wrote: >>> >>> Hello Philipp. Thanks so much for the educatin about why not to build myself. >>> >>> The error I was getting, from a browser when I tried to open the URL to my machine running Icecast, was a 404 error and a message that it couldn't find the XSLT files. I'll install the packaged build again later today and provide you exact error text, but I remember it saying it couldn't find or process the XSLT. >>> >>> Would it be helpful for me to do an apt-get download icecast2 and somehow provide the resulting download to someone off-list so they can see what I got? >>> >>> Jeremiah Rogers >>> Cell: 704-996-5334 >>> Email: jeremiahzrogers at gmail.com >>> Social Networking: /jzrogers >>> >>> >>>> On Nov 2, 2015, at 02:17, Philipp Schafft wrote: >>>> >>>> Good morning, >>>> >>>>> On Sun, 2015-11-01 at 18:12 -0500, Jeremiah Rogers wrote: >>>>> Hi all. I'm brand new to Linux and want to install Icecast 2.4.2 on Raspian. >>>>> >>>>> I used apt-get to install Icecast 2.4.0, and the install would stream >>>>> music, but none of the status or admin pages would work. I ran the >>>>> install by typing sudo apt-get install icecast2 from ~. >>>> Ok, that sounds right. >>>> >>>> What error message you get when accessing those pages? >>>> >>>> >>>>> I thought I might get better results if I built and installed myself. >>>>> Anyone able to provide step-by-step instructions to unpack and build >>>>> from the tar.gz, or point me to a good tutorial online for doing such? >>>>> In particular, which directory should I be in to initiate the work? Do I >>>>> need to use sudo? Once installed, what do I do to make it run on system >>>>> boot? I will be running this install from a fresh image. Thanks! >>>> I very much recommend against installing stuff from source. This is not >>>> so much related to Icecast2 but a general statement. >>>> >>>> The reasons why I recommend using pre-compiled packages are as the >>>> following. The importance of individual aspects vary depending on your >>>> situation. >>>> * You will not get updates. You will likely never notice that >>>> there are updates out there. This is a big problem as no >>>> SECURITY fixes can reach you. Thus installing stuff from source >>>> can be very harmful. >>>> * Most people install stuff from source without verifying the >>>> source. (Or have no way to really verify it at all as they're >>>> (cryptographically speaking) too far away from the source. So >>>> you will run a software that may be altered on it's path to you >>>> (this includes everything from simple transmission errors to >>>> attacks specially targeted to you). Thus you can not trust the >>>> software most of the time. Once your ran any untrusted software >>>> your system must be considered compromised. >>>> * The package is made to fit your system while the source is not. >>>> e.g. the package usually installs scripts and helper files to >>>> e.g. start a daemon on system start up or intigrate with tools >>>> like logrotate. You need to do all that yourself and may or may >>>> not aware of all those things. See your question above. You have >>>> asked for it already so you got this point already :). >>>> * If people run the package provided by the OS it's more easy to >>>> handle bugs. There is a single packet that you can report bugs >>>> against and the maintainer can upstream bugs or cooperate with >>>> upstream in any way to solve problems. If you run your own >>>> package you need to take care yourself. >>>> * You waste energy. Compiling is process taking a lot of energy. >>>> And there is no reason for the mass do to this as the >>>> pre-compiled binaries are matching your system virtually >>>> perfectly. Energy is the ONLY single one resource on this planet >>>> we are RUNNING OUT OF. >>>> >>>> So for the reasons above I would prefer to work on fixing the problem >>>> above and not go with source code. Plus I think you will learn a bit >>>> about the system that is new to you. :) >>>> >>>> Have a nice day! Awaiting your response with the error message(s). >>>> >>>> -- >>>> Philipp. >>>> (Rah of PH2) >>>> _______________________________________________ >>>> 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From thatjackelliott at kpov.org Mon Nov 2 17:18:36 2015 From: thatjackelliott at kpov.org (that Jack Elliott) Date: Mon, 2 Nov 2015 09:18:36 -0800 Subject: [Icecast] Procedure to Install Icecast 2.4.2 in Linux In-Reply-To: <563798F3.4050009@kpov.org> References: <56369C67.8070407@gmail.com> <20151102071714.5A73412875@grassland.keep-cool.org> <57453A0A-0883-4532-A82A-51239A539660@gmail.com> <20151102133541.9737412875@grassland.keep-cool.org> <563798F3.4050009@kpov.org> Message-ID: <56379AEC.3050602@kpov.org> My apologies, I mis-posted. -- Jack Elliott Producer, The Point Wednesday Host, The Sunday Classics KPOV 88.9 High Desert Radio kpov.org On 11/2/2015 9:10 AM, that Jack Elliott wrote: > Oops -- forgot to create the folder. Move bits and pieces in there at > your convenience. Thanks! > -- > Jack Elliott > Producer, The Point Wednesday > Host, The Sunday Classics > KPOV 88.9 High Desert Radio > kpov.org > On 11/2/2015 5:35 AM, Philipp Schafft wrote: >> Good afternoon, >> >> On Mon, 2015-11-02 at 07:19 -0500, Jeremiah Rogers wrote: >>> Sorry to reply to myself. The message says "could not parse xslt". >> Ok. Please have a look at the config file (icecast*.xml). In the >> section there should be a as well as a setting. Do >> those point to existing directories with some *.xsl in them? >> >> Another litte hint: apt-get install --reinstall ... >> >> Have a nice day! >> >>> Jeremiah Rogers >>> Cell: 704-996-5334 >>> Email:jeremiahzrogers at gmail.com >>> Social Networking: /jzrogers >>> >>> >>>> On Nov 2, 2015, at 05:51, Jeremiah Rogers wrote: >>>> >>>> Hello Philipp. Thanks so much for the educatin about why not to build myself. >>>> >>>> The error I was getting, from a browser when I tried to open the URL to my machine running Icecast, was a 404 error and a message that it couldn't find the XSLT files. I'll install the packaged build again later today and provide you exact error text, but I remember it saying it couldn't find or process the XSLT. >>>> >>>> Would it be helpful for me to do an apt-get download icecast2 and somehow provide the resulting download to someone off-list so they can see what I got? >>>> >>>> Jeremiah Rogers >>>> Cell: 704-996-5334 >>>> Email:jeremiahzrogers at gmail.com >>>> Social Networking: /jzrogers >>>> >>>> >>>>> On Nov 2, 2015, at 02:17, Philipp Schafft wrote: >>>>> >>>>> Good morning, >>>>> >>>>>> On Sun, 2015-11-01 at 18:12 -0500, Jeremiah Rogers wrote: >>>>>> Hi all. I'm brand new to Linux and want to install Icecast 2.4.2 on Raspian. >>>>>> >>>>>> I used apt-get to install Icecast 2.4.0, and the install would stream >>>>>> music, but none of the status or admin pages would work. I ran the >>>>>> install by typing sudo apt-get install icecast2 from ~. >>>>> Ok, that sounds right. >>>>> >>>>> What error message you get when accessing those pages? >>>>> >>>>> >>>>>> I thought I might get better results if I built and installed myself. >>>>>> Anyone able to provide step-by-step instructions to unpack and build >>>>>> from the tar.gz, or point me to a good tutorial online for doing such? >>>>>> In particular, which directory should I be in to initiate the work? Do I >>>>>> need to use sudo? Once installed, what do I do to make it run on system >>>>>> boot? I will be running this install from a fresh image. Thanks! >>>>> I very much recommend against installing stuff from source. This is not >>>>> so much related to Icecast2 but a general statement. >>>>> >>>>> The reasons why I recommend using pre-compiled packages are as the >>>>> following. The importance of individual aspects vary depending on your >>>>> situation. >>>>> * You will not get updates. You will likely never notice that >>>>> there are updates out there. This is a big problem as no >>>>> SECURITY fixes can reach you. Thus installing stuff from source >>>>> can be very harmful. >>>>> * Most people install stuff from source without verifying the >>>>> source. (Or have no way to really verify it at all as they're >>>>> (cryptographically speaking) too far away from the source. So >>>>> you will run a software that may be altered on it's path to you >>>>> (this includes everything from simple transmission errors to >>>>> attacks specially targeted to you). Thus you can not trust the >>>>> software most of the time. Once your ran any untrusted software >>>>> your system must be considered compromised. >>>>> * The package is made to fit your system while the source is not. >>>>> e.g. the package usually installs scripts and helper files to >>>>> e.g. start a daemon on system start up or intigrate with tools >>>>> like logrotate. You need to do all that yourself and may or may >>>>> not aware of all those things. See your question above. You have >>>>> asked for it already so you got this point already :). >>>>> * If people run the package provided by the OS it's more easy to >>>>> handle bugs. There is a single packet that you can report bugs >>>>> against and the maintainer can upstream bugs or cooperate with >>>>> upstream in any way to solve problems. If you run your own >>>>> package you need to take care yourself. >>>>> * You waste energy. Compiling is process taking a lot of energy. >>>>> And there is no reason for the mass do to this as the >>>>> pre-compiled binaries are matching your system virtually >>>>> perfectly. Energy is the ONLY single one resource on this planet >>>>> we are RUNNING OUT OF. >>>>> >>>>> So for the reasons above I would prefer to work on fixing the problem >>>>> above and not go with source code. Plus I think you will learn a bit >>>>> about the system that is new to you. :) >>>>> >>>>> Have a nice day! Awaiting your response with the error message(s). >>>>> >>>>> -- >>>>> Philipp. >>>>> (Rah of PH2) >>>>> _______________________________________________ >>>>> 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 > > > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremiahzrogers at gmail.com Mon Nov 2 22:42:08 2015 From: jeremiahzrogers at gmail.com (Jeremiah Rogers) Date: Mon, 2 Nov 2015 17:42:08 -0500 Subject: [Icecast] Edit icecast.xml while server running In-Reply-To: <20151022045053.50E62128F4@grassland.keep-cool.org> References: <561BC0A5.9060206@kpov.org> <20151013052332.4357F128F4@grassland.keep-cool.org> <20151022045053.50E62128F4@grassland.keep-cool.org> Message-ID: <04E2B929-B592-4460-B75D-C62F80EFF436@gmail.com> How do I send SIGHUP? Jeremiah Rogers Cell: 704-996-5334 Email: jeremiahzrogers at gmail.com Social Networking: /jzrogers > On Oct 22, 2015, at 00:50, Philipp Schafft wrote: > > Good morning, > >> On Wed, 2015-10-21 at 10:02 -0700, M M wrote: >> I believe many Windows devs would just monitor the filesystem for >> changes to the config file, and then re-read it when it has changed. > > I was told that I implemented config reload via the web interface for > that reason[0]. Seems I forgot about it. I'm sorry for that. > You can find it as a button in the 'Global server stats' section in the > admin area[1]. > > Have fun! > > > [0] to support it on windows. However it seems to be a nice feature > anyway and is non-windows specific. > [1] That is in 2.5.x. See #2018. > >> >> >> From: lion at lion.leolix.org >> To: icecast at xiph.org >> Date: Tue, 13 Oct 2015 05:23:30 +0000 >> Subject: Re: [Icecast] Edit icecast.xml while server running >> >> Good morning, >> >>> On Mon, 2015-10-12 at 07:16 -0700, Jack Elliott 541 848 7021 wrote: >>> When running Icecast server on a Windows machine, I find that I can >>> edit icecast.xml while Icecast is running, but must stop and restart >>> Icecast for the changes to be recognized. At least right away, anway. >>> It's possible that Icecast will eventually get around to accepting the >>> changes later in the day but I haven't waited to find out. >> >> Icecast2 will not magically re-read it. To do so you need to send a >> SIGHUP. As windows does not have real, working signals there is no way >> to let it re-read it with the current official version. >> But I need to recommend against running Icecast2 (or any other server >> software) on windows anyway. > > -- > Philipp. > (Rah of PH2) > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast From dv.sorokins at googlemail.com Mon Nov 2 23:13:58 2015 From: dv.sorokins at googlemail.com (Dmitrijs Sorokins) Date: Tue, 3 Nov 2015 01:13:58 +0200 Subject: [Icecast] Edit icecast.xml while server running In-Reply-To: <04E2B929-B592-4460-B75D-C62F80EFF436@gmail.com> References: <561BC0A5.9060206@kpov.org> <20151013052332.4357F128F4@grassland.keep-cool.org> <20151022045053.50E62128F4@grassland.keep-cool.org> <04E2B929-B592-4460-B75D-C62F80EFF436@gmail.com> Message-ID: <5637EE36.3060604@gmail.com> ps aux |grep icecast kill -s SIGHUP icecast_pid 03.11.2015 0:42, Jeremiah Rogers ?????: > How do I send SIGHUP? > > Jeremiah Rogers > Cell: 704-996-5334 > Email: jeremiahzrogers at gmail.com > Social Networking: /jzrogers > > >> On Oct 22, 2015, at 00:50, Philipp Schafft wrote: >> >> Good morning, >> >>> On Wed, 2015-10-21 at 10:02 -0700, M M wrote: >>> I believe many Windows devs would just monitor the filesystem for >>> changes to the config file, and then re-read it when it has changed. >> I was told that I implemented config reload via the web interface for >> that reason[0]. Seems I forgot about it. I'm sorry for that. >> You can find it as a button in the 'Global server stats' section in the >> admin area[1]. >> >> Have fun! >> >> >> [0] to support it on windows. However it seems to be a nice feature >> anyway and is non-windows specific. >> [1] That is in 2.5.x. See #2018. >> >>> >>> From: lion at lion.leolix.org >>> To: icecast at xiph.org >>> Date: Tue, 13 Oct 2015 05:23:30 +0000 >>> Subject: Re: [Icecast] Edit icecast.xml while server running >>> >>> Good morning, >>> >>>> On Mon, 2015-10-12 at 07:16 -0700, Jack Elliott 541 848 7021 wrote: >>>> When running Icecast server on a Windows machine, I find that I can >>>> edit icecast.xml while Icecast is running, but must stop and restart >>>> Icecast for the changes to be recognized. At least right away, anway. >>>> It's possible that Icecast will eventually get around to accepting the >>>> changes later in the day but I haven't waited to find out. >>> Icecast2 will not magically re-read it. To do so you need to send a >>> SIGHUP. As windows does not have real, working signals there is no way >>> to let it re-read it with the current official version. >>> But I need to recommend against running Icecast2 (or any other server >>> software) on windows anyway. >> -- >> Philipp. >> (Rah of PH2) >> _______________________________________________ >> 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 -- Dmitrijs Sorokins -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremiahzrogers at gmail.com Tue Nov 3 01:58:06 2015 From: jeremiahzrogers at gmail.com (Jeremiah Rogers) Date: Mon, 2 Nov 2015 20:58:06 -0500 Subject: [Icecast] Procedure to Install Icecast 2.4.2 in Linux In-Reply-To: <20151102133541.9737412875@grassland.keep-cool.org> References: <56369C67.8070407@gmail.com> <20151102071714.5A73412875@grassland.keep-cool.org> <57453A0A-0883-4532-A82A-51239A539660@gmail.com> <20151102133541.9737412875@grassland.keep-cool.org> Message-ID: Thank's Philipp and Dmitrijs. That got it fixed. I just pointed the web and admin settings where they belong and all's working great. Thanks for the sighup help, Dmitrijs. Jeremiah Rogers Cell: 704-996-5334 Email: jeremiahzrogers at gmail.com Social Networking: /jzrogers > On Nov 2, 2015, at 08:35, Philipp Schafft wrote: > > Good afternoon, > >> On Mon, 2015-11-02 at 07:19 -0500, Jeremiah Rogers wrote: >> Sorry to reply to myself. The message says "could not parse xslt". > > Ok. Please have a look at the config file (icecast*.xml). In the > section there should be a as well as a setting. Do > those point to existing directories with some *.xsl in them? > > Another litte hint: apt-get install --reinstall ... > > Have a nice day! > >> Jeremiah Rogers >> Cell: 704-996-5334 >> Email: jeremiahzrogers at gmail.com >> Social Networking: /jzrogers >> >> >>> On Nov 2, 2015, at 05:51, Jeremiah Rogers wrote: >>> >>> Hello Philipp. Thanks so much for the educatin about why not to build myself. >>> >>> The error I was getting, from a browser when I tried to open the URL to my machine running Icecast, was a 404 error and a message that it couldn't find the XSLT files. I'll install the packaged build again later today and provide you exact error text, but I remember it saying it couldn't find or process the XSLT. >>> >>> Would it be helpful for me to do an apt-get download icecast2 and somehow provide the resulting download to someone off-list so they can see what I got? >>> >>> Jeremiah Rogers >>> Cell: 704-996-5334 >>> Email: jeremiahzrogers at gmail.com >>> Social Networking: /jzrogers >>> >>> >>>> On Nov 2, 2015, at 02:17, Philipp Schafft wrote: >>>> >>>> Good morning, >>>> >>>>> On Sun, 2015-11-01 at 18:12 -0500, Jeremiah Rogers wrote: >>>>> Hi all. I'm brand new to Linux and want to install Icecast 2.4.2 on Raspian. >>>>> >>>>> I used apt-get to install Icecast 2.4.0, and the install would stream >>>>> music, but none of the status or admin pages would work. I ran the >>>>> install by typing sudo apt-get install icecast2 from ~. >>>> >>>> Ok, that sounds right. >>>> >>>> What error message you get when accessing those pages? >>>> >>>> >>>>> I thought I might get better results if I built and installed myself. >>>>> Anyone able to provide step-by-step instructions to unpack and build >>>>> from the tar.gz, or point me to a good tutorial online for doing such? >>>>> In particular, which directory should I be in to initiate the work? Do I >>>>> need to use sudo? Once installed, what do I do to make it run on system >>>>> boot? I will be running this install from a fresh image. Thanks! >>>> >>>> I very much recommend against installing stuff from source. This is not >>>> so much related to Icecast2 but a general statement. >>>> >>>> The reasons why I recommend using pre-compiled packages are as the >>>> following. The importance of individual aspects vary depending on your >>>> situation. >>>> * You will not get updates. You will likely never notice that >>>> there are updates out there. This is a big problem as no >>>> SECURITY fixes can reach you. Thus installing stuff from source >>>> can be very harmful. >>>> * Most people install stuff from source without verifying the >>>> source. (Or have no way to really verify it at all as they're >>>> (cryptographically speaking) too far away from the source. So >>>> you will run a software that may be altered on it's path to you >>>> (this includes everything from simple transmission errors to >>>> attacks specially targeted to you). Thus you can not trust the >>>> software most of the time. Once your ran any untrusted software >>>> your system must be considered compromised. >>>> * The package is made to fit your system while the source is not. >>>> e.g. the package usually installs scripts and helper files to >>>> e.g. start a daemon on system start up or intigrate with tools >>>> like logrotate. You need to do all that yourself and may or may >>>> not aware of all those things. See your question above. You have >>>> asked for it already so you got this point already :). >>>> * If people run the package provided by the OS it's more easy to >>>> handle bugs. There is a single packet that you can report bugs >>>> against and the maintainer can upstream bugs or cooperate with >>>> upstream in any way to solve problems. If you run your own >>>> package you need to take care yourself. >>>> * You waste energy. Compiling is process taking a lot of energy. >>>> And there is no reason for the mass do to this as the >>>> pre-compiled binaries are matching your system virtually >>>> perfectly. Energy is the ONLY single one resource on this planet >>>> we are RUNNING OUT OF. >>>> >>>> So for the reasons above I would prefer to work on fixing the problem >>>> above and not go with source code. Plus I think you will learn a bit >>>> about the system that is new to you. :) >>>> >>>> Have a nice day! Awaiting your response with the error message(s). >>>> >>>> -- >>>> Philipp. >>>> (Rah of PH2) >>>> _______________________________________________ >>>> 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 > > -- > Philipp. > (Rah of PH2) > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast From lion at lion.leolix.org Tue Nov 3 04:50:38 2015 From: lion at lion.leolix.org (Philipp Schafft) Date: Tue, 03 Nov 2015 04:50:38 +0000 Subject: [Icecast] Edit icecast.xml while server running In-Reply-To: <5637EE36.3060604@gmail.com> References: <561BC0A5.9060206@kpov.org> <20151013052332.4357F128F4@grassland.keep-cool.org> <20151022045053.50E62128F4@grassland.keep-cool.org> <04E2B929-B592-4460-B75D-C62F80EFF436@gmail.com> <5637EE36.3060604@gmail.com> Message-ID: <20151103045041.ADEFA12875@grassland.keep-cool.org> Good morning, On Tue, 2015-11-03 at 01:13 +0200, Dmitrijs Sorokins wrote: > ps aux |grep icecast > kill -s SIGHUP icecast_pid You can also do: pkill -HUP icecast pkill will look up which process to kill and is portable. Also the init script of a given OS may provide a reload option. > 03.11.2015 0:42, Jeremiah Rogers ?????: > > > How do I send SIGHUP? > > > > Jeremiah Rogers > > Cell: 704-996-5334 > > Email: jeremiahzrogers at gmail.com > > Social Networking: /jzrogers > > > > > > > On Oct 22, 2015, at 00:50, Philipp Schafft wrote: > > > > > > Good morning, > > > > > > > On Wed, 2015-10-21 at 10:02 -0700, M M wrote: > > > > I believe many Windows devs would just monitor the filesystem for > > > > changes to the config file, and then re-read it when it has changed. > > > I was told that I implemented config reload via the web interface for > > > that reason[0]. Seems I forgot about it. I'm sorry for that. > > > You can find it as a button in the 'Global server stats' section in the > > > admin area[1]. > > > > > > Have fun! > > > > > > > > > [0] to support it on windows. However it seems to be a nice feature > > > anyway and is non-windows specific. > > > [1] That is in 2.5.x. See #2018. > > > > > > > > > > > From: lion at lion.leolix.org > > > > To: icecast at xiph.org > > > > Date: Tue, 13 Oct 2015 05:23:30 +0000 > > > > Subject: Re: [Icecast] Edit icecast.xml while server running > > > > > > > > Good morning, > > > > > > > > > On Mon, 2015-10-12 at 07:16 -0700, Jack Elliott 541 848 7021 wrote: > > > > > When running Icecast server on a Windows machine, I find that I can > > > > > edit icecast.xml while Icecast is running, but must stop and restart > > > > > Icecast for the changes to be recognized. At least right away, anway. > > > > > It's possible that Icecast will eventually get around to accepting the > > > > > changes later in the day but I haven't waited to find out. > > > > Icecast2 will not magically re-read it. To do so you need to send a > > > > SIGHUP. As windows does not have real, working signals there is no way > > > > to let it re-read it with the current official version. > > > > But I need to recommend against running Icecast2 (or any other server > > > > software) on windows anyway. > > > -- > > > Philipp. > > > (Rah of PH2) > > > _______________________________________________ > > > 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 > > -- > Dmitrijs Sorokins > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast -- Philipp. (Rah of PH2) -------------- 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 lion at lion.leolix.org Tue Nov 3 04:53:07 2015 From: lion at lion.leolix.org (Philipp Schafft) Date: Tue, 03 Nov 2015 04:53:07 +0000 Subject: [Icecast] Procedure to Install Icecast 2.4.2 in Linux In-Reply-To: References: <56369C67.8070407@gmail.com> <20151102071714.5A73412875@grassland.keep-cool.org> <57453A0A-0883-4532-A82A-51239A539660@gmail.com> <20151102133541.9737412875@grassland.keep-cool.org> Message-ID: <20151103045311.9D0C812875@grassland.keep-cool.org> Good morning, On Mon, 2015-11-02 at 20:58 -0500, Jeremiah Rogers wrote: > Thank's Philipp and Dmitrijs. That got it fixed. I just pointed the > web and admin settings where they belong and all's working great. > Thanks for the sighup help, Dmitrijs. Nice to hear that you got it fixed. Have a nice day! > Jeremiah Rogers > Cell: 704-996-5334 > Email: jeremiahzrogers at gmail.com > Social Networking: /jzrogers > > > > On Nov 2, 2015, at 08:35, Philipp Schafft wrote: > > > > Good afternoon, > > > >> On Mon, 2015-11-02 at 07:19 -0500, Jeremiah Rogers wrote: > >> Sorry to reply to myself. The message says "could not parse xslt". > > > > Ok. Please have a look at the config file (icecast*.xml). In the > > section there should be a as well as a setting. Do > > those point to existing directories with some *.xsl in them? > > > > Another litte hint: apt-get install --reinstall ... > > > > Have a nice day! > > > >> Jeremiah Rogers > >> Cell: 704-996-5334 > >> Email: jeremiahzrogers at gmail.com > >> Social Networking: /jzrogers > >> > >> > >>> On Nov 2, 2015, at 05:51, Jeremiah Rogers wrote: > >>> > >>> Hello Philipp. Thanks so much for the educatin about why not to build myself. > >>> > >>> The error I was getting, from a browser when I tried to open the URL to my machine running Icecast, was a 404 error and a message that it couldn't find the XSLT files. I'll install the packaged build again later today and provide you exact error text, but I remember it saying it couldn't find or process the XSLT. > >>> > >>> Would it be helpful for me to do an apt-get download icecast2 and somehow provide the resulting download to someone off-list so they can see what I got? > >>> > >>> Jeremiah Rogers > >>> Cell: 704-996-5334 > >>> Email: jeremiahzrogers at gmail.com > >>> Social Networking: /jzrogers > >>> > >>> > >>>> On Nov 2, 2015, at 02:17, Philipp Schafft wrote: > >>>> > >>>> Good morning, > >>>> > >>>>> On Sun, 2015-11-01 at 18:12 -0500, Jeremiah Rogers wrote: > >>>>> Hi all. I'm brand new to Linux and want to install Icecast 2.4.2 on Raspian. > >>>>> > >>>>> I used apt-get to install Icecast 2.4.0, and the install would stream > >>>>> music, but none of the status or admin pages would work. I ran the > >>>>> install by typing sudo apt-get install icecast2 from ~. > >>>> > >>>> Ok, that sounds right. > >>>> > >>>> What error message you get when accessing those pages? > >>>> > >>>> > >>>>> I thought I might get better results if I built and installed myself. > >>>>> Anyone able to provide step-by-step instructions to unpack and build > >>>>> from the tar.gz, or point me to a good tutorial online for doing such? > >>>>> In particular, which directory should I be in to initiate the work? Do I > >>>>> need to use sudo? Once installed, what do I do to make it run on system > >>>>> boot? I will be running this install from a fresh image. Thanks! > >>>> > >>>> I very much recommend against installing stuff from source. This is not > >>>> so much related to Icecast2 but a general statement. > >>>> > >>>> The reasons why I recommend using pre-compiled packages are as the > >>>> following. The importance of individual aspects vary depending on your > >>>> situation. > >>>> * You will not get updates. You will likely never notice that > >>>> there are updates out there. This is a big problem as no > >>>> SECURITY fixes can reach you. Thus installing stuff from source > >>>> can be very harmful. > >>>> * Most people install stuff from source without verifying the > >>>> source. (Or have no way to really verify it at all as they're > >>>> (cryptographically speaking) too far away from the source. So > >>>> you will run a software that may be altered on it's path to you > >>>> (this includes everything from simple transmission errors to > >>>> attacks specially targeted to you). Thus you can not trust the > >>>> software most of the time. Once your ran any untrusted software > >>>> your system must be considered compromised. > >>>> * The package is made to fit your system while the source is not. > >>>> e.g. the package usually installs scripts and helper files to > >>>> e.g. start a daemon on system start up or intigrate with tools > >>>> like logrotate. You need to do all that yourself and may or may > >>>> not aware of all those things. See your question above. You have > >>>> asked for it already so you got this point already :). > >>>> * If people run the package provided by the OS it's more easy to > >>>> handle bugs. There is a single packet that you can report bugs > >>>> against and the maintainer can upstream bugs or cooperate with > >>>> upstream in any way to solve problems. If you run your own > >>>> package you need to take care yourself. > >>>> * You waste energy. Compiling is process taking a lot of energy. > >>>> And there is no reason for the mass do to this as the > >>>> pre-compiled binaries are matching your system virtually > >>>> perfectly. Energy is the ONLY single one resource on this planet > >>>> we are RUNNING OUT OF. > >>>> > >>>> So for the reasons above I would prefer to work on fixing the problem > >>>> above and not go with source code. Plus I think you will learn a bit > >>>> about the system that is new to you. :) > >>>> > >>>> Have a nice day! Awaiting your response with the error message(s). > >>>> > >>>> -- > >>>> Philipp. > >>>> (Rah of PH2) > >>>> _______________________________________________ > >>>> 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 > > > > -- > > Philipp. > > (Rah of PH2) > > _______________________________________________ > > 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 -- Philipp. (Rah of PH2) -------------- 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 charlesg at unixrealm.com Mon Nov 9 22:51:40 2015 From: charlesg at unixrealm.com (charlesg at unixrealm.com) Date: Mon, 9 Nov 2015 14:51:40 -0800 Subject: [Icecast] Fw: new message Message-ID: <000081b258dd$432cd000$4eb40f09$@unixrealm.com> Hello! New message, please read charlesg at unixrealm.com --- Este mensaje no contiene virus ni malware porque la protecci?n de avast! Antivirus est? activa. https://www.avast.com/antivirus -------------- next part -------------- An HTML attachment was scrubbed... URL: From ashleyb1019 at gmail.com Wed Nov 11 23:10:44 2015 From: ashleyb1019 at gmail.com (Ashley Bernard) Date: Wed, 11 Nov 2015 18:10:44 -0500 Subject: [Icecast] fallback mount points? Message-ID: <265744B7-5547-4EFF-B515-5F8593940577@gmail.com> hello all. I run a station which uses one primary mount to broadcast from. when DJs are not on air, we want to stream a playlist of music. I have a program taking care of that for us, but now I?m at a standstill. When our automation connects to our primary mount point no DJ can connect to broadcast. So, I?m assuming I need to work something out with a fallback mount point but don?t quite get how it works. For example, we broadcast on /live. When we?re done, we need the automation to kick in either by redirecting people to its mount or also playing on live. Also, we are using the default source username, will we have to create a different source for this to work? Sorry for the long post. just completely baffled. From 0turn1 at gmail.com Thu Nov 12 01:18:15 2015 From: 0turn1 at gmail.com (Scott Winterstein) Date: Thu, 12 Nov 2015 01:18:15 +0000 Subject: [Icecast] fallback mount points? In-Reply-To: <265744B7-5547-4EFF-B515-5F8593940577@gmail.com> References: <265744B7-5547-4EFF-B515-5F8593940577@gmail.com> Message-ID: You have to setup a fallback type of setup. You have a /live a /stream to handle this in a simple way. I think this is because your trying to stream and encode to the same /mountpoint I would even have a totally independendent of each other setup /dj01 /dj02 /dj03 /dj04 /live /stream I can help you if needed... Scott Sehr geehrte Damen und Herren, Hallo, Vielen Dank f?r deine/Ihre schnelle R?ckantwort. Mit freundlichem Gru? Scott Winterstein http://www.scottwinterstein.com http://www.facebook.com/scottsdesk CurrentProjects http://rpodata.com Thank You! Scott ................................................................................... eof On Wed, Nov 11, 2015 at 11:10 PM, Ashley Bernard wrote: > hello all. > I run a station which uses one primary mount to broadcast from. when DJs > are not on air, we want to stream a playlist of music. I have a program > taking care of that for us, but now I?m at a standstill. > When our automation connects to our primary mount point no DJ can connect > to broadcast. So, I?m assuming I need to work something out with a fallback > mount point but don?t quite get how it works. For example, we broadcast on > /live. When we?re done, we need the automation to kick in either by > redirecting people to its mount or also playing on live. Also, we are using > the default source username, will we have to create a different source for > this to work? > Sorry for the long post. just completely baffled. > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ashleyb1019 at gmail.com Thu Nov 12 02:12:02 2015 From: ashleyb1019 at gmail.com (Ashley Bernard) Date: Wed, 11 Nov 2015 21:12:02 -0500 Subject: [Icecast] fallback mount points? In-Reply-To: References: <265744B7-5547-4EFF-B515-5F8593940577@gmail.com> Message-ID: <0F7C0D24-945C-47A2-8D36-AC90AFEDB41F@gmail.com> Hi, I think I get what you?re saying with the separate setups thing. I would be totally fine with doing it all that way but am not quite sure how to set it all up. Any help would be very much appreciated here. I can?t say I know much about scripting. > On Nov 11, 2015, at 8:18 PM, Scott Winterstein <0turn1 at gmail.com> wrote: > > You have to setup a fallback type of setup. You have a /live a /stream to handle this in a simple way. I think this is because your trying to stream and encode to the same /mountpoint > > I would even have a totally independendent of each other setup > > /dj01 > /dj02 > /dj03 > /dj04 > > /live > > /stream > > I can help you if needed... > > Scott > > Sehr geehrte Damen und Herren, > > Hallo, > > > Vielen Dank f?r deine/Ihre schnelle R?ckantwort. > > Mit freundlichem Gru? > > Scott Winterstein > http://www.scottwinterstein.com > http://www.facebook.com/scottsdesk > > CurrentProjects > http://rpodata.com > > Thank You! > Scott > ................................................................................... > > eof > > On Wed, Nov 11, 2015 at 11:10 PM, Ashley Bernard > wrote: > hello all. > I run a station which uses one primary mount to broadcast from. when DJs are not on air, we want to stream a playlist of music. I have a program taking care of that for us, but now I?m at a standstill. > When our automation connects to our primary mount point no DJ can connect to broadcast. So, I?m assuming I need to work something out with a fallback mount point but don?t quite get how it works. For example, we broadcast on /live. When we?re done, we need the automation to kick in either by redirecting people to its mount or also playing on live. Also, we are using the default source username, will we have to create a different source for this to work? > Sorry for the long post. just completely baffled. > _______________________________________________ > 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 0turn1 at gmail.com Thu Nov 12 21:16:24 2015 From: 0turn1 at gmail.com (Scott Winterstein) Date: Thu, 12 Nov 2015 21:16:24 +0000 Subject: [Icecast] fallback mount points? In-Reply-To: <0F7C0D24-945C-47A2-8D36-AC90AFEDB41F@gmail.com> References: <265744B7-5547-4EFF-B515-5F8593940577@gmail.com> <0F7C0D24-945C-47A2-8D36-AC90AFEDB41F@gmail.com> Message-ID: Ok well give me a land line I can call you right now. I will see what I can do. On 12 Nov 2015 03:12, "Ashley Bernard" wrote: > Hi, > I think I get what you?re saying with the separate setups thing. I would > be totally fine with doing it all that way but am not quite sure how to set > it all up. Any help would be very much appreciated here. I can?t say I know > much about scripting. > > On Nov 11, 2015, at 8:18 PM, Scott Winterstein <0turn1 at gmail.com> wrote: > > You have to setup a fallback type of setup. You have a /live a /stream to > handle this in a simple way. I think this is because your trying to stream > and encode to the same /mountpoint > > I would even have a totally independendent of each other setup > > /dj01 > /dj02 > /dj03 > /dj04 > > /live > > /stream > > I can help you if needed... > > Scott > > Sehr geehrte Damen und Herren, > > Hallo, > > > Vielen Dank f?r deine/Ihre schnelle R?ckantwort. > > Mit freundlichem Gru? > > Scott Winterstein > http://www.scottwinterstein.com > http://www.facebook.com/scottsdesk > > CurrentProjects > http://rpodata.com > > Thank You! > Scott > > ................................................................................... > > eof > > On Wed, Nov 11, 2015 at 11:10 PM, Ashley Bernard > wrote: > >> hello all. >> I run a station which uses one primary mount to broadcast from. when DJs >> are not on air, we want to stream a playlist of music. I have a program >> taking care of that for us, but now I?m at a standstill. >> When our automation connects to our primary mount point no DJ can connect >> to broadcast. So, I?m assuming I need to work something out with a fallback >> mount point but don?t quite get how it works. For example, we broadcast on >> /live. When we?re done, we need the automation to kick in either by >> redirecting people to its mount or also playing on live. Also, we are using >> the default source username, will we have to create a different source for >> this to work? >> Sorry for the long post. just completely baffled. >> _______________________________________________ >> 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 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From 0turn1 at gmail.com Fri Nov 13 03:49:07 2015 From: 0turn1 at gmail.com (Scott Winterstein) Date: Fri, 13 Nov 2015 03:49:07 +0000 Subject: [Icecast] fallback mount points? In-Reply-To: <265744B7-5547-4EFF-B515-5F8593940577@gmail.com> References: <265744B7-5547-4EFF-B515-5F8593940577@gmail.com> Message-ID: If you send me a landline number (cheaper for me on int calling im in Germany) I will call and see what I can do to help Sehr geehrte Damen und Herren, Hallo, Vielen Dank f?r deine/Ihre schnelle R?ckantwort. Mit freundlichem Gru? Scott Winterstein http://www.scottwinterstein.com http://www.facebook.com/scottsdesk CurrentProjects http://rpodata.com Thank You! Scott ................................................................................... eof On Wed, Nov 11, 2015 at 11:10 PM, Ashley Bernard wrote: > hello all. > I run a station which uses one primary mount to broadcast from. when DJs > are not on air, we want to stream a playlist of music. I have a program > taking care of that for us, but now I?m at a standstill. > When our automation connects to our primary mount point no DJ can connect > to broadcast. So, I?m assuming I need to work something out with a fallback > mount point but don?t quite get how it works. For example, we broadcast on > /live. When we?re done, we need the automation to kick in either by > redirecting people to its mount or also playing on live. Also, we are using > the default source username, will we have to create a different source for > this to work? > Sorry for the long post. just completely baffled. > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ashleyb1019 at gmail.com Fri Nov 13 04:41:28 2015 From: ashleyb1019 at gmail.com (Ashley Bernard) Date: Thu, 12 Nov 2015 23:41:28 -0500 Subject: [Icecast] fallback mount points? In-Reply-To: References: <265744B7-5547-4EFF-B515-5F8593940577@gmail.com> Message-ID: I?m currently doing a show until one my time, ending in about two hours. After that, you can call our radio station number. 325-480-1039 > On Nov 12, 2015, at 10:49 PM, Scott Winterstein <0turn1 at gmail.com> wrote: > > If you send me a landline number (cheaper for me on int calling im in Germany) I will call and see what I can do to help > > Sehr geehrte Damen und Herren, > > Hallo, > > > Vielen Dank f?r deine/Ihre schnelle R?ckantwort. > > Mit freundlichem Gru? > > Scott Winterstein > http://www.scottwinterstein.com > http://www.facebook.com/scottsdesk > > CurrentProjects > http://rpodata.com > > Thank You! > Scott > ................................................................................... > > eof > > On Wed, Nov 11, 2015 at 11:10 PM, Ashley Bernard > wrote: > hello all. > I run a station which uses one primary mount to broadcast from. when DJs are not on air, we want to stream a playlist of music. I have a program taking care of that for us, but now I?m at a standstill. > When our automation connects to our primary mount point no DJ can connect to broadcast. So, I?m assuming I need to work something out with a fallback mount point but don?t quite get how it works. For example, we broadcast on /live. When we?re done, we need the automation to kick in either by redirecting people to its mount or also playing on live. Also, we are using the default source username, will we have to create a different source for this to work? > Sorry for the long post. just completely baffled. > _______________________________________________ > 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 d.berra at esitelsrl.it Fri Nov 13 16:08:01 2015 From: d.berra at esitelsrl.it (Davide Berra) Date: Fri, 13 Nov 2015 17:08:01 +0100 Subject: [Icecast] mp3 queue problem Message-ID: <56460AE1.9080404@esitelsrl.it> Hi! I'm using Icecast to stream ogg and mp3 audio streams. Usually i cast 4-5 ogg streams at time but yesterday i added 3 mp3 streams to my server. After several hours the mp3 (and only mp3) ones stop to work with no apparent reason. The only strange thing i could observe is that the recv-Q showed in netstat is full of data that can't be handled by icecast and the quantity of data is the same for the three devices that are streaming mp3 data (3 different phisical Barix Instreamer devices) tcp 81000 0 ::ffff:10.0.0.254:8001 ::ffff:10.0.0.178:54310 ESTABLISHED 20274/icecast tcp 0 0 ::ffff:10.0.0.254:8001 ::ffff:10.0.0.2:34456 ESTABLISHED 29228/icecast tcp 0 0 ::ffff:10.0.0.254:8001 ::ffff:10.0.0.2:34461 ESTABLISHED 29228/icecast tcp 81000 0 ::ffff:10.0.0.254:8001 ::ffff:10.0.0.177:52967 ESTABLISHED 20274/icecast tcp 81000 0 ::ffff:10.0.0.254:8001 ::ffff:10.0.0.176:52147 ESTABLISHED 20274/icecast The second weird fact i could observe is the fact that a new icecast process appears and it's owned by root (the one i usually start is owned by another custom user) myuser 19041 1 0 14:50 pts/1 00:00:00 /pang/mx/bin/icecast -b -c /pang/mx/etc/icecast.xml root 20274 1 99 14:52 pts/0 00:05:21 /pang/mx/bin/icecast -b -c /pang/mx/etc/icecast.xml As you can see, the CPU is used at 100% so i tried to get what's going on with gdb -p 20274 and this is the result (gdb) where #0 0x008c32d5 in ?? () from /lib/libpthread.so.0 #1 0xbfa4cef8 in ?? () #2 0x08072154 in thread_spin_lock () Unfortunally this gave me no clue about the problem. Any idea about what's going on? If you need further data or tests, please feel free to ask it to me. Thank you Davide From hannah_carroll95 at hotmail.co.uk Fri Nov 13 16:16:18 2015 From: hannah_carroll95 at hotmail.co.uk (Hannah Carroll) Date: Fri, 13 Nov 2015 16:16:18 +0000 Subject: [Icecast] Ice cast multiple dj's Message-ID: Hello, Im new to ice cast and was wondering how I would go about setting it up to allow multiple DJ's for different locations.I would like to have an auto dj playing and then Dj's want to broastcast the auto dj stops, and when the dos stop the auto dj kicks back in straight away. If anyone has any idea on how to do this that would be great! Thanks Hannah -------------- next part -------------- An HTML attachment was scrubbed... URL: From sigfood at dinorama.fr Fri Nov 13 16:44:12 2015 From: sigfood at dinorama.fr (tTh) Date: Fri, 13 Nov 2015 17:44:12 +0100 Subject: [Icecast] Ice cast multiple dj's In-Reply-To: References: Message-ID: <5646135C.7080205@dinorama.fr> On 11/13/2015 05:16 PM, Hannah Carroll a dit: > Hello, > Im new to ice cast and was wondering how I would go about setting it up to allow multiple DJ's for different locations.I would like to have an auto dj playing and then Dj's want to broastcast the auto dj stops, and when the dos stop the auto dj kicks back in straight away. > If anyone has any idea on how to do this that would be great! You can do that with Liquid Soap. http://liquidsoap.fm/doc-svn/documentation.html -- ---------------------------------------------------------------------- http://la.buvette.org/photos/myrys/g/carte_postale.html From hannah_carroll95 at hotmail.co.uk Sat Nov 14 19:23:11 2015 From: hannah_carroll95 at hotmail.co.uk (Hannah Carroll) Date: Sat, 14 Nov 2015 19:23:11 +0000 Subject: [Icecast] Ice cast multiple dj's In-Reply-To: <5646135C.7080205@dinorama.fr> References: , <5646135C.7080205@dinorama.fr> Message-ID: Hello,Im new to using xml code how would I edit it in ice cast to allow multiple dh's. ThanksHannah > Date: Fri, 13 Nov 2015 17:44:12 +0100 > From: sigfood at dinorama.fr > To: icecast at xiph.org > Subject: Re: [Icecast] Ice cast multiple dj's > > On 11/13/2015 05:16 PM, Hannah Carroll a dit: > > Hello, > > Im new to ice cast and was wondering how I would go about setting it up to allow multiple DJ's for different locations.I would like to have an auto dj playing and then Dj's want to broastcast the auto dj stops, and when the dos stop the auto dj kicks back in straight away. > > If anyone has any idea on how to do this that would be great! > > You can do that with Liquid Soap. > http://liquidsoap.fm/doc-svn/documentation.html > > > > > -- > ---------------------------------------------------------------------- > http://la.buvette.org/photos/myrys/g/carte_postale.html > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast -------------- next part -------------- An HTML attachment was scrubbed... URL: From 0turn1 at gmail.com Sun Nov 15 04:54:29 2015 From: 0turn1 at gmail.com (Scott Winterstein) Date: Sun, 15 Nov 2015 05:54:29 +0100 Subject: [Icecast] Ice cast multiple dj's In-Reply-To: References: Message-ID: I can help... is this a free need or can you pay a little for the programming... im good and Im cheap Sehr geehrte Damen und Herren, Hallo, Vielen Dank f?r deine/Ihre schnelle R?ckantwort. Mit freundlichem Gru? Scott Winterstein http://www.scottwinterstein.com http://www.facebook.com/scottsdesk CurrentProjects http://rpodata.com Thank You! Scott ................................................................................... eof On Fri, Nov 13, 2015 at 5:16 PM, Hannah Carroll < hannah_carroll95 at hotmail.co.uk> wrote: > Hello, > Im new to ice cast and was wondering how I would go about setting it up to > allow multiple DJ's for different locations. > I would like to have an auto dj playing and then Dj's want to broastcast > the auto dj stops, and when the dos stop the auto dj kicks back in straight > away. > > If anyone has any idea on how to do this that would be great! > > Thanks > Hannah > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From 0turn1 at gmail.com Sun Nov 15 04:56:41 2015 From: 0turn1 at gmail.com (Scott Winterstein) Date: Sun, 15 Nov 2015 05:56:41 +0100 Subject: [Icecast] fallback mount points? In-Reply-To: References: <265744B7-5547-4EFF-B515-5F8593940577@gmail.com> Message-ID: hey you available today Sehr geehrte Damen und Herren, Hallo, Vielen Dank f?r deine/Ihre schnelle R?ckantwort. Mit freundlichem Gru? Scott Winterstein http://www.scottwinterstein.com http://www.facebook.com/scottsdesk CurrentProjects http://rpodata.com Thank You! Scott ................................................................................... eof On Fri, Nov 13, 2015 at 5:41 AM, Ashley Bernard wrote: > I?m currently doing a show until one my time, ending in about two hours. > After that, you can call our radio station number. > 325-480-1039 > > On Nov 12, 2015, at 10:49 PM, Scott Winterstein <0turn1 at gmail.com> wrote: > > If you send me a landline number (cheaper for me on int calling im in > Germany) I will call and see what I can do to help > > Sehr geehrte Damen und Herren, > > Hallo, > > > Vielen Dank f?r deine/Ihre schnelle R?ckantwort. > > Mit freundlichem Gru? > > Scott Winterstein > http://www.scottwinterstein.com > http://www.facebook.com/scottsdesk > > CurrentProjects > http://rpodata.com > > Thank You! > Scott > > ................................................................................... > > eof > > On Wed, Nov 11, 2015 at 11:10 PM, Ashley Bernard > wrote: > >> hello all. >> I run a station which uses one primary mount to broadcast from. when DJs >> are not on air, we want to stream a playlist of music. I have a program >> taking care of that for us, but now I?m at a standstill. >> When our automation connects to our primary mount point no DJ can connect >> to broadcast. So, I?m assuming I need to work something out with a fallback >> mount point but don?t quite get how it works. For example, we broadcast on >> /live. When we?re done, we need the automation to kick in either by >> redirecting people to its mount or also playing on live. Also, we are using >> the default source username, will we have to create a different source for >> this to work? >> Sorry for the long post. just completely baffled. >> _______________________________________________ >> 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 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From hannah_carroll95 at hotmail.co.uk Sun Nov 15 12:29:53 2015 From: hannah_carroll95 at hotmail.co.uk (Hannah Carroll) Date: Sun, 15 Nov 2015 12:29:53 +0000 Subject: [Icecast] Ice cast multiple dj's In-Reply-To: References: Message-ID: Hello, How much would you charge, got a contact email I can get you on. Thanks Hannah Sent from my iPhone > On 15 Nov 2015, at 04:54, Scott Winterstein <0turn1 at gmail.com> wrote: > > I can help... is this a free need or can you pay a little for the programming... im good and Im cheap > > Sehr geehrte Damen und Herren, > > Hallo, > > > Vielen Dank f?r deine/Ihre schnelle R?ckantwort. > > Mit freundlichem Gru? > > Scott Winterstein > http://www.scottwinterstein.com > http://www.facebook.com/scottsdesk > > CurrentProjects > http://rpodata.com > > Thank You! > Scott > ................................................................................... > > eof > >> On Fri, Nov 13, 2015 at 5:16 PM, Hannah Carroll wrote: >> Hello, >> Im new to ice cast and was wondering how I would go about setting it up to allow multiple DJ's for different locations. >> I would like to have an auto dj playing and then Dj's want to broastcast the auto dj stops, and when the dos stop the auto dj kicks back in straight away. >> >> If anyone has any idea on how to do this that would be great! >> >> Thanks >> Hannah >> >> _______________________________________________ >> 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: -------------- next part -------------- _______________________________________________ Icecast mailing list Icecast at xiph.org http://lists.xiph.org/mailman/listinfo/icecast From 0turn1 at gmail.com Sun Nov 15 21:48:02 2015 From: 0turn1 at gmail.com (Scott Winterstein) Date: Sun, 15 Nov 2015 22:48:02 +0100 Subject: [Icecast] Ice cast multiple dj's In-Reply-To: References: Message-ID: well its unclear what all is needed, I however am very open and fair. I work hard to earn my money... I can call you and we can chat. Sehr geehrte Damen und Herren, Hallo, Vielen Dank f?r deine/Ihre schnelle R?ckantwort. Mit freundlichem Gru? Scott Winterstein http://www.scottwinterstein.com http://www.facebook.com/scottsdesk CurrentProjects http://rpodata.com Thank You! Scott ................................................................................... eof On Sun, Nov 15, 2015 at 1:29 PM, Hannah Carroll < hannah_carroll95 at hotmail.co.uk> wrote: > Hello, > How much would you charge, got a contact email I can get you on. > > Thanks > Hannah > > Sent from my iPhone > > On 15 Nov 2015, at 04:54, Scott Winterstein <0turn1 at gmail.com> wrote: > > I can help... is this a free need or can you pay a little for the > programming... im good and Im cheap > > Sehr geehrte Damen und Herren, > > Hallo, > > > Vielen Dank f?r deine/Ihre schnelle R?ckantwort. > > Mit freundlichem Gru? > > Scott Winterstein > http://www.scottwinterstein.com > http://www.facebook.com/scottsdesk > > CurrentProjects > http://rpodata.com > > Thank You! > Scott > > ................................................................................... > > eof > > On Fri, Nov 13, 2015 at 5:16 PM, Hannah Carroll < > hannah_carroll95 at hotmail.co.uk> wrote: > >> Hello, >> Im new to ice cast and was wondering how I would go about setting it up >> to allow multiple DJ's for different locations. >> I would like to have an auto dj playing and then Dj's want to broastcast >> the auto dj stops, and when the dos stop the auto dj kicks back in straight >> away. >> >> If anyone has any idea on how to do this that would be great! >> >> Thanks >> Hannah >> >> _______________________________________________ >> 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 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From hannah_carroll95 at hotmail.co.uk Sun Nov 15 23:33:43 2015 From: hannah_carroll95 at hotmail.co.uk (Hannah Carroll) Date: Sun, 15 Nov 2015 23:33:43 +0000 Subject: [Icecast] Ice cast multiple dj's In-Reply-To: References: Message-ID: Have you got a messenger or email? I live in the uk and it will cost a lot to call. Sent from my iPhone > On 15 Nov 2015, at 21:48, Scott Winterstein <0turn1 at gmail.com> wrote: > > well its unclear what all is needed, I however am very open and fair. I work hard to earn my money... I can call you and we can chat. > > > Sehr geehrte Damen und Herren, > > Hallo, > > > Vielen Dank f?r deine/Ihre schnelle R?ckantwort. > > Mit freundlichem Gru? > > Scott Winterstein > http://www.scottwinterstein.com > http://www.facebook.com/scottsdesk > > CurrentProjects > http://rpodata.com > > Thank You! > Scott > ................................................................................... > > eof > >> On Sun, Nov 15, 2015 at 1:29 PM, Hannah Carroll wrote: >> Hello, >> How much would you charge, got a contact email I can get you on. >> >> Thanks >> Hannah >> >> Sent from my iPhone >> >>> On 15 Nov 2015, at 04:54, Scott Winterstein <0turn1 at gmail.com> wrote: >>> >>> I can help... is this a free need or can you pay a little for the programming... im good and Im cheap >>> >>> Sehr geehrte Damen und Herren, >>> >>> Hallo, >>> >>> >>> Vielen Dank f?r deine/Ihre schnelle R?ckantwort. >>> >>> Mit freundlichem Gru? >>> >>> Scott Winterstein >>> http://www.scottwinterstein.com >>> http://www.facebook.com/scottsdesk >>> >>> CurrentProjects >>> http://rpodata.com >>> >>> Thank You! >>> Scott >>> ................................................................................... >>> >>> eof >>> >>>> On Fri, Nov 13, 2015 at 5:16 PM, Hannah Carroll wrote: >>>> Hello, >>>> Im new to ice cast and was wondering how I would go about setting it up to allow multiple DJ's for different locations. >>>> I would like to have an auto dj playing and then Dj's want to broastcast the auto dj stops, and when the dos stop the auto dj kicks back in straight away. >>>> >>>> If anyone has any idea on how to do this that would be great! >>>> >>>> Thanks >>>> Hannah >>>> >>>> _______________________________________________ >>>> 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 > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- _______________________________________________ Icecast mailing list Icecast at xiph.org http://lists.xiph.org/mailman/listinfo/icecast From 0turn1 at gmail.com Mon Nov 16 00:23:11 2015 From: 0turn1 at gmail.com (Scott Winterstein) Date: Mon, 16 Nov 2015 01:23:11 +0100 Subject: [Icecast] Ice cast multiple dj's In-Reply-To: References: Message-ID: I live in Europe (Germany) You have facebook? we can call via that and deal with a little lag and talk free https://www.facebook.com/1216401104 Sehr geehrte Damen und Herren, Hallo, Vielen Dank f?r deine/Ihre schnelle R?ckantwort. Mit freundlichem Gru? Scott Winterstein http://www.scottwinterstein.com http://www.facebook.com/scottsdesk.net CurrentProjects http://rpodata.com Thank You! Scott ................................................................................... eof On Mon, Nov 16, 2015 at 12:33 AM, Hannah Carroll < hannah_carroll95 at hotmail.co.uk> wrote: > Have you got a messenger or email? I live in the uk and it will cost a lot > to call. > > > Sent from my iPhone > > On 15 Nov 2015, at 21:48, Scott Winterstein <0turn1 at gmail.com> wrote: > > well its unclear what all is needed, I however am very open and fair. I > work hard to earn my money... I can call you and we can chat. > > > Sehr geehrte Damen und Herren, > > Hallo, > > > Vielen Dank f?r deine/Ihre schnelle R?ckantwort. > > Mit freundlichem Gru? > > Scott Winterstein > http://www.scottwinterstein.com > http://www.facebook.com/scottsdesk > > CurrentProjects > http://rpodata.com > > Thank You! > Scott > > ................................................................................... > > eof > > On Sun, Nov 15, 2015 at 1:29 PM, Hannah Carroll < > hannah_carroll95 at hotmail.co.uk> wrote: > >> Hello, >> How much would you charge, got a contact email I can get you on. >> >> Thanks >> Hannah >> >> Sent from my iPhone >> >> On 15 Nov 2015, at 04:54, Scott Winterstein <0turn1 at gmail.com> wrote: >> >> I can help... is this a free need or can you pay a little for the >> programming... im good and Im cheap >> >> Sehr geehrte Damen und Herren, >> >> Hallo, >> >> >> Vielen Dank f?r deine/Ihre schnelle R?ckantwort. >> >> Mit freundlichem Gru? >> >> Scott Winterstein >> http://www.scottwinterstein.com >> http://www.facebook.com/scottsdesk >> >> CurrentProjects >> http://rpodata.com >> >> Thank You! >> Scott >> >> ................................................................................... >> >> eof >> >> On Fri, Nov 13, 2015 at 5:16 PM, Hannah Carroll < >> hannah_carroll95 at hotmail.co.uk> wrote: >> >>> Hello, >>> Im new to ice cast and was wondering how I would go about setting it up >>> to allow multiple DJ's for different locations. >>> I would like to have an auto dj playing and then Dj's want to broastcast >>> the auto dj stops, and when the dos stop the auto dj kicks back in straight >>> away. >>> >>> If anyone has any idea on how to do this that would be great! >>> >>> Thanks >>> Hannah >>> >>> _______________________________________________ >>> 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 >> >> > _______________________________________________ > 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 jonathancandler_msa at q.com Mon Nov 16 23:42:48 2015 From: jonathancandler_msa at q.com (Jonathan) Date: Mon, 16 Nov 2015 16:42:48 -0700 Subject: [Icecast] fallback mount points? In-Reply-To: References: <265744B7-5547-4EFF-B515-5F8593940577@gmail.com> Message-ID: <564A69F8.5030408@q.com> Hello, this is coming from our radio station's icecast config. change at your needs and feel free to use this. /stream.mp3 /live.mp3 1 1 /live.mp3 hackmemore 100 /autodj.mp3 1 1 0 /autodj.mp3 /kjsc-intro.mp3 /kjscradio-down.mp3 1 1 Just to let you know, the fallback-mount is the mount that it's going to fallback on if that mount is not available. think of it as a chane. for us, we have our stream mountpoint which is "/stream.mp3" which the listener connects to and that is only for the listener and that is falling back to either "/live.mp3" if we are doing a show, or, if not, then "/autodj.mp3" If our automation shuts down for any reason and BTW, we are using liquidsoap for all of the automation then, it will put the listener to that mount point. so, all of it is like a chane if you think of it that way. the "" value is telling icecast to put the listener to the fallback-mount if that mountpoint gets disconnected. If that option is not set, then it will just go dead and the listener would have to connect to the top level mountpoint yet again to make the listener fallback to the correct mountpoint. If you need any help with all of this, let me know. On 11/14/2015 9:56 PM, Scott Winterstein wrote: > hey you available today > > Sehr geehrte Damen und Herren, > > Hallo, > > > Vielen Dank f?r deine/Ihre schnelle R?ckantwort. > > Mit freundlichem Gru? > > Scott Winterstein > http://www.scottwinterstein.com > http://www.facebook.com/scottsdesk > > CurrentProjects > http://rpodata.com > > Thank You! > Scott > ................................................................................... > > eof > > On Fri, Nov 13, 2015 at 5:41 AM, Ashley Bernard > wrote: > > I?m currently doing a show until one my time, ending in about two > hours. After that, you can call our radio station number. > 325-480-1039 > >> On Nov 12, 2015, at 10:49 PM, Scott Winterstein <0turn1 at gmail.com >> > wrote: >> >> If you send me a landline number (cheaper for me on int calling >> im in Germany) I will call and see what I can do to help >> >> Sehr geehrte Damen und Herren, >> >> Hallo, >> >> >> Vielen Dank f?r deine/Ihre schnelle R?ckantwort. >> >> Mit freundlichem Gru? >> >> Scott Winterstein >> http://www.scottwinterstein.com >> http://www.facebook.com/scottsdesk >> >> CurrentProjects >> http://rpodata.com >> >> Thank You! >> Scott >> ................................................................................... >> >> eof >> >> On Wed, Nov 11, 2015 at 11:10 PM, Ashley Bernard >> > wrote: >> >> hello all. >> I run a station which uses one primary mount to broadcast >> from. when DJs are not on air, we want to stream a playlist >> of music. I have a program taking care of that for us, but >> now I?m at a standstill. >> When our automation connects to our primary mount point no DJ >> can connect to broadcast. So, I?m assuming I need to work >> something out with a fallback mount point but don?t quite get >> how it works. For example, we broadcast on /live. When we?re >> done, we need the automation to kick in either by redirecting >> people to its mount or also playing on live. Also, we are >> using the default source username, will we have to create a >> different source for this to work? >> Sorry for the long post. just completely baffled. >> _______________________________________________ >> 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 > > > > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast -------------- next part -------------- An HTML attachment was scrubbed... URL: From hannah_carroll95 at hotmail.co.uk Tue Nov 17 00:01:10 2015 From: hannah_carroll95 at hotmail.co.uk (Hannah Carroll) Date: Tue, 17 Nov 2015 00:01:10 +0000 Subject: [Icecast] fallback mount points? In-Reply-To: <564A69F8.5030408@q.com> References: <265744B7-5547-4EFF-B515-5F8593940577@gmail.com>, , , , <564A69F8.5030408@q.com> Message-ID: Hello Jonathan,Thank you for taking the time to reply, I just have a few questions.I am just a bit unsure on liquid soap I have looked at it before but not sure what it does and how to use it to set up my radio show.Also, does each mount point have a different listen URL as our website only allows us to have one URL linked to the website player. Thanks again!Hannah To: icecast at xiph.org From: jonathancandler_msa at q.com Date: Mon, 16 Nov 2015 16:42:48 -0700 Subject: Re: [Icecast] fallback mount points? Hello, this is coming from our radio station's icecast config. change at your needs and feel free to use this. /stream.mp3 /live.mp3 1 1 /live.mp3 hackmemore 100 /autodj.mp3 1 1 0 /autodj.mp3 /kjsc-intro.mp3 /kjscradio-down.mp3 1 1 Just to let you know, the fallback-mount is the mount that it's going to fallback on if that mount is not available. think of it as a chane. for us, we have our stream mountpoint which is "/stream.mp3" which the listener connects to and that is only for the listener and that is falling back to either "/live.mp3" if we are doing a show, or, if not, then "/autodj.mp3" If our automation shuts down for any reason and BTW, we are using liquidsoap for all of the automation then, it will put the listener to that mount point. so, all of it is like a chane if you think of it that way. the "" value is telling icecast to put the listener to the fallback-mount if that mountpoint gets disconnected. If that option is not set, then it will just go dead and the listener would have to connect to the top level mountpoint yet again to make the listener fallback to the correct mountpoint. If you need any help with all of this, let me know. On 11/14/2015 9:56 PM, Scott Winterstein wrote: hey you available today Sehr geehrte Damen und Herren, Hallo, Vielen Dank f?r deine/Ihre schnelle R?ckantwort. Mit freundlichem Gru? Scott Winterstein http://www.scottwinterstein.com http://www.facebook.com/scottsdesk CurrentProjects http://rpodata.com Thank You! Scott ................................................................................... eof On Fri, Nov 13, 2015 at 5:41 AM, Ashley Bernard wrote: I?m currently doing a show until one my time, ending in about two hours. After that, you can call our radio station number. 325-480-1039 On Nov 12, 2015, at 10:49 PM, Scott Winterstein <0turn1 at gmail.com> wrote: If you send me a landline number (cheaper for me on int calling im in Germany) I will call and see what I can do to help Sehr geehrte Damen und Herren, Hallo, Vielen Dank f?r deine/Ihre schnelle R?ckantwort. Mit freundlichem Gru? Scott Winterstein http://www.scottwinterstein.com http://www.facebook.com/scottsdesk CurrentProjects http://rpodata.com Thank You! Scott ................................................................................... eof On Wed, Nov 11, 2015 at 11:10 PM, Ashley Bernard wrote: hello all. I run a station which uses one primary mount to broadcast from. when DJs are not on air, we want to stream a playlist of music. I have a program taking care of that for us, but now I?m at a standstill. When our automation connects to our primary mount point no DJ can connect to broadcast. So, I?m assuming I need to work something out with a fallback mount point but don?t quite get how it works. For example, we broadcast on /live. When we?re done, we need the automation to kick in either by redirecting people to its mount or also playing on live. Also, we are using the default source username, will we have to create a different source for this to work? Sorry for the long post. just completely baffled. _______________________________________________ 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 _______________________________________________ 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 jonathancandler_msa at q.com Tue Nov 17 10:46:46 2015 From: jonathancandler_msa at q.com (Jonathan) Date: Tue, 17 Nov 2015 03:46:46 -0700 Subject: [Icecast] fallback mount points? In-Reply-To: References: <265744B7-5547-4EFF-B515-5F8593940577@gmail.com> <564A69F8.5030408@q.com> Message-ID: <564B0596.1000605@q.com> Each MountPoint has a different URL, but in the ways that I have described, you don't use it like that. You can have 2 or 3 MountPoints but, one you can just serve as a fallback for all 3 of them. Let's take this example for a few seconds. Say for example, if you had, "http://yourdomain.com:8000/mount1" that will just serve as the listener MountPoint. "/mount2" Let's just say is your live MountPoint and "/mount3" is your automations MountPoint. You don't have the listeners connect to "/mount2" or "/mount3" Only "/mount1" Because all that MountPoint is doing is just falling back to either 2 or 3 depending on the situation. I do server management for free so if you need help with configuration, let me know off list and I will help you set this up. On 11/16/2015 5:01 PM, Hannah Carroll wrote: > Hello Jonathan, > Thank you for taking the time to reply, I just have a few questions. > I am just a bit unsure on liquid soap I have looked at it before but > not sure what it does and how to use it to set up my radio show. > Also, does each mount point have a different listen URL as our website > only allows us to have one URL linked to the website player. > > Thanks again! > Hannah > > > ------------------------------------------------------------------------ > To: icecast at xiph.org > From: jonathancandler_msa at q.com > Date: Mon, 16 Nov 2015 16:42:48 -0700 > Subject: Re: [Icecast] fallback mount points? > > Hello, this is coming from our radio station's icecast config. change > at your needs and feel free to use this. > > /stream.mp3 > /live.mp3 > 1 > 1 > > > /live.mp3 > hackmemore > 100 > /autodj.mp3 > 1 > 1 > 0 > > > /autodj.mp3 > /kjsc-intro.mp3 > /kjscradio-down.mp3 > 1 > 1 > > Just to let you know, the fallback-mount is the mount that it's going > to fallback on if that mount is not available. think of it as a > chane. for us, we have our stream mountpoint which is "/stream.mp3" > which the listener connects to and that is only for the listener and > that is falling back to either "/live.mp3" if we are doing a show, or, > if not, then "/autodj.mp3" If our automation shuts down for any reason > and BTW, we are using liquidsoap for all of the automation then, it > will put the listener to that mount point. so, all of it is like a > chane if you think of it that way. the "" value is > telling icecast to put the listener to the fallback-mount if that > mountpoint gets disconnected. If that option is not set, then it will > just go dead and the listener would have to connect to the top level > mountpoint yet again to make the listener fallback to the correct > mountpoint. If you need any help with all of this, let me know. > > > On 11/14/2015 9:56 PM, Scott Winterstein wrote: > > hey you available today > > Sehr geehrte Damen und Herren, > > Hallo, > > > Vielen Dank f?r deine/Ihre schnelle R?ckantwort. > > Mit freundlichem Gru? > > Scott Winterstein > http://www.scottwinterstein.com > http://www.facebook.com/scottsdesk > > CurrentProjects > http://rpodata.com > > Thank You! > Scott > ................................................................................... > > eof > > On Fri, Nov 13, 2015 at 5:41 AM, Ashley Bernard > > wrote: > > I?m currently doing a show until one my time, ending in about > two hours. After that, you can call our radio station number. > 325-480-1039 > > On Nov 12, 2015, at 10:49 PM, Scott Winterstein > <0turn1 at gmail.com > wrote: > > If you send me a landline number (cheaper for me on int > calling im in Germany) I will call and see what I can do > to help > > Sehr geehrte Damen und Herren, > > Hallo, > > > Vielen Dank f?r deine/Ihre schnelle R?ckantwort. > > Mit freundlichem Gru? > > Scott Winterstein > http://www.scottwinterstein.com > http://www.facebook.com/scottsdesk > > CurrentProjects > http://rpodata.com > > Thank You! > Scott > ................................................................................... > > eof > > On Wed, Nov 11, 2015 at 11:10 PM, Ashley Bernard > > wrote: > > hello all. > I run a station which uses one primary mount to > broadcast from. when DJs are not on air, we want to > stream a playlist of music. I have a program taking > care of that for us, but now I?m at a standstill. > When our automation connects to our primary mount > point no DJ can connect to broadcast. So, I?m assuming > I need to work something out with a fallback mount > point but don?t quite get how it works. For example, > we broadcast on /live. When we?re done, we need the > automation to kick in either by redirecting people to > its mount or also playing on live. Also, we are using > the default source username, will we have to create a > different source for this to work? > Sorry for the long post. just completely baffled. > _______________________________________________ > 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 > > > > > _______________________________________________ > 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From hannah_carroll95 at hotmail.co.uk Tue Nov 17 12:20:46 2015 From: hannah_carroll95 at hotmail.co.uk (Hannah Carroll) Date: Tue, 17 Nov 2015 12:20:46 +0000 Subject: [Icecast] fallback mount points? In-Reply-To: <564B0596.1000605@q.com> References: <265744B7-5547-4EFF-B515-5F8593940577@gmail.com>, , , , <564A69F8.5030408@q.com> , <564B0596.1000605@q.com> Message-ID: Thanks been a big help!Have you got a personal email or Facebook that I can message so its off the mailing list Thankshannah To: icecast at xiph.org From: jonathancandler_msa at q.com Date: Tue, 17 Nov 2015 03:46:46 -0700 Subject: Re: [Icecast] fallback mount points? Each MountPoint has a different URL, but in the ways that I have described, you don't use it like that. You can have 2 or 3 MountPoints but, one you can just serve as a fallback for all 3 of them. Let's take this example for a few seconds. Say for example, if you had, "http://yourdomain.com:8000/mount1" that will just serve as the listener MountPoint. "/mount2" Let's just say is your live MountPoint and "/mount3" is your automations MountPoint. You don't have the listeners connect to "/mount2" or "/mount3" Only "/mount1" Because all that MountPoint is doing is just falling back to either 2 or 3 depending on the situation. I do server management for free so if you need help with configuration, let me know off list and I will help you set this up. On 11/16/2015 5:01 PM, Hannah Carroll wrote: Hello Jonathan, Thank you for taking the time to reply, I just have a few questions. I am just a bit unsure on liquid soap I have looked at it before but not sure what it does and how to use it to set up my radio show. Also, does each mount point have a different listen URL as our website only allows us to have one URL linked to the website player. Thanks again! Hannah To: icecast at xiph.org From: jonathancandler_msa at q.com Date: Mon, 16 Nov 2015 16:42:48 -0700 Subject: Re: [Icecast] fallback mount points? Hello, this is coming from our radio station's icecast config. change at your needs and feel free to use this. /stream.mp3 /live.mp3 1 1 /live.mp3 hackmemore 100 /autodj.mp3 1 1 0 /autodj.mp3 /kjsc-intro.mp3 /kjscradio-down.mp3 1 1 Just to let you know, the fallback-mount is the mount that it's going to fallback on if that mount is not available. think of it as a chane. for us, we have our stream mountpoint which is "/stream.mp3" which the listener connects to and that is only for the listener and that is falling back to either "/live.mp3" if we are doing a show, or, if not, then "/autodj.mp3" If our automation shuts down for any reason and BTW, we are using liquidsoap for all of the automation then, it will put the listener to that mount point. so, all of it is like a chane if you think of it that way. the "" value is telling icecast to put the listener to the fallback-mount if that mountpoint gets disconnected. If that option is not set, then it will just go dead and the listener would have to connect to the top level mountpoint yet again to make the listener fallback to the correct mountpoint. If you need any help with all of this, let me know. On 11/14/2015 9:56 PM, Scott Winterstein wrote: hey you available today Sehr geehrte Damen und Herren, Hallo, Vielen Dank f?r deine/Ihre schnelle R?ckantwort. Mit freundlichem Gru? Scott Winterstein http://www.scottwinterstein.com http://www.facebook.com/scottsdesk CurrentProjects http://rpodata.com Thank You! Scott ................................................................................... eof On Fri, Nov 13, 2015 at 5:41 AM, Ashley Bernard wrote: I?m currently doing a show until one my time, ending in about two hours. After that, you can call our radio station number. 325-480-1039 On Nov 12, 2015, at 10:49 PM, Scott Winterstein <0turn1 at gmail.com> wrote: If you send me a landline number (cheaper for me on int calling im in Germany) I will call and see what I can do to help Sehr geehrte Damen und Herren, Hallo, Vielen Dank f?r deine/Ihre schnelle R?ckantwort. Mit freundlichem Gru? Scott Winterstein http://www.scottwinterstein.com http://www.facebook.com/scottsdesk CurrentProjects http://rpodata.com Thank You! Scott ................................................................................... eof On Wed, Nov 11, 2015 at 11:10 PM, Ashley Bernard wrote: hello all. I run a station which uses one primary mount to broadcast from. when DJs are not on air, we want to stream a playlist of music. I have a program taking care of that for us, but now I?m at a standstill. When our automation connects to our primary mount point no DJ can connect to broadcast. So, I?m assuming I need to work something out with a fallback mount point but don?t quite get how it works. For example, we broadcast on /live. When we?re done, we need the automation to kick in either by redirecting people to its mount or also playing on live. Also, we are using the default source username, will we have to create a different source for this to work? Sorry for the long post. just completely baffled. _______________________________________________ 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 _______________________________________________ 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 _______________________________________________ Icecast mailing list Icecast at xiph.org http://lists.xiph.org/mailman/listinfo/icecast -------------- next part -------------- An HTML attachment was scrubbed... URL: From jonathancandler_msa at q.com Tue Nov 17 12:23:38 2015 From: jonathancandler_msa at q.com (Jonathan) Date: Tue, 17 Nov 2015 05:23:38 -0700 Subject: [Icecast] fallback mount points? In-Reply-To: References: <265744B7-5547-4EFF-B515-5F8593940577@gmail.com> <564A69F8.5030408@q.com> <564B0596.1000605@q.com> Message-ID: <564B1C4A.7010000@q.com> If you want, search on facebook for Jonathan Scott Candler and that goes for all of you. My email is: jonathancandler_msa at q.com On 11/17/2015 5:20 AM, Hannah Carroll wrote: > Thanks been a big help! > Have you got a personal email or Facebook that I can message so its > off the mailing list > > Thanks > hannah > > ------------------------------------------------------------------------ > To: icecast at xiph.org > From: jonathancandler_msa at q.com > Date: Tue, 17 Nov 2015 03:46:46 -0700 > Subject: Re: [Icecast] fallback mount points? > > Each MountPoint has a different URL, but in the ways that I have > described, you don't use it like that. You can have 2 or 3 MountPoints > but, one you can just serve as a fallback for all 3 of them. Let's > take this example for a few seconds. Say for example, if you had, > "http://yourdomain.com:8000/mount1" > that will just serve as the > listener MountPoint. "/mount2" Let's just say is your live MountPoint > and "/mount3" is your automations MountPoint. You don't have the > listeners connect to "/mount2" or "/mount3" Only "/mount1" Because all > that MountPoint is doing is just falling back to either 2 or 3 > depending on the situation. I do server management for free so if you > need help with configuration, let me know off list and I will help you > set this up. > > On 11/16/2015 5:01 PM, Hannah Carroll wrote: > > Hello Jonathan, > Thank you for taking the time to reply, I just have a few questions. > I am just a bit unsure on liquid soap I have looked at it before > but not sure what it does and how to use it to set up my radio show. > Also, does each mount point have a different listen URL as our > website only allows us to have one URL linked to the website player. > > Thanks again! > Hannah > > > ------------------------------------------------------------------------ > To: icecast at xiph.org > From: jonathancandler_msa at q.com > Date: Mon, 16 Nov 2015 16:42:48 -0700 > Subject: Re: [Icecast] fallback mount points? > > Hello, this is coming from our radio station's icecast config. > change at your needs and feel free to use this. > > /stream.mp3 > /live.mp3 > 1 > 1 > > > /live.mp3 > hackmemore > 100 > /autodj.mp3 > 1 > 1 > 0 > > > /autodj.mp3 > /kjsc-intro.mp3 > /kjscradio-down.mp3 > 1 > 1 > > Just to let you know, the fallback-mount is the mount that it's > going to fallback on if that mount is not available. think of it > as a chane. for us, we have our stream mountpoint which is > "/stream.mp3" which the listener connects to and that is only for > the listener and that is falling back to either "/live.mp3" if we > are doing a show, or, if not, then "/autodj.mp3" If our automation > shuts down for any reason and BTW, we are using liquidsoap for all > of the automation then, it will put the listener to that mount > point. so, all of it is like a chane if you think of it that way. > the "" value is telling icecast to put the > listener to the fallback-mount if that mountpoint gets > disconnected. If that option is not set, then it will just go dead > and the listener would have to connect to the top level mountpoint > yet again to make the listener fallback to the correct mountpoint. > If you need any help with all of this, let me know. > > > On 11/14/2015 9:56 PM, Scott Winterstein wrote: > > hey you available today > > Sehr geehrte Damen und Herren, > > Hallo, > > > Vielen Dank f?r deine/Ihre schnelle R?ckantwort. > > Mit freundlichem Gru? > > Scott Winterstein > http://www.scottwinterstein.com > http://www.facebook.com/scottsdesk > > CurrentProjects > http://rpodata.com > > Thank You! > Scott > ................................................................................... > > eof > > On Fri, Nov 13, 2015 at 5:41 AM, Ashley Bernard > > wrote: > > I?m currently doing a show until one my time, ending in > about two hours. After that, you can call our radio > station number. > 325-480-1039 > > On Nov 12, 2015, at 10:49 PM, Scott Winterstein > <0turn1 at gmail.com > wrote: > > If you send me a landline number (cheaper for me on > int calling im in Germany) I will call and see what I > can do to help > > Sehr geehrte Damen und Herren, > > Hallo, > > > Vielen Dank f?r deine/Ihre schnelle R?ckantwort. > > Mit freundlichem Gru? > > Scott Winterstein > http://www.scottwinterstein.com > http://www.facebook.com/scottsdesk > > CurrentProjects > http://rpodata.com > > Thank You! > Scott > ................................................................................... > > eof > > On Wed, Nov 11, 2015 at 11:10 PM, Ashley Bernard > > > wrote: > > hello all. > I run a station which uses one primary mount to > broadcast from. when DJs are not on air, we want > to stream a playlist of music. I have a program > taking care of that for us, but now I?m at a > standstill. > When our automation connects to our primary mount > point no DJ can connect to broadcast. So, I?m > assuming I need to work something out with a > fallback mount point but don?t quite get how it > works. For example, we broadcast on /live. When > we?re done, we need the automation to kick in > either by redirecting people to its mount or also > playing on live. Also, we are using the default > source username, will we have to create a > different source for this to work? > Sorry for the long post. just completely baffled. > _______________________________________________ > 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 > > > > > _______________________________________________ > 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 > > > > _______________________________________________ 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 lion at lion.leolix.org Tue Nov 17 14:38:05 2015 From: lion at lion.leolix.org (Philipp Schafft) Date: Tue, 17 Nov 2015 14:38:05 +0000 Subject: [Icecast] Release: libshout 2.4.0 Message-ID: <20151117143809.AC0DC12CD0@grassland.keep-cool.org> Good evening, I'm very proud to announce the Release 2.4.0 of libshout. It has been a long time since the last libshout release as work focused mostly on Icecast2 itself. However we're very pleased to release the next version of libshout with many new features and fixes. The highlights on the new feature list: * We added full TLS support (HTTPS). This includes both RFC2817 and RFC2818. Mode can be automatically detected. * Improved WebM handling. More to come! * Improved Metadata handling. * Improved HTTP support: * True vhosting (including RFC2817 and SNI). * Checks for server capabilities and acting upon the result. * Basic support for the RoarAudio protocol. I would be happy to see all the developers checking out what is new and how to utilize libshout to all it's power. We're happy to help every developer and maintainers if there are questions regarding migration here on those two lists as well as on IRC at #icecast on FreeNode (irc.freenode.org). Have a nice day! -- Philipp. (Rah of PH2) -------------- 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 jerickson at logicalnetworking.net Wed Nov 18 07:39:47 2015 From: jerickson at logicalnetworking.net (Jordan Erickson) Date: Tue, 17 Nov 2015 23:39:47 -0800 Subject: [Icecast] Cool Mic (Android source client for Icecast 2.x) update & Kickstarter Message-ID: <564C2B43.8020005@logicalnetworking.net> Hi Icecasters, I would like to share a Kickstarter page with you that will (with your help) fund publishing an open source, live-audio Icecast source client for Android called "Cool Mic". Please visit the page and watch the video for an idea of what we're going for with this. Our primary focus is to support livestreaming musicians and artists of all kinds but it can also be used as a general purpose source client. It supports any Icecast 2.x server using Ogg Vorbis (Opus with successful funding) and uses the device's live microphone (or external mic/line-in) as input. We have many features planned for the future, including an iOS port - this is simply the first funding cycle to see how much we can accomplish with our crowdfunding campaign. If you're still reading this far, please take one more minute and have a look :) Kickstarter: https://www.kickstarter.com/projects/jerickson/cool-mic-audio-livestreaming-android-open-source Many thanks, Jordan http://coolmic.net P.S. Why "Cool" Mic? Because Ice is cool ;) From theo at theo-andreou.org Thu Nov 19 10:54:12 2015 From: theo at theo-andreou.org (Theodotos Andreou) Date: Thu, 19 Nov 2015 12:54:12 +0200 Subject: [Icecast] Can i relay a udp://@: stream using Icecast2? Message-ID: <564DAA54.2010709@theo-andreou.org> Hello to all, I am a newbie to Icecat2. I already know how to use darkice as a source but I can't find any information on how to relay a udp multicast stream like "udp://239.192.0.145:5000 for" example. Can icecast2 stream this directly or do I need to use some source client? From lion at lion.leolix.org Thu Nov 19 12:13:22 2015 From: lion at lion.leolix.org (Philipp Schafft) Date: Thu, 19 Nov 2015 12:13:22 +0000 Subject: [Icecast] Can i relay a udp://@: stream using Icecast2? In-Reply-To: <564DAA54.2010709@theo-andreou.org> References: <564DAA54.2010709@theo-andreou.org> Message-ID: <20151119121327.567FC12CD0@grassland.keep-cool.org> Good morning, On Thu, 2015-11-19 at 12:54 +0200, Theodotos Andreou wrote: > Hello to all, > > I am a newbie to Icecat2. I already know how to use darkice as a source > but I can't find any information on how to relay a udp multicast stream > like "udp://239.192.0.145:5000 for" example. Can icecast2 stream this > directly or do I need to use some source client? Icecast2 is designed for HTTP (thus TCP thus unicast) streams. So is the relay system within Icecast2. If you want to to relay multicast UDP traffic to Icecast2 you need to use a source client for that. gstreamer and vlc (nox) comes into mind, however other source clients may also support this. Have a nice day! -- Philipp. (Rah of PH2) -------------- 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 theo at theo-andreou.org Fri Nov 20 11:27:01 2015 From: theo at theo-andreou.org (Theodotos Andreou) Date: Fri, 20 Nov 2015 13:27:01 +0200 Subject: [Icecast] Can i relay a udp://@: stream using Icecast2? In-Reply-To: <20151119121327.567FC12CD0@grassland.keep-cool.org> References: <564DAA54.2010709@theo-andreou.org> <20151119121327.567FC12CD0@grassland.keep-cool.org> Message-ID: <564F0385.10408@theo-andreou.org> On 19/11/2015 02:13 ??, Philipp Schafft wrote: > Good morning, > > On Thu, 2015-11-19 at 12:54 +0200, Theodotos Andreou wrote: >> Hello to all, >> >> I am a newbie to Icecat2. I already know how to use darkice as a source >> but I can't find any information on how to relay a udp multicast stream >> like "udp://239.192.0.145:5000 for" example. Can icecast2 stream this >> directly or do I need to use some source client? > Icecast2 is designed for HTTP (thus TCP thus unicast) streams. So is the > relay system within Icecast2. > If you want to to relay multicast UDP traffic to Icecast2 you need to > use a source client for that. gstreamer and vlc (nox) comes into mind, > however other source clients may also support this. > > Have a nice day! > > > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast Thanks for the reply Philipp. I will probably use vlc as a source. -------------- next part -------------- An HTML attachment was scrubbed... URL: From spamcatcher447 at gmail.com Mon Nov 23 17:12:32 2015 From: spamcatcher447 at gmail.com (Spam Catcher) Date: Mon, 23 Nov 2015 12:12:32 -0500 Subject: [Icecast] Looking for some advice to two problems I'm having Message-ID: Hi guys. I have two questions about my streaming setup and I was wondering if any of you could offer some advice. I'm using IceS 0.4 as my source. It's reading a text file that contains the paths to about 300 different files that I want it to randomly play. For some reason though, it seems to only play a few of those files on a loop. I guess it could be in my head, but it seems like it's not reading and randomizing all of the files. Does anyone know what could cause this, or of a better way that I can lessen the number of file repeats? Secondly, I'm streaming in mp3, and all of the files have the same bit rate. I've noticed when listening to the stream, when one file ends and it switches to another file, the pitch of the audio is either considerably higher or lower than it should be. If I restart my player it corrects itself and seems to work fine until the next file starts. This is random and doesn't always happen. The only thing I could think of is an issue with differing file quality, but I converted all of the files with the same program to the same bit rate, and have specified this in IceS. Does anyone know what could be going wrong here? The players I'm experiencing this on are Winamp and Safari on iOS. Thanks a lot for any advice. I've tried searching around on Google for both of these problems but haven't been able to come up with anything. From kiriki at streamguys.com Mon Nov 23 18:30:13 2015 From: kiriki at streamguys.com (Kiriki Delany) Date: Mon, 23 Nov 2015 10:30:13 -0800 Subject: [Icecast] Looking for some advice to two problems I'm having In-Reply-To: References: Message-ID: <8FDEEB36-9D1C-4203-BDAF-2717D3DB5360@streamguys.com> That should be due to the sampling frequency fluctuating between tracks Check that they are all consistent at 44.1khz for example. Thanks, Kiriki Delany > On Nov 23, 2015, at 9:12 AM, Spam Catcher wrote: > > Hi guys. > > I have two questions about my streaming setup and I was wondering if > any of you could offer some advice. > > I'm using IceS 0.4 as my source. It's reading a text file that > contains the paths to about 300 different files that I want it to > randomly play. For some reason though, it seems to only play a few of > those files on a loop. I guess it could be in my head, but it seems > like it's not reading and randomizing all of the files. Does anyone > know what could cause this, or of a better way that I can lessen the > number of file repeats? > > Secondly, I'm streaming in mp3, and all of the files have the same > bit rate. I've noticed when listening to the stream, when one file > ends and it switches to another file, the pitch of the audio is either > considerably higher or lower than it should be. If I restart my player > it corrects itself and seems to work fine until the next file starts. > This is random and doesn't always happen. The only thing I could think > of is an issue with differing file quality, but I converted all of the > files with the same program to the same bit rate, and have specified > this in IceS. Does anyone know what could be going wrong here? The > players I'm experiencing this on are Winamp and Safari on iOS. > > > Thanks a lot for any advice. I've tried searching around on Google > for both of these problems but haven't been able to come up with > anything. > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast From spamcatcher447 at gmail.com Mon Nov 23 19:12:30 2015 From: spamcatcher447 at gmail.com (Spam Catcher) Date: Mon, 23 Nov 2015 14:12:30 -0500 Subject: [Icecast] Looking for some advice to two problems I'm having In-Reply-To: <8FDEEB36-9D1C-4203-BDAF-2717D3DB5360@streamguys.com> References: <8FDEEB36-9D1C-4203-BDAF-2717D3DB5360@streamguys.com> Message-ID: Ah. Thanks for that. On 11/23/15, Kiriki Delany wrote: > That should be due to the sampling frequency fluctuating between tracks > > Check that they are all consistent at 44.1khz for example. > > > Thanks, > > Kiriki Delany > > >> On Nov 23, 2015, at 9:12 AM, Spam Catcher >> wrote: >> >> Hi guys. >> >> I have two questions about my streaming setup and I was wondering if >> any of you could offer some advice. >> >> I'm using IceS 0.4 as my source. It's reading a text file that >> contains the paths to about 300 different files that I want it to >> randomly play. For some reason though, it seems to only play a few of >> those files on a loop. I guess it could be in my head, but it seems >> like it's not reading and randomizing all of the files. Does anyone >> know what could cause this, or of a better way that I can lessen the >> number of file repeats? >> >> Secondly, I'm streaming in mp3, and all of the files have the same >> bit rate. I've noticed when listening to the stream, when one file >> ends and it switches to another file, the pitch of the audio is either >> considerably higher or lower than it should be. If I restart my player >> it corrects itself and seems to work fine until the next file starts. >> This is random and doesn't always happen. The only thing I could think >> of is an issue with differing file quality, but I converted all of the >> files with the same program to the same bit rate, and have specified >> this in IceS. Does anyone know what could be going wrong here? The >> players I'm experiencing this on are Winamp and Safari on iOS. >> >> >> Thanks a lot for any advice. I've tried searching around on Google >> for both of these problems but haven't been able to come up with >> anything. >> _______________________________________________ >> 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 jerickson at logicalnetworking.net Mon Nov 23 19:30:10 2015 From: jerickson at logicalnetworking.net (Jordan Erickson) Date: Mon, 23 Nov 2015 11:30:10 -0800 Subject: [Icecast] Looking for some advice to two problems I'm having In-Reply-To: <8FDEEB36-9D1C-4203-BDAF-2717D3DB5360@streamguys.com> References: <8FDEEB36-9D1C-4203-BDAF-2717D3DB5360@streamguys.com> Message-ID: <56536942.2020208@logicalnetworking.net> Also it could be stereo vs. mono tracks doing this. I've experienced this even with ogg vorbis files. YMMV depending on your listening client; some can handle these changes more gracefully than others. Cheers, Jordan http://coolmic.net On 11/23/2015 10:30 AM, Kiriki Delany wrote: > That should be due to the sampling frequency fluctuating between tracks > > Check that they are all consistent at 44.1khz for example. > > > Thanks, > > Kiriki Delany > > >> On Nov 23, 2015, at 9:12 AM, Spam Catcher wrote: >> >> Hi guys. >> >> I have two questions about my streaming setup and I was wondering if >> any of you could offer some advice. >> >> I'm using IceS 0.4 as my source. It's reading a text file that >> contains the paths to about 300 different files that I want it to >> randomly play. For some reason though, it seems to only play a few of >> those files on a loop. I guess it could be in my head, but it seems >> like it's not reading and randomizing all of the files. Does anyone >> know what could cause this, or of a better way that I can lessen the >> number of file repeats? >> >> Secondly, I'm streaming in mp3, and all of the files have the same >> bit rate. I've noticed when listening to the stream, when one file >> ends and it switches to another file, the pitch of the audio is either >> considerably higher or lower than it should be. If I restart my player >> it corrects itself and seems to work fine until the next file starts. >> This is random and doesn't always happen. The only thing I could think >> of is an issue with differing file quality, but I converted all of the >> files with the same program to the same bit rate, and have specified >> this in IceS. Does anyone know what could be going wrong here? The >> players I'm experiencing this on are Winamp and Safari on iOS. >> >> >> Thanks a lot for any advice. I've tried searching around on Google >> for both of these problems but haven't been able to come up with >> anything. >> _______________________________________________ >> 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 lion at lion.leolix.org Sat Nov 28 10:03:05 2015 From: lion at lion.leolix.org (Philipp Schafft) Date: Sat, 28 Nov 2015 10:03:05 +0000 Subject: [Icecast] libshout Release 2.4.1 Message-ID: <20151128100307.DBE4D12CD0@grassland.keep-cool.org> Good morning, based on all the good feedback we got from the community we updated our last libshout release and released version 2.4.1. This version does not alter any features but updates the build system. This was necessary as libshout did not build in some environments. We're very sorry if you hit such a case and recommend to try again with this new version. Please see the release news at: http://icecast.org/#latest-news As well as the download at: http://icecast.org/download/#bindings -- Philipp. (Rah of PH2) -------------- 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 cdgraff at gmail.com Sat Nov 28 19:09:40 2015 From: cdgraff at gmail.com (Alejandro) Date: Sat, 28 Nov 2015 16:09:40 -0300 Subject: [Icecast] Automatic rotation Dump-File possible? Message-ID: Hi all, I try to found some information about if possible has dump-files that rotate automatically. I has setup: /recordings/stream-%Y%m%d-%H%M%S How is the correct way to split every 1 hour for example this dumpfile? Thanks Alejandro -------------- next part -------------- An HTML attachment was scrubbed... URL: From sm at noisynotes.com Sun Nov 29 21:16:53 2015 From: sm at noisynotes.com (Steve Matzura) Date: Sun, 29 Nov 2015 16:16:53 -0500 Subject: [Icecast] Problem with fallback on 2.31 on Windows XP Message-ID: If this isn't supported, then I apologize for the disruption, I'll just tell my customer / client / friend it's time to seriously rethink what they're trying to do. If support is possible, here's the problem: I took a running icecast.xml file from a configuration that works. It has live, backup, and listener (called /broadband) mount points. A continuously running stream connects to /backup to provide a fallback, another stream can connect to /live, and listeners listen on /broadband. This config worked on a 2.42 Linux system, so I just dropped it into place as-is on the 2.31 XP system, but it does not work. The stream can connect to /backup, but when a listener tries to connect to /broadband, they get 404 in their media player. I suspect I've bungled the relay or fallback setup and would greatly appreciate help fixing it. Here's the XML with the comment lines removed to make it shorter: 100 2 5 524288 30 15 10 1 65535 oliver88 oliver770 tyler hackme 192.168.1.10 8000 /broadband tyler oliver88 5 /tmp/dump-example1.ogg 65536 /live 1 1 /example_intro.ogg 1 1 /home/icecast/bin/broadband-connect /home/icecast/bin/broadband-disconnect /live othersource oliver88 5 /tmp/dump-example1.ogg 65536 /backup 1 1 /example_intro.ogg 1 1 /home/icecast/bin/broadband-connect /home/icecast/bin/broadband-disconnect /backup --> 1 ./ ./logs ./web ./admin access.log error.log 4 10000 0 Thanks in advance. From spamcatcher447 at gmail.com Sun Nov 29 22:48:11 2015 From: spamcatcher447 at gmail.com (Spam Catcher) Date: Sun, 29 Nov 2015 17:48:11 -0500 Subject: [Icecast] Anyone know of an easy way to view listener count from Windows? Message-ID: Hi guys. As the subject suggests, I was wondering if anyone knew of a Windows client that can watch an Icecast stream, and periodically update and show the amount of listeners on that mountpoint. I think something like this would be really useful to have so I don't have to keep looking at the webpage. Thanks a lot. From epirat07 at gmail.com Mon Nov 30 09:33:01 2015 From: epirat07 at gmail.com (Marvin Scholz) Date: Mon, 30 Nov 2015 10:33:01 +0100 Subject: [Icecast] Problem with fallback on 2.31 on Windows XP In-Reply-To: References: Message-ID: <412072D0-032F-4956-9A0D-97ED50357301@gmail.com> Could you post the config you used with comments? Currently there is at least one closing comment tag without a opening tag as far as I can see, which is confusing. If that is the file you are using, maybe you accidentally commented it out? Despite that it should works, but all of the paths in the config need to be adjusted for Windows! On 29 Nov 2015, at 22:16, Steve Matzura wrote: > If this isn't supported, then I apologize for the disruption, I'll > just tell my customer / client / friend it's time to seriously rethink > what they're trying to do. If support is possible, here's the problem: > > I took a running icecast.xml file from a configuration that works. It > has live, backup, and listener (called /broadband) mount points. A > continuously running stream connects to /backup to provide a fallback, > another stream can connect to /live, and listeners listen on > /broadband. This config worked on a 2.42 Linux system, so I just > dropped it into place as-is on the 2.31 XP system, but it does not > work. The stream can connect to /backup, but when a listener tries to > connect to /broadband, they get 404 in their media player. I suspect > I've bungled the relay or fallback setup and would greatly appreciate > help fixing it. > > Here's the XML with the comment lines removed to make it shorter: > > > > 100 > 2 > 5 > 524288 > 30 > 15 > 10 > 1 > 65535 > > > > oliver88 > oliver770 > > tyler > hackme > > > > 192.168.1.10 > > > 8000 > > > > /broadband > > tyler > oliver88 > > 5 > /tmp/dump-example1.ogg > 65536 > /live > 1 > 1 > /example_intro.ogg > 1 > 1 > > > /home/icecast/bin/broadband-connect > /home/icecast/bin/broadband-disconnect > > > > /live > > othersource > oliver88 > > 5 > /tmp/dump-example1.ogg > 65536 > /backup > 1 > 1 > /example_intro.ogg > 1 > 1 > > > /home/icecast/bin/broadband-connect > /home/icecast/bin/broadband-disconnect > > > > /backup > > > > > --> > > 1 > > > > > > ./ > > > ./logs > ./web > ./admin > > > > > > > access.log > error.log > > 4 > 10000 > > > 0 > > > > > Thanks in advance. > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast From geoff at QuiteLikely.com Mon Nov 30 09:40:47 2015 From: geoff at QuiteLikely.com (Geoff Shang) Date: Mon, 30 Nov 2015 09:40:47 +0000 (GMT) Subject: [Icecast] Problem with fallback on 2.31 on Windows XP In-Reply-To: References: Message-ID: Hi, A few issues with your file: 1. It's probably not finding the intro files. If you don't want them, remove them. 2. It's almost certainly not finding the on-connect and on-disconnect scripts. You'll definitely need to remove these. There are probably other issues. IMHO, delete anything you don't need in the file. Oh and I hope those passwords were not the actual passwords. I'd change them now if they are. Geoff. From meturner2214 at gmail.com Mon Nov 30 21:59:33 2015 From: meturner2214 at gmail.com (Matt Turner) Date: Mon, 30 Nov 2015 16:59:33 -0500 Subject: [Icecast] Making icecast stream available outside my network? Message-ID: <565CC6C5.70100@gmail.com> Hi, i'm a newb to using icecast. what i'm using is, foobar2000, with the altacast encoder. I went in to the config file, and changed the adminname/password. i've left everything else at there defaults. I open up altacast, and add a new encoder, giveing it the user name, and password. it works fine. But when giveing the link to people to listen, they say they can't open it. I've read up on the doc, but still can't seem to figure it out. Using NVDA, witch is a screen reader, and windows 8.1. From hannah_carroll95 at hotmail.co.uk Mon Nov 30 23:22:33 2015 From: hannah_carroll95 at hotmail.co.uk (Hannah Carroll) Date: Mon, 30 Nov 2015 23:22:33 +0000 Subject: [Icecast] Icecast Problems Message-ID: Hello,I don't know if anyone can help but I have encountered a problem with my online radio show.The player on the website starts to lag/stutter when a mount point is switched. The only way I can fix this at the moment is by refreshing the page.Anyone know what could be causing this and how I can fix it? Kindest RegardsHannah -------------- next part -------------- An HTML attachment was scrubbed... URL: From jerickson at logicalnetworking.net Mon Nov 30 23:32:59 2015 From: jerickson at logicalnetworking.net (Jordan Erickson) Date: Mon, 30 Nov 2015 15:32:59 -0800 Subject: [Icecast] Icecast Problems In-Reply-To: References: Message-ID: <565CDCAB.6030801@logicalnetworking.net> Hi Hannah, Is it possible your mountpoints have different audio settings (bitrate, stereo vs. mono, samplerate, etc.)? This would be common in many listener clients if that's the case. If so, you'll want to match audio settings in all of your mountpoints. Sincerely, Jordan Jordan Erickson (PGP: 0x78DD41CB) Logical Networking Solutions, 707-636-5678 On 11/30/2015 03:22 PM, Hannah Carroll wrote: > Hello, > I don't know if anyone can help but I have encountered a problem with > my online radio show. > The player on the website starts to lag/stutter when a mount point is > switched. The only way I can fix this at the moment is by refreshing > the page. > Anyone know what could be causing this and how I can fix it? > > Kindest Regards > Hannah > > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast