hlsrelay

A tool to pull live HLS stream from one origin and push to another origin


License
MIT
Install
pip install hlsrelay==0.0.1

Documentation

Build status

Description

Script to pull HLS stream from one origin and push to another origin

Installation

Installation from source:

git clone https://github.com/Eyevinn/hls-relay.git
cd hls-relay
python setup.py install

Installation from Python Package index

pip install hlsrelay

Usage

hls-relay http://example.com/master.m3u8 http://another.com/event/

License

MIT License

See LICENSE for details