cast-sender
v1.2.0
Published
The Cast Sender webapp
Downloads
6
Readme
Cast Sender
This is the sender side
Running using launchd on OSX
Copy co.fedr.castsender.plist
to ~/Library/LaunchAgents
launchctl load ~/Library/LaunchAgents/co.fedr.castsender.plist
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)
supervisorctl start cast-sender
supervisorctl stop cast-sender
Config
Create a config as ~/.sender.json
.
Sample config file:
{
"videosDir": "/Users/mcfedr/TV",
"port": 5000
}