1.2.0 • Published 8 years ago

cast-sender v1.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 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

8 years ago

1.1.0

8 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago