shaka-streamer icon indicating copy to clipboard operation
shaka-streamer copied to clipboard

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

Results 33 shaka-streamer issues
Sort by recently updated
recently updated
newest added

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...

type: bug
priority: P2

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

type: bug
priority: P1
platform: Linux
component: transcoder

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...

type: enhancement
priority: P2

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...

type: enhancement
priority: P3

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...

type: enhancement
priority: P3

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.

type: enhancement
priority: P2

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

type: bug
priority: P3

**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...

type: enhancement
priority: P3