top | item 47057707

TinyIce: Single-binary Icecast2-compatible server (auto-HTTPS, multi-tenant)

130 points| sylwester | 12 days ago |github.com

30 comments

order

sylwester|12 days ago

I built TinyIce as a vibing side project to spin up an Icecast2-compatible server in seconds, because I was frustrated with IceCast. One static Go binary, embedded assets, auto-generated creds on first run, built-in ACME (Let’s Encrypt), relays, multi-tenant admins, Prometheus metrics, and a modern web UI.

mrweasel|12 days ago

It's a very nice project. Me and some friends toyed with the idea of running our own IceCast server, as a way to introducing new music to each other. We eventually gave up, exactly due to frustrations with setting up and running IceCast.

I think it's really neat how you managed to include ACME, a nice UI and even the Prometheus metrics.

hsbauauvhabzb|12 days ago

What was frustrating Icecast?

felixding|11 days ago

Very cool project!

When I was still working at a large corporation, I built an internal "social" radio station using Icecast2. I'd broadcast my favorite music like Pink Floyd and Radiohead to my coworkers via a simple Rails web app, and we'd chat about music, work, and everything in between on the same web app. That was a long time ago, and I no longer have that environment (a big company with lots of similar-minded young people), but live-streaming music with friends will always be a soft spot in my heart.

rini17|11 days ago

I tried streaming with icecast2 during pandemic and always got dropped connections in tens of minutes. It drove me mad. And it's impossible to detect in advance, receivers skip for seconds till new connection is made. From packet captures it appears as dropped ack packets. It was https so copyright filters are unlikely.

Are there different solutions, different protocols, ideally supported by browser in some simple manner? Is streaming over websocket possible?

sylwester|11 days ago

I am planning to add other restreaming options such as RTMP or HLS. So far, my test stream is running for more than 10h and did not have a single dropout.

elevation|12 days ago

Thanks for sharing! Would love to see configurable ACME settings for use in a homelab where I'm already running my own ACME CA.

sylwester|11 days ago

thank you for trying. I have added it in the latest release.

sylwester|11 days ago

I've just added better docs, the CI/CD pipeline is now releasing binaries for all major platforms and custom ACME URLs are supported.

sylwester|8 days ago

I've added several improvements over the last couple of days.

mcraiha|12 days ago

The HTTPS is still a problem for some streaming music sites. e.g. streamingsoundtracks.com runs HTTP.

ryandrake|12 days ago

Running my own icecast2 server, I recently ran into a problem[1] where TLS connections don't shut down properly. It's actually a problem with the libshout client library's poor TLS support. I posted a patch to that issue, but it's hard to tell if there's anyone still looking at issues or actively developing the project over there. The last update to libshout was 3 years ago, and it was just a documentation cleanup.

1: https://gitlab.xiph.org/xiph/icecast-libshout/-/issues/2337

iberator|12 days ago

why this is a problem? Streaming over Http just works - even on clients from 1999 like Winamp.

Why would you military grade encrypt radio service or static site anyway?

zenmac|12 days ago

Dose it work behind a reverse proxy such as nginx? Especially for the m3u8 files?

sylwester|11 days ago

That should work! :) Just added m3u/m3u8 support.

IshKebab|12 days ago

Icecast still exists? Blast from the past. Does it work reliably yet?

elevation|12 days ago

I've had years of uptime with icecast at home.

poketdev|12 days ago

[deleted]

notachatbot123|12 days ago

Mods: This seems to be an "agent".