mediaserver

package
v0.0.0-...-2b496a7 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2017 License: GPL-3.0 Imports: 20 Imported by: 0

README

Livepeer Media Server (LPMS)

The Livepeer Media Server is meant to be a standalone media server which provides:

  1. Input/Output interface for video in various formats.
  2. Transcoding, Transmuxing, Transrating functionality to convert input video into various output encodings, formats, and bitrates.

At the moment, it isn't modular enough to fully decouple from the go-livepeer packages, but this is a near term goal in the roadmap.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrHLSPlay = errors.New("ErrHLSPlay")
View Source
var ErrNotFound = errors.New("NotFound")
View Source
var ErrStreamPublish = errors.New("StreamPublishError")
View Source
var HLSBufferCap = uint(43200) //12 hrs assuming 1s segment
View Source
var HLSBufferWindow = uint(5)
View Source
var HLSUnsubscribeWaitLimit = time.Second * 20
View Source
var HLSWaitTime = time.Second * 10

Functions

func StartLPMS

func StartLPMS(rtmpPort string, httpPort string, streamer *streaming.Streamer, forwarder storage.CloudStore, streamdb *network.StreamDB,
	viz *streamingVizClient.Client, hive *network.Hive, ffmpegPath string, vodPath string)

Types

This section is empty.

Jump to

Keyboard shortcuts

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