radcast

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2021 License: MIT Imports: 28 Imported by: 0

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

  • MIT

お約束

録音ファイルは個人使用の範囲内で。絶対。

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL