shaka-streamer
shaka-streamer copied to clipboard
A simple config-file based approach to preparing streaming media, based on FFmpeg and Shaka Packager.
Hey, DASH-IF has a nice spec for packager/streamer systems to ingest DRM encryption keys from 3rd party key management systems - CPIX - https://dashif.org/docs/CPIX2.2/Cpix.html I think it would be good...
As per title. I cannot see this defined in the features list, so asking for clarification purposes.
Similar to #9 (UDP input support), we should add support for RTMP/RTSP input. It may also be worth considering an input type that allows the user to connect an arbitrary...
Currently, all of the output from ffmpeg and packager goes to the terminal. It would be nice if this output could be optionally ignored, logged (separately for each process), or...
I have encoded video and audio streams that I simply want to encrypt and generate a DASH manifest for and upload to an S3 bucket. It seems like shaka-streamer would...
At the moment shaka-packager has a --hls_key_uri option for FairPlay. If it is not set, it will be generated from key_id like this: ``` if (IsFairPlaySystemId(system_id)) { std::string key_uri =...
We don't yet support UDP input streams, but we could.
As [requested](https://github.com/google/shaka-streamer/issues/5#issuecomment-530464982) by @joeyparrish , I'm opening this issue to highlight the case for supporting multiple devices for VAAPI hardware based acceleration. See #5 for the comments on the same....
Allow subtitle conversion. Eg: srt, sub, sbv, ssa --> WebVTT or TTML
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.9 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...