diff --git a/pywidevine/cdm.py b/pywidevine/cdm.py index 065e95c..c37112a 100644 --- a/pywidevine/cdm.py +++ b/pywidevine/cdm.py @@ -62,7 +62,7 @@ class Cdm: root_cert = DrmCertificate() root_cert.ParseFromString(root_signed_cert.drm_certificate) - MAX_NUM_OF_SESSIONS = 50 # most common limit + MAX_NUM_OF_SESSIONS = 16 def __init__( self,