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 Golang 1.9+
- Install dep
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/
.