flim.sh

Broadcast your DAW to a URL. Icecast in, WebRTC out.

Point your DAW's broadcast plugin at a flim.sh mount, share the link, and anyone who opens it hears your set live in the browser — no app, no install.

your DAW  --icecast-->  flim.sh  --webrtc-->  listeners

Claim a stream

curl -X POST http://localhost:8000/api/streams \
  -H 'content-type: application/json' \
  -d '{"title":"Midnight set"}'

The response gives you a listen URL, an api_key, and Icecast source credentials. Point BUTT or your DAW at them (host, port 8001, mount /<slug>, user source), then open /<slug> and hit Tune in.

Read the docs →