Skip to content

Commit

Permalink
livedlのインストール手順を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
juzumaru committed Jul 6, 2019
1 parent 64a66e1 commit 4cff6b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Net Radio Archive
- あたらしめのffmpeg (HTTP Live Streaming の input に対応しているもの)
- ※最新のffmpegの導入は面倒であることが多いです。自分はLinuxではstatic buildを使っています。 http://qiita.com/yayugu/items/d7f6a15a6f988064f51c
- Macではhomebrewで導入できるバージョンで問題ありません
- livedl
- (ラジコエリアフリー利用者のみ)
- ラジコプレミアム会員のアカウント
- (AG-ON Premiumのみ)
Expand All @@ -55,6 +56,11 @@ $ wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar
$ tar xvf ffmpeg-release-amd64-static.tar.xz
$ sudo cp ./ffmpeg-release-amd64-static/ffmpeg /usr/local/bin
$ wget https://github.com/yayugu/livedl/releases/download/20181107.38/livedl
$ sudo cp ./livedl /usr/local/bin/livedl
$ sudo chmod +x /usr/local/bin/livedl
# 取得したコンパイル済みバイナリが正常に動かない場合は、ここから(https://github.com/himananiito/livedl)ソースを取得して自前でコンパイルし、上記パスにインストールする
$ git clone https://github.com/yayugu/net-radio-archive.git
$ cd net-radio-archive
$ (sudo) gem install bundler
Expand Down

0 comments on commit 4cff6b7

Please sign in to comment.