Is it possible to make Icecast run, for serving no more than 16 listeners, on Raspberry Pi? I simply want to dip my toe into the Linux universe, and this would be a fine excuse for me to try RP if it's doable. Thanks. Jeremiah Rogers Cell: 704-996-5334 Email: jeremiahzrogers at gmail.com Social Networking: /jzrogers
for a pi2, I'd say yes. It's quite powerful ;) well, compared to the pi... no experience with icecast on pi though... I'm using the pi2 for upstraming /w darkice and an usb mic, to a remote icecast2, that works fine w/o significat load. --u Jeremiah Rogers:> Is it possible to make Icecast run, for serving no more than 16 listeners, on Raspberry Pi? I simply want to dip my toe into the Linux universe, and this would be a fine excuse for me to try RP if it's doable. Thanks. > > Jeremiah Rogers > Cell: 704-996-5334 > Email: jeremiahzrogers at gmail.com > Social Networking: /jzrogers > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast
Good afternoon, On Wed, 2015-10-14 at 08:23 -0400, Jeremiah Rogers wrote:> Is it possible to make Icecast run, for serving no more than 16 > listeners, on Raspberry Pi? I simply want to dip my toe into the Linux > universe, and this would be a fine excuse for me to try RP if it's > doable. Thanks.the Raspberry Pi isn't exactly a powerful device. It is known for limited IO power (which is relevant for Icecast2) and other shortages. After saying that: the pi is actually a fully features system. I don't see a problem beside the above for running Icecast2. I expect you to run into the bottleneck of the Ethernet interface. I don't know what the maximum throughput of the interface is but I'm interested in any load test results. Running it with a few listeners is not a problem at all. Many seem to do that. Have fun! -- Philipp. (Rah of PH2) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 490 bytes Desc: This is a digitally signed message part Url : http://lists.xiph.org/pipermail/icecast/attachments/20151014/b97bdc22/attachment.pgp
I use raspberry pi, I have used icecast and darkice running at the same time on the B+ version, serving mp3 files. Though CPU was running at 50% or there abouts never tried more than a few connections though. Best thing to do, try it. I used this link ages ago https://stmllr.net/blog/live-mp3-streaming-from-audio-in-with-darkice-and-icecast2-on-raspberry-pi/ Seeya -----Original Message----- From: Jeremiah Rogers Sent: Wednesday, October 14, 2015 1:23 PM To: Icecast streaming server user discussions Subject: [Icecast] Icecast on Raspberry Pi Is it possible to make Icecast run, for serving no more than 16 listeners, on Raspberry Pi? I simply want to dip my toe into the Linux universe, and this would be a fine excuse for me to try RP if it's doable. Thanks. Jeremiah Rogers Cell: 704-996-5334 Email: jeremiahzrogers at gmail.com Social Networking: /jzrogers _______________________________________________ Icecast mailing list Icecast at xiph.org http://lists.xiph.org/mailman/listinfo/icecast
hello, this is a bit special I guess... Icercast 2.4 I have several mounts of type=normal, with staticly defined user/password as well as dynamic authentication via url, e.g.: <mount type="normal"> ... <password>something</password> ... </mount> <mount type="normal"> ... <authentication type="url"> <option name="stream_auth" value="http://my.api/streamAuth"/> <option name="auth_header" value="x-is-authenticated: 200 OK" /> </authentication> ... </mount> this all works fine and stable. BUT when i add <mount type="default"> <authentication type="url"> <option name="stream_auth" value="http://my.api/streamAuth"/> <option name="auth_header" value="x-is-authenticated: 200 OK" /> </authentication> </mount> Icecast crashes on start, not logging anything (loglevel 4). strace gives me +++ killed by SIGSEGV +++ (see http://pastebin.com/iQefpZbR) What's wrong? Can't type=default coexist with type=normal? It shouldn't crash anyway... thx, uno
Which Icecast Version are you using? This sounds like a bug that was fixed in recent versions. 2.4 is not exact enough, we need to know the full version number, please :) On 2 Nov 2016, at 10:52, unosonic wrote:> > hello, > > this is a bit special I guess... > Icercast 2.4 > > I have several mounts of type=normal, with staticly defined > user/password > as well as dynamic authentication via url, e.g.: > > <mount type="normal"> > ... > <password>something</password> > ... > </mount> > > <mount type="normal"> > ... > <authentication type="url"> > <option name="stream_auth" value="http://my.api/streamAuth"/> > <option name="auth_header" value="x-is-authenticated: 200 OK" /> > </authentication> > ... > </mount> > > this all works fine and stable. BUT when i add > > <mount type="default"> > <authentication type="url"> > <option name="stream_auth" value="http://my.api/streamAuth"/> > <option name="auth_header" value="x-is-authenticated: 200 OK" /> > </authentication> > </mount> > > Icecast crashes on start, not logging anything (loglevel 4). > strace gives me +++ killed by SIGSEGV +++ > (see http://pastebin.com/iQefpZbR) > > What's wrong? > Can't type=default coexist with type=normal? It shouldn't crash > anyway... > > thx, uno > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast