diff --git a/example/constants.h b/example/constants.h index 9628556..b878e3c 100644 --- a/example/constants.h +++ b/example/constants.h @@ -14,8 +14,8 @@ namespace widevine { namespace cas { -const char kDefaultContentId[] = "21140844"; -const char kDefaultProvider[] = "widevine"; +const char kDefaultContentId[] = "CasTsFake"; +const char kDefaultProvider[] = "widevine_test"; // Size of this IV needs to match ecm_init_params.content_iv_size. const char kDefaultContentIv8Bytes[] = {'\x01', '\x01', '\x01', '\x01', '\x01', '\x01', '\x01', '\x01'};