Skip to content

krzemienski/ABR-Broadcaster

 
 

Repository files navigation

Adaptive Bitrate Broadcaster

Adaptive Bitrate Broadcaster provides a simple interface for live encoders of audio and video streams for adaptive bitrate streaming over HTTP. It supports two most popular Adaptive Bitrate(ABR) protocols namely HLS and DASH. It provides two method of interfaces.

  • HTTP-based REST API interface.
  • Web based GUI

Installation

See INSTALL.md for installation instructions

Usage

The broadcaster can be used either with Web GUI interface or with REST API interface. They listen on port 8888.

Web GUI

Open the Virtual Host URL http://ip_address:8888 in your Browser. For example go to http://127.0.0.1:8888, when opening the browser from the same machine as ABR Broadcaster. Otherwise replace 127.0.0.1 with the IP address of the ABR Broadcaster. The usage of the webpage should be simple and self explanatory.

REST API interface

Refer to the API documentation for details and examples of REST API based usage.

Known Issues

  • Video codec h264_videotoolbox does not work resolutions 240p and below.

About

A real time encoder for Adaptive Bitrate Broadcast

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.0%
  • HTML 38.4%
  • Shell 3.6%