Skip to content

Instantly share code, notes, and snippets.

@creaktive
Created January 16, 2011 14:24
Show Gist options
  • Save creaktive/781825 to your computer and use it in GitHub Desktop.
Save creaktive/781825 to your computer and use it in GitHub Desktop.
leech MP3 stream via RTMP
rtmpdump --host 187.45.227.58 --app oflaDemo --playpath ci101c2fa90a4ac9a8123b8d26bf0ebd0e10.mp3 -o ci101c2fa90a4ac9a8123b8d26bf0ebd0e10.mp3
ffmpeg -i ci101c2fa90a4ac9a8123b8d26bf0ebd0e10.flv -f mp3 -vn -acodec copy ci101c2fa90a4ac9a8123b8d26bf0ebd0e10.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment