Home
Softono

Radicast

Open source MIT Go
36
Stars
10
Forks
4
Issues
2
Watchers
9 years
Last Commit

 About Radicast

recording radiko and serving rss for podcast

Platforms

Web Self-hosted

Languages

Go

Links

Need Help Installing Radicast?

We provide expert installation service for this software. Our team will install, configure, and secure Radicast on your server. plans start at just $30.

wercker status

radicast

  • record radiko
  • serve rss for podcast

REQUIRE

  • rtmpdump
  • swftools
  • ffmpeg or avconv
  • or docker (see docker section)

INSTALL

$ go get github.com/soh335/radicast

USAGE

SETUP CONFIG.JSON

$ radicast --setup > config.json

EDIT CONFIG.JSON

$ vim config.json
$ cat config.json

{
  "FMT": [
    "0 0 17 * * *"
  ]
}

cron specification is here

LAUNCH

$ radicast
$ curl 127.0.0.1:3355/rss # podcast rss

RELOAD CONFIG.JSON

  • reload config when receive HUP signal

DOCKER

$ mkdir workspace
$ cd workspace
$ docker pull soh335/radicast
$ docker run --rm soh335/radicast:latest --setup > config.json
$ docker run --rm -p 3355:3355 -v `pwd`:/workspace soh335/radicast:latest --config /workspace/config.json --output /workspace/output

SEE ALSO

LICENSE

  • MIT