shaka-packager/packager/hls
David Cavar 34c5e011a5 Fairplay key system support
Support generation of fairplay key system tag: "com.apple.streamingkeydelivery" when --pssh 
includes fairplay key system id:

// Unofficial fairplay system id extracted from
// https://forums.developer.apple.com/thread/6185.
const uint8_t kFairplaySystemId[] = {0x29, 0x70, 0x1F, 0xE4, 0x3C, 0xC7,
                                     0x4A, 0x34, 0x8C, 0x5B, 0xAE, 0x90,
                                     0xC7, 0x43, 0x9A, 0x47};

Closes #258
2017-08-08 10:31:40 -07:00
..
base Fairplay key system support 2017-08-08 10:31:40 -07:00
public Consolidate various playlist_type types 2017-07-21 20:43:14 +00:00
hls.gyp Consolidate various playlist_type types 2017-07-21 20:43:14 +00:00