- ffmpeg
- rtmpdump
rtmpdump -r "rtmpe://fms1.uniqueradio.jp/" -a ?rtmp://fms-base2.mitene.ad.jp/agqr/ -y aandg22 -B %1 -v | ffmpeg -i pipe:0 %2
- time sec(ex. 1800)
- output filename(ex. output.mp3)
rtmpdump -v -r "%1" -W "%2" -C S:"" -C S:"" -C S:"" -C S:"%3" -B %4 | ffmpeg -y -i pipe:0 %5
- stream url(ex. rtmpe://f-radiko.smartstream.ne.jp/(stationId)/definst/simul-stream.stream)
- get from following api: http://radiko.jp/v2/station/stream/{stationId}.xml
- player url(ex. http://radiko.jp/apps/js/flash/myplayer-release.swf)
- radiko auth token(like. aBCDeFGHIjKLMn1p-QRstu)
- get from apis auth1_fms and auth2_fms.
- time sec(ex. 1800)
- output filename(ex. output.mp3)
❗ These params are likely to be changed.