Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shaka-project/shaka-streamer

A simple config-file based approach to preparing streaming media, based on FFmpeg and Shaka Packager.
https://github.com/shaka-project/shaka-streamer

Last synced: about 1 month ago
JSON representation

A simple config-file based approach to preparing streaming media, based on FFmpeg and Shaka Packager.

Awesome Lists containing this project

README

        

# ![Shaka Streamer](https://raw.githubusercontent.com/shaka-project/shaka-streamer/main/docs/source/shaka-streamer-logo.png)

Shaka Streamer offers a simple config-file based approach to preparing streaming
media. It greatly simplifies the process of using FFmpeg and Shaka Packager for
both VOD and live content.

Live documentation can be found at
https://shaka-project.github.io/shaka-streamer/ and is generated from the
`docs/source/` folder, as well as the source code itself.

Sample configs can be found in the [`config_files/`] folder in the repo.

[`config_files/`]: https://github.com/shaka-project/shaka-streamer/tree/main/config_files

Release versions of Shaka Streamer can be installed or upgraded through `pip3`
with:

```sh
# To install globally (drop the "sudo" for Windows):
sudo pip3 install --upgrade shaka-streamer

# To install per-user:
pip3 install --user --upgrade shaka-streamer
```