Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
/ sofie-mos-gateway Public archive

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

License

Notifications You must be signed in to change notification settings

nrkno/sofie-mos-gateway

Repository files navigation

Please note that this repository has been archived and further development of the MOS Gateway is done in the sofie-core repository.

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

An application for piping data between Sofie Server Core and MOS devices using the MOS Protocol v2.8.4.

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

Installation for dev

yarn

yarn build

Dev dependencies: