All Projects → nrkno → sofie-playout-gateway

nrkno / sofie-playout-gateway

Licence: MIT license
Sofie: The Modern TV News Studio Automation System (Playout Gateway)

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to sofie-playout-gateway

sofie-core
Sofie: The Modern TV News Studio Automation System (Server Core)
Stars: ✭ 70 (+366.67%)
Mutual labels:  sofie
supertimeline
A collection of rules as well as a resolver for placing objects on a virtual timeline.
Stars: ✭ 16 (+6.67%)
Mutual labels:  sofie
sofie-casparcg-launcher
Sofie: The Modern TV News Studio Automation System (launcher for the CasparCG Server process)
Stars: ✭ 18 (+20%)
Mutual labels:  sofie
sofie-mos-connection
Sofie: The Modern TV News Studio Automation System (MOS Connection library)
Stars: ✭ 13 (-13.33%)
Mutual labels:  sofie

Please note that this repository has been archived and further development of the playout-gateway is done in the server-core repository.

Sofie: The Modern TV News Studio Automation System (Playout Gateway)

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.

Usage

// 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

Installation for dev

  • yarn
  • yarn build
  • yarn test

Dev dependencies:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].