Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 615 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 615 Bytes

xplex streamer

Media streaming server for xplex with RTMP support

What it does:

  • Work as edge servers for accepting RTMP ingestions
  • Fetch configurations from rig
  • Relay RTMP stream to destinations that it obtains from rig

Install

In project root, run:

$ dep ensure

Compile debug builds using build.sh:

$ ./build.sh dev

Compile static binaries for release profile:

$ ./build.sh release

Compiled binaries are put in ./bin/.