1.2.0 • Published 9 years ago

cast-sender v1.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

Cast Sender

This is the sender side

Running using launchd on OSX

Copy co.fedr.castsender.plist to ~/Library/LaunchAgents

  1. launchctl load ~/Library/LaunchAgents/co.fedr.castsender.plist

  2. launchctl unload ~/Library/LaunchAgents/co.fedr.castsender.plist

Running using supervisor on Linux

Copy cast-sender.conf to /etc/supervisor/conf.d/cast-sender.conf (or similar)

  1. supervisorctl start cast-sender

  2. supervisorctl stop cast-sender

Config

Create a config as ~/.sender.json.

Sample config file:

{
    "videosDir": "/Users/mcfedr/TV",
    "port": 5000
}
1.2.0

9 years ago

1.1.0

9 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago