Skip to content

Instantly share code, notes, and snippets.

@thies23
Created November 24, 2018 09:24
Show Gist options
  • Select an option

  • Save thies23/25065899341fbc600702d1806186b97b to your computer and use it in GitHub Desktop.

Select an option

Save thies23/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