Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
v2.0に合わせました
  • Loading branch information
sun-yryr authored Sep 9, 2019
1 parent cf0eb71 commit a6d9207
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
- 出来たらdropに保存(アクセストークンは設定ファイル)
- 録音完了を何らかの方法で通知する(line)

# 設定方法 centOS7の場合
参考ページ : https://qiita.com/taittide/items/7219cc9ff6788423ab50
# 設定方法
```
git clone https://github.com/sun-yryr/Rec-adio.git
cd Rec-adio
chmod +x ./run.py
cp ./conf/example_config.json ./conf/config.json
nano ./conf/config.json
# 設定なので適当にいじってください
設定なので好みに合わせてください。正規表現なので .+ とかやると全部取れるはずです。
sudo apt install -y ffmpeg rtmpdump
sudo mv ./rec_adio.service /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable rec_adio.service
Expand Down

0 comments on commit a6d9207

Please sign in to comment.