# shaka-streamer **Repository Path**: mirrors_google/shaka-streamer ## Basic Information - **Project Name**: shaka-streamer - **Description**: A simple config-file based approach to preparing streaming media, based on FFmpeg and Shaka Packager. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 Install or upgrade Shaka Streamer and its [binaries][] through `pip3` with: ```sh # To install globally (drop the "sudo" for Windows): sudo pip3 install --upgrade shaka-streamer shaka-streamer-binaries # To install per-user: pip3 install --user --upgrade shaka-streamer shaka-streamer-binaries ``` [binaries]: https://pypi.org/project/shaka-streamer-binaries/