Giter Site home page Giter Site logo

inka-pallycon / html5-player-drm-samples Goto Github PK

View Code? Open in Web Editor NEW
20.0 7.0 12.0 134 KB

PallyCon Multi-DRM integration samples for HTML5 players

Home Page: https://pallycon.com/docs

HTML 32.11% CSS 15.13% JavaScript 52.76%
drm pallycon html5-video playready widevine fairplay

html5-player-drm-samples's Introduction

PallyCon Multi-DRM integration samples for HTML5 Players

These samples show how to play streaming content (DASH or HLS) protected with multi-DRM (PlayReady, Widevine, FairPlay Streaming) using the HTML5 player from the web page of the service site.

  1. MPEG-DASH CENC content
  • DASH streaming content protected by PlayReady and Widevine DRM encrypted under the Common Encryption standard. Depending on your browser, PlayReady (Edge) or Widevine (Chrome, FireFox) DRM is applied.
  1. HLS FPS(FairPlay Streaming) content
  • HTTP Live Streaming content encrypted with Sample AES and protected by FairPlay Streaming. Applies to Safari browsers running on Mac OS X (10.10 or later).
  1. Widevine Desktop's Unique DeviceId
  • To use Widevine CSL, PersistentState must be enabled on the player.
  • Add some samples.
  • Shaka Player config : (docs)
'com.widevine.alpha': {
    'persistentStateRequired': true
}
  • Bitmovin Player config : (docs)
widevine: {
    'mediaKeySystemConfig': {
        'persistentState':'required'
    }
}
  • VideoJS Player config reference : (github)
{
    name: 'com.widevine.alpha',
    options: {
        persistentState: 'required'
    }
}

Extension

html5-player-drm-samples's People

Contributors

daniel-inka avatar jinseok-noh avatar jiwoon-jang avatar pallycon-cancel83 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.