Skip to content

Instantly share code, notes, and snippets.

@moyashi
Created March 16, 2010 04:03
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 moyashi/333628 to your computer and use it in GitHub Desktop.
Save moyashi/333628 to your computer and use it in GitHub Desktop.
./rtmpdump -vr rtmp://radiko.smartstream.ne.jp/TBS/_defInst_/simul-stream -o - | ffmpeg -y -i - -vn -f au - 2>/dev/null | aplay
rtmpdumpはUbuntuのリポジトリに登録されていないですが、うちのリポジトリに登録しておきました。
http://moyashi.air-nifty.com/hitori/2009/09/netwalkertwitpi.html
「rtmpdump」で検索すると出てくると思います。
rtmpdumpはsudo aptitude install libssl-devしてあればmake posixできると思います。
mplayerはNetWalkerへのインストールが難しそうなのでaplayで代用。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment