Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkarthic-akamai/ABR-Broadcaster
A real time encoder for Adaptive Bitrate Broadcast
https://github.com/jkarthic-akamai/ABR-Broadcaster
abr abr-broadcaster broadcaster cmaf dash encoder ffmpeg gui hls lhls live live-streaming low-latency
Last synced: 3 months ago
JSON representation
A real time encoder for Adaptive Bitrate Broadcast
- Host: GitHub
- URL: https://github.com/jkarthic-akamai/ABR-Broadcaster
- Owner: jkarthic-akamai
- License: apache-2.0
- Created: 2018-10-15T06:14:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T20:57:22.000Z (over 4 years ago)
- Last Synced: 2024-08-02T20:43:38.623Z (6 months ago)
- Topics: abr, abr-broadcaster, broadcaster, cmaf, dash, encoder, ffmpeg, gui, hls, lhls, live, live-streaming, low-latency
- Language: Python
- Size: 75.2 KB
- Stars: 93
- Watchers: 16
- Forks: 24
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](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](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](API.md) for details and examples of REST API based usage.
## Known Issues
- Video codec `h264_videotoolbox` does not work resolutions 240p and below.