From thomas at ruecker.fi Tue Jul 1 08:59:14 2014 From: thomas at ruecker.fi (=?ISO-8859-1?Q?=22Thomas_B=2E_R=FCcker=22?=) Date: Tue, 01 Jul 2014 08:59:14 +0000 Subject: [Icecast] Joined icecast web forum but haven't been activated In-Reply-To: <53ADFA1A.9060801@pobox.com> References: <53ADFA1A.9060801@pobox.com> Message-ID: <53B27862.2090306@ruecker.fi> On 06/27/2014 11:11 PM, David wrote: > A week ago I joined the icecast web forum but haven't had an activate > email yet. They don't send out those. Your account just gets activated at some point. Try logging in now and then. > Nowhere to contact about it either so have to do it here.. It's not run by Xiph. We're grateful for them running it, but it means we don't have any influence/insight on the administrative side. HTH Thomas From thomas at ruecker.fi Tue Jul 1 09:33:25 2014 From: thomas at ruecker.fi (=?ISO-8859-1?Q?=22Thomas_B=2E_R=FCcker=22?=) Date: Tue, 01 Jul 2014 09:33:25 +0000 Subject: [Icecast] Webm streaming. In-Reply-To: References: <11D0EFB6-EA54-43EF-94AC-08FF87A79DE8@icloud.com> Message-ID: <53B28065.6030107@ruecker.fi> On 06/27/2014 01:39 PM, Olivier BATARD wrote: > > Hi, > > After a few experiments I found how it works. > > - the easiest way is to declare a path statement in the config. *snip* That is abusing Icecast as a web server. Use Apache or Nginx instead if you want to serve static files. Icecast is meant for live streaming. That means that at a given point in time all listeners/viewers will see the same content, regardless when they connect (modulo buffering and other things). Cheers Thomas -------------- next part -------------- An HTML attachment was scrubbed... URL: From pshirkey at boosthardware.com Tue Jul 1 09:48:31 2014 From: pshirkey at boosthardware.com (Patrick Shirkey) Date: Tue, 1 Jul 2014 19:48:31 +1000 (EST) Subject: [Icecast] icecast with midi/video Message-ID: <64631.86.107.254.57.1404208111.squirrel@boosthardware.com> Hi, I am evaluating icecast for a project that requires video and/or midi data with the stream. I am bandwidth limited upto 20Mb/s so icecast would provide a good base to work from for low bitrate audio streaming. Ideally I would like to be able to serve data to 20 client devices. I am considering the tradeoff between streaming video content and triggering video data with midi events. Do you have any suggestions for using icecast in this system? I am also looking at ffmpeg streaming server and netjack. -- Patrick Shirkey Boost Hardware Ltd From thomas at ruecker.fi Tue Jul 1 11:06:21 2014 From: thomas at ruecker.fi (=?ISO-8859-1?Q?=22Thomas_B=2E_R=FCcker=22?=) Date: Tue, 01 Jul 2014 11:06:21 +0000 Subject: [Icecast] icecast with midi/video In-Reply-To: <64631.86.107.254.57.1404208111.squirrel@boosthardware.com> References: <64631.86.107.254.57.1404208111.squirrel@boosthardware.com> Message-ID: <53B2962D.7050003@ruecker.fi> Hi, On 07/01/2014 09:48 AM, Patrick Shirkey wrote: > I am evaluating icecast for a project that requires video and/or midi data > with the stream. > > I am bandwidth limited upto 20Mb/s so icecast would provide a good base to > work from for low bitrate audio streaming. > > Ideally I would like to be able to serve data to 20 client devices. Accounting for overhead, etc. that will still leave you with the better part of a Megabit per second per client. That's plenty. > I am considering the tradeoff between streaming video content and > triggering video data with midi events. The work overhead might be significant to pioneer something like MIDI or work out something with Kate (in Ogg) in addition to the audio stream. > Do you have any suggestions for using icecast in this system? The easy way out is obviously to go with video to keep audio/video in sync. With the information you provided it sounds like you have ample head room for that in terms of bandwidth. I'm going to say this smells like an art installation or such. Are you sure you mentioned all constraints and requirements? e.g. Icecast (and any http based stream for that matter) are NOT suitable for real-time streaming, nor highly synchronized broadcast. This means that there is substantial lag (>1s, 10s typical) and clients do drift apart for a variety of reasons. Cheers Thomas From pshirkey at boosthardware.com Tue Jul 1 11:20:17 2014 From: pshirkey at boosthardware.com (Patrick Shirkey) Date: Tue, 1 Jul 2014 21:20:17 +1000 (EST) Subject: [Icecast] icecast with midi/video In-Reply-To: <53B2962D.7050003@ruecker.fi> References: <64631.86.107.254.57.1404208111.squirrel@boosthardware.com> <53B2962D.7050003@ruecker.fi> Message-ID: <50926.86.107.254.57.1404213617.squirrel@boosthardware.com> On Tue, July 1, 2014 9:06 pm, "Thomas B. R?cker" wrote: > Hi, > > On 07/01/2014 09:48 AM, Patrick Shirkey wrote: >> I am evaluating icecast for a project that requires video and/or midi >> data >> with the stream. >> >> I am bandwidth limited upto 20Mb/s so icecast would provide a good base >> to >> work from for low bitrate audio streaming. >> >> Ideally I would like to be able to serve data to 20 client devices. > > Accounting for overhead, etc. that will still leave you with the better > part of a Megabit per second per client. That's plenty. > > >> I am considering the tradeoff between streaming video content and >> triggering video data with midi events. > > The work overhead might be significant to pioneer something like MIDI or > work out something with Kate (in Ogg) in addition to the audio stream. > > >> Do you have any suggestions for using icecast in this system? > > The easy way out is obviously to go with video to keep audio/video in > sync. With the information you provided it sounds like you have ample > head room for that in terms of bandwidth. > > I'm going to say this smells like an art installation or such. Are you > sure you mentioned all constraints and requirements? > e.g. Icecast (and any http based stream for that matter) are NOT > suitable for real-time streaming, nor highly synchronized broadcast. > This means that there is substantial lag (>1s, 10s typical) and clients > do drift apart for a variety of reasons. > It's more of a business product built with open source technology than an installation. The sync issue is a problem if it cannot be controlled. In that case it seems like netjack might provide a more robust connection protocol. Has anyone here any thoughts on integrating icecast technology with netjack to provide near sample accurate sync with low bitrate audio? (upto 1000ms latency) -- Patrick Shirkey Boost Hardware Ltd From metaledgeradio at metaledgeradio.com Sun Jul 27 02:49:52 2014 From: metaledgeradio at metaledgeradio.com (metaledgeradio) Date: Sat, 26 Jul 2014 19:49:52 -0700 Subject: [Icecast] Metadata Message-ID: <14775b96df7.2548328001937258903.5661818462762905219@metaledgeradio.com> Ice, Using icecast to stream music, but player, although able to play music, won't provide metadata for current song. Was told by web designer player being use not compatible with encoder and needed to change encoder. What player can I use on web site that will work well with Icecast and will not redirect listener to another page. Would also like to no how I can set up song history info for listeners to view. I am currently using SAM Studio. Thanks. Respectfully, Mike Dixon Metal Edge Radio Pax Vobiscum -------------- next part -------------- An HTML attachment was scrubbed... URL: From thomas at ruecker.fi Tue Jul 29 16:21:04 2014 From: thomas at ruecker.fi (=?ISO-8859-1?Q?=22Thomas_B=2E_R=FCcker=22?=) Date: Tue, 29 Jul 2014 16:21:04 +0000 Subject: [Icecast] BUG ? - Metadata/tags NOT UPDATING - Python IceCast 2.3.2[3] In-Reply-To: References: Message-ID: <53D7C9F0.6040501@ruecker.fi> On 07/25/2014 04:41 PM, Dean Sauer wrote: > I use darkce as my encoder for my setup, thus it has no means to send the > data needed for my particular streams for the metadata..just FYI, it is > not song data, so it changes quite frequently..... > > So I have a python program which will WORK, but ONLY AS THE ADMIN user. > > Other programs non python, non darkice, can do this and they don't have > the admin user info...so what gives. > > Icecast 2.3.2[3] Which version of Icecast is this? I'm not quite sure how to read the above. As a side note: We released 2.4.0 recently, including packages for most distros. > Example: > IF I *USE ADMIN *credentials /*WORKS/* > > IF I _use "source"_ as the user name and the source password I get A > SUCCESS ON UPDATE.. BUT the UPDATE NEVER SHOWS! > > > > Using the admin crendetials: > $ ./metaUP.py > Wed Jul 23 01:42:24 2014 > Icecast Update OK > > Using "source" as username and the source password: > > @marilyn:~/caster/tags$ ./metaUP.py > Wed Jul 23 01:42:49 2014 > Icecast Update OK > > BUT THE TAGS NEVER CHANGE EVEN WITH DIFFERENT DATA. Have you looked at the error.log yet? Increase log level to 4 and check for differences. Also I'm not sure if looking for the HTTP status code is sufficient. You might need to evaluate the actual server response. I'd need to check the source to be sure though. Are you by chance sending the updates from a different IP than the source client? There were frequent problems with two or more source clients "fighting" for the mount and _both_ updating the metadata. This was disabled by only allowing metadata updates from the same IP as the source client. Cheers Thomas From thomas at ruecker.fi Tue Jul 29 16:25:35 2014 From: thomas at ruecker.fi (=?ISO-8859-1?Q?=22Thomas_B=2E_R=FCcker=22?=) Date: Tue, 29 Jul 2014 16:25:35 +0000 Subject: [Icecast] Metadata In-Reply-To: <14775b96df7.2548328001937258903.5661818462762905219@metaledgeradio.com> References: <14775b96df7.2548328001937258903.5661818462762905219@metaledgeradio.com> Message-ID: <53D7CAFF.5010802@ruecker.fi> Hi, On 07/27/2014 02:49 AM, metaledgeradio wrote: > Ice, > > Using icecast to stream music, but player, although able to play > music, won't provide metadata for current song. Was told by web > designer player being use not compatible with encoder and needed to > change encoder. I'm terribly sorry, but my crystal ball is still out for repair. Would you mind sharing some more details? Which player? What stream type? URL of the stream? URL of the page with the current player? > Would also like to no how I can set up song history info for listeners > to view. I am currently using SAM Studio. Icecast can write out a playlist log. You could parse that for your needs. Cheers Thomas From metaledgeradio at metaledgeradio.com Wed Jul 30 00:44:00 2014 From: metaledgeradio at metaledgeradio.com (metaledgeradio) Date: Tue, 29 Jul 2014 17:44:00 -0700 Subject: [Icecast] Metadata In-Reply-To: <53D7CAFF.5010802@ruecker.fi> References: <53D7CAFF.5010802@ruecker.fi> Message-ID: <14784b36cbc.3630545476965627032.1468685863973396031@metaledgeradio.com> Thomas, Muse Radio Player 1.ob is the player, using Coding Technologies aacplusv2 encoder which came with SAM Broadcaster Studio. Url is metaledgeradio.com player located on listen page. Cool about the playlist log. I hope you got your crystal ball fixed. Thanks. Respectfully, Mike Dixon Metal Edge Radio ---- On Tue, 29 Jul 2014 09:25:35 -0700 Thomas B. R?cker <thomas at ruecker.fi> wrote ---- Hi, On 07/27/2014 02:49 AM, metaledgeradio wrote: > Ice, > > Using icecast to stream music, but player, although able to play > music, won't provide metadata for current song. Was told by web > designer player being use not compatible with encoder and needed to > change encoder. I'm terribly sorry, but my crystal ball is still out for repair. Would you mind sharing some more details? Which player? What stream type? URL of the stream? URL of the page with the current player? > Would also like to no how I can set up song history info for listeners > to view. I am currently using SAM Studio. Icecast can write out a playlist log. You could parse that for your needs. Cheers Thomas _______________________________________________ Icecast mailing list Icecast at xiph.org http://lists.xiph.org/mailman/listinfo/icecast -------------- next part -------------- An HTML attachment was scrubbed... URL: From thomas at ruecker.fi Wed Jul 30 07:33:13 2014 From: thomas at ruecker.fi (=?ISO-8859-1?Q?=22Thomas_B=2E_R=FCcker=22?=) Date: Wed, 30 Jul 2014 07:33:13 +0000 Subject: [Icecast] Metadata In-Reply-To: <14784b36cbc.3630545476965627032.1468685863973396031@metaledgeradio.com> References: <53D7CAFF.5010802@ruecker.fi> <14784b36cbc.3630545476965627032.1468685863973396031@metaledgeradio.com> Message-ID: <53D89FB9.1030006@ruecker.fi> Hi, On 07/30/2014 12:44 AM, metaledgeradio wrote: > Thomas, > Muse Radio Player 1.ob is the player, using Coding Technologies > aacplusv2 encoder which came with SAM Broadcaster Studio. Url is > metaledgeradio.com player located on listen page. I took a look. Annoying registration process just to get to see this... So you're streaming AAC to muses. I have no idea if Muses supports metadata on AAC. I know it works just fine for Ogg/Vorbis streams (if you select a Muses skin that supports meta data, like "Simple Blue" and enable java-script callbacks). > Cool about the playlist log. Seeing, that you are using a hosted service and not hosting your own Icecast, I'm not sure how well that will work for you. But that's something you need to check with your service provider. > I hope you got your crystal ball fixed. Thanks. That's probably out for repair for still a long while. Good problem descriptions help me avoid to feel that it's missing though. Cheers Thomas > > ---- On Tue, 29 Jul 2014 09:25:35 -0700 *Thomas B. R?cker > * wrote ---- > > Hi, > > On 07/27/2014 02:49 AM, metaledgeradio wrote: > > Ice, > > > > Using icecast to stream music, but player, although able to play > > music, won't provide metadata for current song. Was told by web > > designer player being use not compatible with encoder and needed to > > change encoder. > > I'm terribly sorry, but my crystal ball is still out for repair. > Would you mind sharing some more details? Which player? What stream > type? URL of the stream? URL of the page with the current player? > > > Would also like to no how I can set up song history info for > listeners > > to view. I am currently using SAM Studio. > > Icecast can write out a playlist log. You could parse that for > your needs. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From un at dom.de Wed Jul 30 08:57:26 2014 From: un at dom.de (uno) Date: Wed, 30 Jul 2014 10:57:26 +0200 Subject: [Icecast] who is streaming? Message-ID: <20140730085726.GB1558@aporee.org> hello, i'm using url-auth in icecast 2.4.0 for source authentication against a user database. is there any way to know *who (i.e the username) is actually streaming? i'm using on-connect / - disconnect scripts to, but these only give the mountpoint as argument. thanks for a hint, udo From simone.dalmaso at gmail.com Wed Jul 30 17:37:12 2014 From: simone.dalmaso at gmail.com (Simone Dal Maso) Date: Wed, 30 Jul 2014 19:37:12 +0200 Subject: [Icecast] can't use icecast2 in ubuntu 12.04 Message-ID: <65888058-7C76-4F55-928F-2288F9098F21@gmail.com> Hello, I really don?t know if this question is already been discussed, what I say is that is about 5 days that I can?t find any solution. the problem is that icecast2 works only locally, I am not able to connect remotely. Now I?m going to explain: on ubuntu 12.04, I installed icecast2 with: apt-get install icecast2 it is not the latest version, since I see here there is the 2.4. anyway, I configured Icecast2, and locally, I can issue myIp:8000 and I can see the admin interface on the browser. if I try to access remotely, with my pc at home to: 178.79.148.185:8000 the browser doesn?t load anything. 2 minutes, and then error, can?t load page. I disabled the firewall of the server: ufw disable I create a rule to allow port 8000: ufw allow 8000 I opened the configuration file of icecast2 and set the ?hostname? to my ip, then my website, nothing. For example also with ices, I can listen to the streaming locally, but nothing from remote. what can I do? I really don?t know how to go out from this situation. Hope you can help me, thank you. From artuch at speedy.com.ar Wed Jul 30 18:51:33 2014 From: artuch at speedy.com.ar (=?ISO-8859-1?Q?Jos=E9?= Luis Artuch) Date: Wed, 30 Jul 2014 15:51:33 -0300 Subject: [Icecast] can't use icecast2 in ubuntu 12.04 In-Reply-To: <65888058-7C76-4F55-928F-2288F9098F21@gmail.com> References: <65888058-7C76-4F55-928F-2288F9098F21@gmail.com> Message-ID: <1406746293.4011.52.camel@jlaa> Hi Simone, El mi?, 30-07-2014 a las 19:37 +0200, Simone Dal Maso escribi?: > Hello, > I really don?t know if this question is already been discussed, what I say is that is about 5 days that I can?t find any solution. > the problem is that icecast2 works only locally, I am not able to connect remotely. Now I?m going to explain: > > on ubuntu 12.04, I installed icecast2 with: > apt-get install icecast2 > > it is not the latest version, since I see here there is the 2.4. > anyway, I configured Icecast2, and locally, I can issue myIp:8000 and I can see the admin interface on the browser. > if I try to access remotely, with my pc at home to: > 178.79.148.185:8000 > the browser doesn?t load anything. 2 minutes, and then error, can?t load page. > > I disabled the firewall of the server: > ufw disable > > I create a rule to allow port 8000: > ufw allow 8000 > In your router opens the ports 8000 and 8001 with TCP protocol and listen on port 8000: 178.79.148.185:8000 If port 8000 is busy with another service, you must listen on port 8001: 178.79.148.185:8001 > I opened the configuration file of icecast2 and set the ?hostname? to my ip, then my website, nothing. > For example also with ices, I can listen to the streaming locally, but nothing from remote. > what can I do? > I really don?t know how to go out from this situation. > Hope you can help me, thank you. > Check the configuration of Icecast2 (*icecast.xml* file). If your public IP is 178.79.148.185 and the port is 8000: 178.79.148.185 8000 If you make changes to the configuration of Icecast2, you must restart it for the changes to take effect: /etc/init.d/icecast2 restart Regards !! Jos? Luis > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast From simone.dalmaso at gmail.com Wed Jul 30 19:41:48 2014 From: simone.dalmaso at gmail.com (Simone Dal Maso) Date: Wed, 30 Jul 2014 21:41:48 +0200 Subject: [Icecast] can't use icecast2 in ubuntu 12.04 In-Reply-To: <1406746293.4011.52.camel@jlaa> References: <65888058-7C76-4F55-928F-2288F9098F21@gmail.com> <1406746293.4011.52.camel@jlaa> Message-ID: <8F30D285-2778-4697-824A-0C2885D4B375@gmail.com> Hello, first of all thank you for your patience and having answered you. I tried to change port from 8000 to 8001 but nothing happened. I am using a vps server so I don?t need to open port from router. I paste here all my icecast.xml configuration file. can you please give a llok and tell me if all seems ok to you? still thank you! *** root at mail2:/etc/icecast2# nano icecast.xml GNU nano 2.2.6 File: icecast.xml 100 2 5 524288 30 15 10 1 65535 xxx Abbxxx admin xxx 178.79.148.185 8001 1 /usr/share/icecast2 /var/log/icecast2 /usr/share/icecast2/web /usr/share/icecast2/admin access.log error.log 3 10000 0 -------------- next part -------------- An HTML attachment was scrubbed... URL: From artuch at speedy.com.ar Wed Jul 30 20:15:28 2014 From: artuch at speedy.com.ar (=?ISO-8859-1?Q?Jos=E9?= Luis Artuch) Date: Wed, 30 Jul 2014 17:15:28 -0300 Subject: [Icecast] can't use icecast2 in ubuntu 12.04 In-Reply-To: <8F30D285-2778-4697-824A-0C2885D4B375@gmail.com> References: <65888058-7C76-4F55-928F-2288F9098F21@gmail.com> <1406746293.4011.52.camel@jlaa> <8F30D285-2778-4697-824A-0C2885D4B375@gmail.com> Message-ID: <1406751328.3206.7.camel@jlaa> El mi?, 30-07-2014 a las 21:41 +0200, Simone Dal Maso escribi?: > Hello, > first of all thank you for your patience and having answered you. > I tried to change port from 8000 to 8001 but nothing happened. I am > using a vps server so I don?t need to open port from router. > I paste here all my icecast.xml configuration file. > can you please give a llok and tell me if all seems ok to you? > still thank you! > *** Ok Simone, you are welcome, Change: 8000 Not *8001* there !! Regards. Jos? Luis > root at mail2:/etc/icecast2# nano icecast.xml > > > GNU nano 2.2.6 File: icecast.xml > > > > > > 100 > 2 > 5 > 524288 > 30 > 15 > 10 > > 1 > > 65535 > > > > > xxx > > Abbxxx > > admin > xxx > > > > > > > > > 178.79.148.185 > > > > 8001 > > > > > > > > > > > > > > > > > > 1 > > > > /usr/share/icecast2 > > > /var/log/icecast2 > /usr/share/icecast2/web > /usr/share/icecast2/admin > > > > > > > > > > access.log > error.log > > 3 > 10000 > > > > > > 0 > > > > > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast From simone.dalmaso at gmail.com Wed Jul 30 21:05:16 2014 From: simone.dalmaso at gmail.com (Simone Dal Maso) Date: Wed, 30 Jul 2014 23:05:16 +0200 Subject: [Icecast] can't use icecast2 in ubuntu 12.04 In-Reply-To: <1406751328.3206.7.camel@jlaa> References: <65888058-7C76-4F55-928F-2288F9098F21@gmail.com> <1406746293.4011.52.camel@jlaa> <8F30D285-2778-4697-824A-0C2885D4B375@gmail.com> <1406751328.3206.7.camel@jlaa> Message-ID: <12550800-685E-4D93-9303-7B262FCB292F@gmail.com> Hello, in the first listen socket, I put 8001 to make a test, generally it is always set to 8000. should I change also the second listen socket? Il giorno 30/lug/2014, alle ore 22:15, Jos? Luis Artuch ha scritto: > El mi?, 30-07-2014 a las 21:41 +0200, Simone Dal Maso escribi?: >> Hello, >> first of all thank you for your patience and having answered you. >> I tried to change port from 8000 to 8001 but nothing happened. I am >> using a vps server so I don?t need to open port from router. >> I paste here all my icecast.xml configuration file. >> can you please give a llok and tell me if all seems ok to you? >> still thank you! >> *** > Ok Simone, you are welcome, > Change: > > 8000 > Not *8001* there !! > Regards. > Jos? Luis >> root at mail2:/etc/icecast2# nano icecast.xml >> >> >> GNU nano 2.2.6 File: icecast.xml >> >> >> >> >> >> 100 >> 2 >> 5 >> 524288 >> 30 >> 15 >> 10 >> >> 1 >> >> 65535 >> >> >> >> >> xxx >> >> Abbxxx >> >> admin >> xxx >> >> >> >> >> >> >> >> >> 178.79.148.185 >> >> >> >> 8001 >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> 1 >> >> >> >> /usr/share/icecast2 >> >> >> /var/log/icecast2 >> /usr/share/icecast2/web >> /usr/share/icecast2/admin >> >> >> >> >> >> >> >> >> >> access.log >> error.log >> >> 3 >> 10000 >> >> >> >> >> >> 0 >> >> >> >> >> >> _______________________________________________ >> 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 thomas at ruecker.fi Wed Jul 30 21:26:38 2014 From: thomas at ruecker.fi (=?ISO-8859-1?Q?=22Thomas_B=2E_R=FCcker=22?=) Date: Wed, 30 Jul 2014 21:26:38 +0000 Subject: [Icecast] can't use icecast2 in ubuntu 12.04 In-Reply-To: <8F30D285-2778-4697-824A-0C2885D4B375@gmail.com> References: <65888058-7C76-4F55-928F-2288F9098F21@gmail.com> <1406746293.4011.52.camel@jlaa> <8F30D285-2778-4697-824A-0C2885D4B375@gmail.com> Message-ID: <53D9630E.1040608@ruecker.fi> On 07/30/2014 07:41 PM, Simone Dal Maso wrote: > Hello, > first of all thank you for your patience and having answered you. > I tried to change port from 8000 to 8001 but nothing happened. I am > using a vps server so I don't need to open port from router. > I paste here all my icecast.xml configuration file. > can you please give a llok and tell me if all seems ok to you? > still thank you! > No blatant problems in the config. Are you sure that the ToS of your VPS allow for running streaming servers? I've seen hosts firewalled off externally for such reasons. I'd recommend to verify that the connection requests actually reach your server. You could run "tcpdump -ni eth0 port 8000" and try to access the icecast web interface. If you don't see any output, then traffic to port 8000 is blocked externally. Cheers Thomas -------------- next part -------------- An HTML attachment was scrubbed... URL: From artuch at speedy.com.ar Wed Jul 30 23:33:40 2014 From: artuch at speedy.com.ar (=?ISO-8859-1?Q?Jos=E9?= Luis Artuch) Date: Wed, 30 Jul 2014 20:33:40 -0300 Subject: [Icecast] can't use icecast2 in ubuntu 12.04 In-Reply-To: <12550800-685E-4D93-9303-7B262FCB292F@gmail.com> References: <65888058-7C76-4F55-928F-2288F9098F21@gmail.com> <1406746293.4011.52.camel@jlaa> <8F30D285-2778-4697-824A-0C2885D4B375@gmail.com> <1406751328.3206.7.camel@jlaa> <12550800-685E-4D93-9303-7B262FCB292F@gmail.com> Message-ID: <1406763220.3283.4.camel@jlaa> El mi?, 30-07-2014 a las 23:05 +0200, Simone Dal Maso escribi?: > Hello, > in the first listen socket, I put 8001 to make a test, generally it is always set to 8000. should I change also the second listen socket? > Simone, the first 8000 and the second 8001. It's like the default. But if it was like that before and did not work, then it should be what Thomas says, connection blocked externally. Regards. Jos? Luis > Il giorno 30/lug/2014, alle ore 22:15, Jos? Luis Artuch ha scritto: > > > El mi?, 30-07-2014 a las 21:41 +0200, Simone Dal Maso escribi?: > >> Hello, > >> first of all thank you for your patience and having answered you. > >> I tried to change port from 8000 to 8001 but nothing happened. I am > >> using a vps server so I don?t need to open port from router. > >> I paste here all my icecast.xml configuration file. > >> can you please give a llok and tell me if all seems ok to you? > >> still thank you! > >> *** > > Ok Simone, you are welcome, > > Change: > > > > 8000 > > Not *8001* there !! > > Regards. > > Jos? Luis > >> root at mail2:/etc/icecast2# nano icecast.xml > >> > >> > >> GNU nano 2.2.6 File: icecast.xml > >> > >> > >> > >> > >> > >> 100 > >> 2 > >> 5 > >> 524288 > >> 30 > >> 15 > >> 10 > >> > >> 1 > >> > >> 65535 > >> > >> > >> > >> > >> xxx > >> > >> Abbxxx > >> > >> admin > >> xxx > >> > >> > >> > >> > >> > >> > >> > >> > >> 178.79.148.185 > >> > >> > >> > >> 8001 > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> 1 > >> > >> > >> > >> /usr/share/icecast2 > >> > >> > >> /var/log/icecast2 > >> /usr/share/icecast2/web > >> /usr/share/icecast2/admin > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> access.log > >> error.log > >> > >> 3 > >> 10000 > >> > >> > >> > >> > >> > >> 0 > >> > >> > >> > >> > >> > >> _______________________________________________ > >> Icecast mailing list > >> Icecast at xiph.org > >> http://lists.xiph.org/mailman/listinfo/icecast > > > > > > _______________________________________________ > > Icecast mailing list > > Icecast at xiph.org > > http://lists.xiph.org/mailman/listinfo/icecast > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast From simone.dalmaso at gmail.com Thu Jul 31 08:38:00 2014 From: simone.dalmaso at gmail.com (Simone Dal Maso) Date: Thu, 31 Jul 2014 10:38:00 +0200 Subject: [Icecast] can't use icecast2 in ubuntu 12.04 In-Reply-To: <53D9630E.1040608@ruecker.fi> References: <65888058-7C76-4F55-928F-2288F9098F21@gmail.com> <1406746293.4011.52.camel@jlaa> <8F30D285-2778-4697-824A-0C2885D4B375@gmail.com> <53D9630E.1040608@ruecker.fi> Message-ID: <53DA0068.6090008@gmail.com> Thomas B. R?cker (il 30/07/2014 23:26) ha scritto: You could run "tcpdump -ni eth0 port 8000" and try to access the > icecast web interface. If you don't see any output, then traffic to port > 8000 is blocked externally. good point of view. Ok, let's try: root at mail2:/home/spaziouser# tcpdump -ni eth0 port 8000 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes now I go to firefox and type the address to port 8000 and: 10:35:29.827739 IP 94.161.255.17.54042 > 178.79.148.185.8000: Flags [S], seq 121 406478, win 65535, options [mss 1380,nop,wscale 4,nop,nop,TS val 944767226 ecr 0 ,sackOK,eol], length 0 10:35:31.054375 IP 94.161.255.17.54042 > 178.79.148.185.8000: Flags [S], seq 121 406478, win 65535, options [mss 1380,nop,wscale 4,nop,nop,TS val 944768234 ecr 0 ,sackOK,eol], length 0 10:35:31.931012 IP 94.161.255.17.54042 > 178.79.148.185.8000: Flags [S], seq 121 406478, win 65535, options [mss 1380,nop,wscale 4,nop,nop,TS val 944769242 ecr 0 ,sackOK,eol], length 0 10:35:32.836248 IP 94.161.255.17.54042 > 178.79.148.185.8000: Flags [S], seq 121 406478, win 65535, options [mss 1380,nop,wscale 4,nop,nop,TS val 944770250 ecr 0 ,sackOK,eol], length 0 10:35:33.839519 IP 94.161.255.17.54042 > 178.79.148.185.8000: Flags [S], seq 121 406478, win 65535, options [mss 1380,nop,wscale 4,nop,nop,TS val 944771259 ecr 0 ,sackOK,eol], length 0 10:35:34.851640 IP 94.161.255.17.54042 > 178.79.148.185.8000: Flags [S], seq 121 406478, win 65535, options [mss 1380,nop,wscale 4,nop,nop,TS val 944772266 ecr 0 ,sackOK,eol], length 0 10:35:36.882248 IP 94.161.255.17.54042 > 178.79.148.185.8000: Flags [S], seq 121 406478, win 65535, options [mss 1380,nop,wscale 4,nop,nop,TS val 944774282 ecr 0 ,sackOK,eol], length 0 10:35:40.881943 IP 94.161.255.17.54042 > 178.79.148.185.8000: Flags [S], seq 121 406478, win 65535, options [mss 1380,sackOK,eol], length 0 ^C 8 packets captured 8 packets received by filter 0 packets dropped by kernel so I think that connectivity exist. the same result is with icecast2 disabled. I think that for some strange reason firewall or something is blocking icecast2 for listening. really strange! From thomas at ruecker.fi Thu Jul 31 08:50:36 2014 From: thomas at ruecker.fi (=?ISO-8859-1?Q?=22Thomas_B=2E_R=FCcker=22?=) Date: Thu, 31 Jul 2014 08:50:36 +0000 Subject: [Icecast] can't use icecast2 in ubuntu 12.04 In-Reply-To: <53DA0068.6090008@gmail.com> References: <65888058-7C76-4F55-928F-2288F9098F21@gmail.com> <1406746293.4011.52.camel@jlaa> <8F30D285-2778-4697-824A-0C2885D4B375@gmail.com> <53D9630E.1040608@ruecker.fi> <53DA0068.6090008@gmail.com> Message-ID: <53DA035C.3040008@ruecker.fi> On 07/31/2014 08:38 AM, Simone Dal Maso wrote: > Thomas B. R?cker (il 30/07/2014 23:26) ha scritto: > You could run "tcpdump -ni eth0 port 8000" and try to access the >> icecast web interface. If you don't see any output, then traffic to port >> 8000 is blocked externally. > good point of view. > Ok, let's try: > root at mail2:/home/spaziouser# tcpdump -ni eth0 port 8000 > 8 packets captured > so I think that connectivity exist. the same result is with icecast2 > disabled. yeah, looks good. One down, let's look further. > I think that for some strange reason firewall or something is blocking > icecast2 for listening. > really strange! Let's continue with the basics then: - start Icecast - "netstat -altpn | grep 8000" - "iptables-save" please post the output. Let's see if that gets us any closer to solving this. Cheers Thomas From simone.dalmaso at gmail.com Thu Jul 31 09:10:15 2014 From: simone.dalmaso at gmail.com (Simone Dal Maso) Date: Thu, 31 Jul 2014 11:10:15 +0200 Subject: [Icecast] can't use icecast2 in ubuntu 12.04 In-Reply-To: <53DA035C.3040008@ruecker.fi> References: <65888058-7C76-4F55-928F-2288F9098F21@gmail.com> <1406746293.4011.52.camel@jlaa> <8F30D285-2778-4697-824A-0C2885D4B375@gmail.com> <53D9630E.1040608@ruecker.fi> <53DA0068.6090008@gmail.com> <53DA035C.3040008@ruecker.fi> Message-ID: <53DA07F7.1000105@gmail.com> Hello! I solved the problem, probably in a terrible manner. but one thing is absolutely clear, the problem was the firewall. I decided simply to delete all sort of rules, reading a little tutorial on the net. I simply issued the following commands: iptables -F iptables -X iptables -t nat -F iptables -t nat -X iptables -t mangle -F iptables -t mangle -X iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT Now, icecast works absolutely well! I really hope to be able to restore some basic rules of my firewall, because I am not a good unix user, so I know ufw, the is the uncomplicated firewall, but nothing about iptables. anyway, a complete deletion of all rules solved. I really want to thank you because you point my attention to the firewall and connection issues! thank you thank you thank you! Thomas B. R?cker (il 31/07/2014 10:50) ha scritto: > On 07/31/2014 08:38 AM, Simone Dal Maso wrote: >> Thomas B. R?cker (il 30/07/2014 23:26) ha scritto: >> You could run "tcpdump -ni eth0 port 8000" and try to access the >>> icecast web interface. If you don't see any output, then traffic to port >>> 8000 is blocked externally. >> good point of view. >> Ok, let's try: >> root at mail2:/home/spaziouser# tcpdump -ni eth0 port 8000 > >> 8 packets captured > >> so I think that connectivity exist. the same result is with icecast2 >> disabled. > > yeah, looks good. > One down, let's look further. > > >> I think that for some strange reason firewall or something is blocking >> icecast2 for listening. >> really strange! > > Let's continue with the basics then: > - start Icecast > - "netstat -altpn | grep 8000" > - "iptables-save" > > please post the output. > > Let's see if that gets us any closer to solving this. > > Cheers > > Thomas > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > From un at dom.de Thu Jul 31 09:23:21 2014 From: un at dom.de (uno) Date: Thu, 31 Jul 2014 11:23:21 +0200 Subject: [Icecast] can't use icecast2 in ubuntu 12.04 In-Reply-To: <53DA07F7.1000105@gmail.com> References: <65888058-7C76-4F55-928F-2288F9098F21@gmail.com> <1406746293.4011.52.camel@jlaa> <8F30D285-2778-4697-824A-0C2885D4B375@gmail.com> <53D9630E.1040608@ruecker.fi> <53DA0068.6090008@gmail.com> <53DA035C.3040008@ruecker.fi> <53DA07F7.1000105@gmail.com> Message-ID: <20140731092321.GA14529@aporee.org> Simone Dal Maso: > I solved the problem, probably in a terrible manner. yes, i agree. ;) you shouldn't do that. rather find the rule which affected the drops. udo > iptables -P INPUT ACCEPT > iptables -P FORWARD ACCEPT > iptables -P OUTPUT ACCEPT From simone.dalmaso at gmail.com Thu Jul 31 09:26:19 2014 From: simone.dalmaso at gmail.com (Simone Dal Maso) Date: Thu, 31 Jul 2014 11:26:19 +0200 Subject: [Icecast] can't use icecast2 in ubuntu 12.04 In-Reply-To: <20140731092321.GA14529@aporee.org> References: <65888058-7C76-4F55-928F-2288F9098F21@gmail.com> <1406746293.4011.52.camel@jlaa> <8F30D285-2778-4697-824A-0C2885D4B375@gmail.com> <53D9630E.1040608@ruecker.fi> <53DA0068.6090008@gmail.com> <53DA035C.3040008@ruecker.fi> <53DA07F7.1000105@gmail.com> <20140731092321.GA14529@aporee.org> Message-ID: <53DA0BBB.2060301@gmail.com> > > yes, i agree. ;) > you shouldn't do that. rather find the rule which affected the drops. eh, I know... anyway a simple ufw default deny incoming should be ok, and allowing only the 8 9 ports. From 11joseg at gmail.com Sat Jul 5 21:20:38 2014 From: 11joseg at gmail.com (Jose Gonzalez) Date: Sat, 05 Jul 2014 21:20:38 -0000 Subject: [Icecast] video how to for icecast? Message-ID: Hi, i've been interested in icecast for a few months, but I am having difficulty setting it up, both locally and over the net, I've tried to follow forums, and what videos i can find, and i just get confused. I'm learning linux slowly, but i use windows mainly. Would it be possible for an official "how to" video to be made, I am more of a visual learner and it would help greatly. - Jose -------------- next part -------------- An HTML attachment was scrubbed... URL: