Skip to content

Instantly share code, notes, and snippets.

@td00
Created November 24, 2018 09:24
Show Gist options
  • Save td00/25065899341fbc600702d1806186b97b to your computer and use it in GitHub Desktop.
Save td00/25065899341fbc600702d1806186b97b to your computer and use it in GitHub Desktop.
Streaming OGG Opus with MacOSX (coreaudio) to ice cast
#!/bin/bash
while true; do ffmpeg -f avfoundation -i :0 -content_type application/ogg -f opus icecast://source:<sourcePW>@stream.eskalation.rocks:8000/lounge.opus; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment