Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcfedr/cast-sender
https://github.com/mcfedr/cast-sender
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcfedr/cast-sender
- Owner: mcfedr
- License: mit
- Created: 2013-09-29T19:57:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-03T18:38:07.000Z (almost 9 years ago)
- Last Synced: 2024-12-16T12:46:08.635Z (13 days ago)
- Language: JavaScript
- Size: 78.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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`
1. `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`
1. `supervisorctl stop cast-sender`
## Config
Create a config as `~/.sender.json`.
Sample config file:
{
"videosDir": "/Users/mcfedr/TV",
"port": 5000
}