vsd-mp4 0.2.1

MP4 parser ported from shaka-player with decryption and subtitle extraction support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*

  REFERENCES
  ----------

  1. https://github.com/rlaphoenix/pywidevine/blob/e58510279825bd3422b2d9c123a034e633742e3e/pywidevine/license_protocol.proto
  2. https://github.com/shaka-project/shaka-packager/blob/b209aeeb7aefeb53670bba8864286e768844b58e/packager/media/base/widevine_pssh_data.proto

*/

syntax = "proto2";

package widevine;

message WidevinePsshData {
  repeated bytes key_ids = 2;
}