Holy crap!
I finally made a thing work .. mostly.

- set up icecast2 server
- stream to it (hard)
- pair this audio with @asciinema live-stream

The icecast2 stuff was "fairly" straightforward, until I entered the TLS swamp (required so that https pages from asciinema don't freak out your browser).

Eventually cobbled together a series of pipes that works:
ffmpeg | oggenc | shout

secret-sauce on "shout" is "--tlsmode rfc2818". Probably needs a blog-post 🤔
Next-stop live-stream coding??

@meejah awesome!

So you did it with `asciinema stream —remote —audio-url <your-icecast-endpoint>`?

@asciinema I didn't know about the other option so did the audio URL (and 4s delay) in the settings WebUI but yes