mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 08:06:59 -05:00
Use absolute_uri for m3u8 keys
This commit is contained in:
parent
87dc737688
commit
a564e039df
@ -96,7 +96,7 @@ class Direct_Stream():
|
||||
self.fhdhr.logger.info("Loaded %s segments." % str(len(segments)))
|
||||
|
||||
if playlist.keys != [None]:
|
||||
keys = [{"url": key.uri, "method": key.method, "iv": key.iv} for key in playlist.keys if key]
|
||||
keys = [{"url": key.absolute_uri, "method": key.method, "iv": key.iv} for key in playlist.keys if key]
|
||||
else:
|
||||
keys = [None for i in range(0, len(segments))]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user