Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 736 Bytes

File metadata and controls

37 lines (20 loc) · 736 Bytes

Broadcaster Service

Node Version MQTT

The Broadcaster Service project provides an evironment for simulating a TV 3.0 service broadcasting.

Features

  • Distributed implementation of TV 3.0 components in a microservices fashion
    • Broadcaster apps with video streaming
  • MQTT-based
    • TV 3.0 transport layer signaling

Dependencies

  • Mosquitto MQTT Broker
  • Node JS
  • FFmpeg

Environment

  • PORT : Port used for broadcaster apps
  • BROKER : MQTT broker url

Execution

Components managed by PM2.

$ npm i

$ npm run build

$ npm run start