go-oryx

command module
v0.0.0-...-def9be3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 22, 2018 License: MIT Imports: 1 Imported by: 0

README

go-oryx

Build Status codecov

Oryx is next generation media streaming server, extract service to processes which communicates over http with each other, to get more flexible, low latency, programmable and high maintainable server.

Oryx will implement most of features of srs, which is industrial-strength live streaming cluster, for the best conceptual integrity and the simplest implementation. In another words, oryx is next-generation srs, the srs-ng.

Architecture

The architecture of oryx is a group of isolate processes:

  1. shell which exec other processes, the frontend of oryx.
  2. rtmplb rtmp frontend of oryx, proxy to backend streaming workers.
  3. httplb http flv/hls+ frontend of oryx, proxy to backend streaming workers.
  4. apilb http api frontend of oryx, proxy to backend api.
  5. httpx-static HTTP/HTTPS static server with API proxy(win32) over lego/acme of letsencrypt.
  6. srs the streaming worker, other stream worker is also ok.
                         +----------+                   +---------+
                    +----+  API LB  +------HTTP(1985)---+   SRS   +
                    |    +----------+                   +---------+
                    |
                    |    +----------+                   +---------+
                    +----+  HTTP LB +------FLV(8080)----+   SRS   +
                    |    +----------+                   +---------+
                    |
+---------+         |    +----------+                   +---------+
|  Shell  +--exec->-+----+  RTMP LB +------RTMP(1935)---+   SRS   +
+---------+         |    +----------+                   +---------+
                    |
                    |    +------------+
                    +----+ SRS Worker |
                         +------------+

Winlin 2016.07.09

Documentation

Overview

This the main entrance of go-oryx.

Directories

Path Synopsis
This the main entrance of apilb, load-balance for backend api.
This the main entrance of apilb, load-balance for backend api.
This the main entrance of httplb, load-balance for flv/hls+ streaming.
This the main entrance of httplb, load-balance for flv/hls+ streaming.
This the main entrance of https-proxy, proxy to api or other http server.
This the main entrance of https-proxy, proxy to api or other http server.
This is the basic config for oryx.
This is the basic config for oryx.
This the main entrance of rtmplb, load-balance for rtmp streaming.
This the main entrance of rtmplb, load-balance for rtmp streaming.
The config object for shell.
The config object for shell.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL