A media packaging and development framework for VOD and Live DASH and HLS applications, supporting Common Encryption for Widevine and other DRM Systems.
Go to file
2020-06-06 17:18:00 -07:00
.github Update github issue template with mailing list for test files 2017-06-02 18:16:41 +00:00
docs
kokoro
packager Mpeg1 Audio: Support for iso-bmff output (#780) 2020-06-06 17:18:00 -07:00
.clang-format
.dockerignore
.gitignore
.gitmodules
.travis.yml
appveyor.yml Fix appveyor builds 2019-12-31 20:41:54 -08:00
AUTHORS Support DD+JOC in DASH and HLS (#775) 2020-06-03 22:02:49 -07:00
CHANGELOG.md
chromium-LICENSE
CONTRIBUTING.md
CONTRIBUTORS Support DD+JOC in DASH and HLS (#775) 2020-06-03 22:02:49 -07:00
DEPS
Dockerfile
gyp_packager.py Fix failures with latest gpylint 2020-06-03 22:59:22 +00:00
LICENSE
README.md Mpeg1 Audio: Support for iso-bmff output (#780) 2020-06-06 17:18:00 -07:00

Shaka Packager

Build Status Build status

Shaka Packager is a tool and a media packaging SDK for DASH and HLS packaging and encryption. It can prepare and package media content for online streaming.

Shaka Packager supports:

  • Both Video-On-Demand and Live.

  • Streaming formats:

  • Key systems:

  • Encryption standards:

  • Media Containers and codecs

    Codecs ISO-BMFF WebM MPEG2-TS WVM Packed Audio²
    H264 (AVC) I / O - I / O I -
    H265 (HEVC) I / O - I - -
    VP8 I / O I / O - - -
    VP9 I / O I / O - - -
    AV1 I / O I / O - - -
    AAC I / O - I / O I O
    MP3 O - I / O - O
    Dolby AC3 I / O - I / O - O
    Dolby EAC3 I / O - O - O
    DTS I / O - - - -
    FLAC I / O - - - -
    Opus I / O³ I / O - - -
    Vorbis - I / O - - -

    NOTES:

  • Subtitles

    • WebVTT in both text form and embedded in MP4
    • TTML in text form (DASH only)
  • Platforms

    • Linux
    • Mac
    • Windows
    • Cross compiling for ARM is also supported.

1: Limited support

Getting Shaka Packager

There are several ways you can get Shaka Packager.

Useful Links

Contributing

If you have improvements or fixes, we would love to have your contributions. See https://github.com/google/shaka-packager/blob/master/CONTRIBUTING.md for details.