Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

tv2/tv-automation-playout-gateway

 
 

Repository files navigation

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:

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.9%
  • JavaScript 1.5%
  • Dockerfile 0.6%