test
This commit is contained in:
parent
cde29a30b7
commit
47c8863be2
@ -115,7 +115,8 @@ class Direct_Stream():
|
||||
if not chunk:
|
||||
break
|
||||
# raise TunerError("807 - No Video Data")
|
||||
if key and key["url"]:
|
||||
if key:
|
||||
if key["url"]:
|
||||
keyfile = self.fhdhr.web.session.get(key["url"]).content
|
||||
cryptor = AES.new(keyfile, AES.MODE_CBC, keyfile)
|
||||
chunk = cryptor.decrypt(chunk)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user