Skip to content

Commit

Permalink
README Edit, Setting.json Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
ushironoko committed Sep 30, 2018
1 parent 8547f0a commit ce48eb7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# a-Go

超A&Gの番組を rtmpdump を使って録画できます。顎。
超A&Gの番組を rtmpdump を使って録画できるシンプルなツール。顎。

# 使い方

Expand All @@ -20,12 +20,18 @@ setting.json に出力ファイルに関する設定を記述できます。

* startHour(現在時刻と比較されて、一致した場合この設定を利用します)
* recTime(録画時間を分単位で設定します)
* outputDir(録画ファイルをどこに出力するか指定します)
* outputDir(録画ファイルをどこに出力するか指定します,デフォルトはdist)
* rtmpUrl(接続するRTMP URLを指定します)
* fileName(出力されるファイルの名前です)
* fileExtention(出力されるファイルの拡張子です)
* fileExtention(出力されるファイルの拡張子です,現在flvのみ対応)

# 動作確認

* Windows 10 (タスクスケジューラ)
* Linux (Ubuntu 18)
* Linux (Ubuntu 18)

# 注意

録画したファイルの再配布に関しては法律で禁止されています。私用の範囲でご利用ください。

上記に関して一切の責任を負いかねますのでご了承ください。
16 changes: 0 additions & 16 deletions setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,5 @@
"rtmpUrl" : "rtmp://fms-base1.mitene.ad.jp/agqr/aandg22",
"fileName" : "鷲崎健のヨルナイト×ヨルナイト",
"fileExtention" : ".flv"
},
{
"startHour" : 5,
"recTime" : "2100",
"outputDir" : "dist/nakayoshi/",
"rtmpUrl" : "rtmp://fms-base1.mitene.ad.jp/agqr/aandg22",
"fileName" : "中☆吉",
"fileExtention" : ".flv"
},
{
"startHour" : 21,
"recTime" : "2100",
"outputDir" : "dist/",
"rtmpUrl" : "rtmp://fms-base1.mitene.ad.jp/agqr/aandg22",
"fileName" : "テスト",
"fileExtention" : ".flv"
}
]

0 comments on commit ce48eb7

Please sign in to comment.