shaka-streamer
shaka-streamer copied to clipboard
A simple config-file based approach to preparing streaming media, based on FFmpeg and Shaka Packager.
Our [Shaka Player History live stream](https://shaka-player-demo.appspot.com/demo/#asset=https://storage.googleapis.com/shaka-live-assets/player-source.m3u8) is having an issue during playback in which we get HTTP 403 errors close to the live edge. The cloud upload node already has...
Using `hw:` codecs on Linux currently fails with the FFmpeg build from shaka-streamer-binaries (which in turn is from [shaka-project/static-ffmpeg-binaries](https://github.com/shaka-project/static-ffmpeg-binaries/)). It seems that FFmpeg is missing vaapi support. See also https://github.com/shaka-project/static-ffmpeg-binaries/issues/10
This PR adds an upload proxy node. A state aware node that handles the work of uploading content to a remote location on behalf of Shaka Packager. This PR adds...
**Have you read the [FAQ](https://bit.ly/ShakaFAQ) and checked for duplicate open issues?** Yes **What version of Shaka Player are you using?** `v3.0.10-master-18-g1b1227f4-debug` **Are you using the demo app or your own...
Hello, currently the width of the output is set as automatic (-2) via FFMEG processing command. I would like to propose that it is instead set as per the required...
Hi, capped CRF or constrained quality is a good way to set a quality target for encoding with an upper limit for the bitrate. FFMPEG itself and all supported codecs...
In my user case, we don't need to output DASH. Just need to output HLS with TS, so hope to support to configure the output container format.
Text tests for HLS don't work yet because Shaka Packager doesn't give enough info to Shaka Player in the HLS playlist to determine the text stream's codec. https://github.com/google/shaka-packager/issues/645
**Feature Request:** ffmpeg supports source overlay. It would be very nice to add this feature to Shaka-streamer. This is very convenient for organizing branded broadcasting of a video stream (TV...