Please note that this repository has been archived and further development of the playout-gateway is done in the server-core repository.
An application for piping data between the Sofie Server Core and play-out devices (such as CasparCG Server, ATEM, Lawo, etc..)
This application is a part of the Sofie TV News Studio Automation System.
// Development:
npm run start -host 127.0.0.1 -port 3000 -log "log.log"
// Production:
npm run start
CLI arguments:
Argument | Description | Environment variable |
---|---|---|
-host | Hostname or IP of Core | CORE_HOST |
-port | Port of Core | CORE_PORT |
-log | Path to output log | CORE_LOG |
-id | Device ID to use | DEVICE_ID |
- yarn
- yarn build
- yarn test
-
yarn https://yarnpkg.com
-
jest yarn global add jest