cast-sender

1.2.0 • Public • Published

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
}

Readme

Keywords

none

Package Sidebar

Install

npm i cast-sender

Weekly Downloads

2

Version

1.2.0

License

MIT

Last publish

Collaborators

  • mcfedr