command
module
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Mar 25, 2021
License: MIT
Opens a new window with license information.
Imports: 28
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
radcast
■2021/01のradikoの仕様変更(HLSストリーミング)に対応しました。
radikoを録音し、podcast配信する
radicastを少し、自分好みに改造しました
- 無劣化録音
- チャンネルのアイコン設定
- 番組のアイコン取得
- 05時開始番組が録音できないときがある
- 他
ORIGINAL By https://github.com/soh335/radicast
必要パッケージ
- ffmpeg
or avconv ← avconvは検証環境がないので対象外に
rtmpdump ← HLSストリーミングの対応で不要に
swftools ← flash廃止の対応で不要に
インストール
$ go get github.com/omiso46/radcast
使い方
設定ファイル
$ radcast --setup > config.json
$ vim config.json
$ cat config.json
{
"FMT": [
"00 17 * * *"
]
}
cron specification is here
設定ファイルのリロード
$ kill -HUP nnn
LICENSE
お約束
録音ファイルは個人使用の範囲内で。絶対。
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.