サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
Pixel 10
gist.github.com/saiten
rec_radiko.sh � & �� �� �� #!/bin/sh playerurl=http://radiko.jp/apps/js/flash/myplayer-release.swf cookiefile=./cookie.txt playerfile=./player.swf keyfile=./authkey.png if [ $# -eq 1 ]; then channel=$1 output=./$1.flv elif [ $# -eq 2 ]; then channel=$1 output=$2 elif [ $# -eq 4 ]; then channel=$1 output=$2 mail=$3 pass=$4 else echo "usage : $0 channel_name [outputfile] [mail] [pass]" exit 1 fi ###
radiru.txt �$W �� P�� �� # RTMPEのtype9 handshakeに対応している必要があるのでRTMPDump v2.4必須 # CentOS5 32bitのさくらVPS、OSX Lionで動作確認。(OSX LionではRTMPDumpを32bitでビルド) # ラジオ第1 rtmpdump --rtmp "rtmpe://netradio-r1-flash.nhk.jp" \ --playpath 'NetRadio_R1_flash@63346' \ --app "live" \ -W http://www3.nhk.or.jp/netradio/files/swf/rtmpe.swf \ --live \ -o r1.m4a #ラジオ第2 rtmpdump --rtmp "rtmpe://netradio-r2-flash.nhk.jp" \ --pl
このページを最初にブックマークしてみませんか?
『gist.github.com』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く