Skip to content

Instantly share code, notes, and snippets.

@marihachi
Last active August 14, 2017 07:37
Show Gist options
  • Save marihachi/caae3fa5ddf30be5041bf2e821485181 to your computer and use it in GitHub Desktop.
Save marihachi/caae3fa5ddf30be5041bf2e821485181 to your computer and use it in GitHub Desktop.

Required binary

  • ffmpeg
  • rtmpdump

Channel

超!A&G+

rtmpdump -r "rtmpe://fms1.uniqueradio.jp/" -a ?rtmp://fms-base2.mitene.ad.jp/agqr/ -y aandg22 -B %1 -v | ffmpeg -i pipe:0 %2

param

  • time sec(ex. 1800)
  • output filename(ex. output.mp3)

Radiko

rtmpdump -v -r "%1" -W "%2" -C S:"" -C S:"" -C S:"" -C S:"%3" -B %4 | ffmpeg -y -i pipe:0 %5

param

❗ These params are likely to be changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment