예제 #1
0
 public function getSigningKey()
 {
     $key = $this->getFromCustomData(self::CUSTOM_DATA_SIGNING_KEY);
     if (!$key) {
         $key = DrmPlugin::getConfigParam("drm", "signing_key");
     }
     return $key;
 }
예제 #2
0
 public static function getWidevineConfigParam($key)
 {
     return DrmPlugin::getConfigParam(self::PLUGIN_NAME, $key);
 }
예제 #3
0
 public static function getPlayReadyConfigParam($key)
 {
     return DrmPlugin::getConfigParam(self::PLUGIN_NAME, $key);
 }