Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duracell80/888456a7fc9878963acdd50c8dd82596 to your computer and use it in GitHub Desktop.
Save duracell80/888456a7fc9878963acdd50c8dd82596 to your computer and use it in GitHub Desktop.
HDHomeRun to Icecast - Audio Only
ffmpeg -re -i http://192.168.2.221:5004/auto/v4.1 -vn -codec:a libmp3lame -b:a 128k -f mp3 -content_type audio/mpeg icecast://source:yourpassword@192.168.x.x:3345/hd-4-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment