The script is working with mpd link just fine
but what i need to edit in these lines to make it work with m3u8 links ?
Code:mpd = MPEGDASHParser.parse(self.source_url) pssh = mpd.periods[0].adaptation_sets[0].representations[0].content_protections[1].pssh[0].pssh
+ Reply to Thread
Results 1 to 2 of 2
-
-
I'd just pass the PSSH directly in that case, instead of trying to parse it from somewhere.
Code:pssh = input("PSSH: ")
Similar Threads
-
subtitle edit is auto breaking lines
By cocowash in forum SubtitleReplies: 2Last Post: 8th Dec 2024, 15:33 -
To delete empty lines and lines with music symbols in subtitle edit at once
By Pusat in forum SubtitleReplies: 2Last Post: 9th May 2023, 11:20 -
Subtitle Edit manual spacing of lines
By loninappleton in forum SubtitleReplies: 14Last Post: 11th Sep 2022, 18:40 -
Subtitle Edit - Export to SUP: Lines are badly misaligned
By Sapito in forum SubtitleReplies: 0Last Post: 12th Feb 2022, 02:27 -
Subtitle Edit multiple lines: how to?
By lollozip in forum SubtitleReplies: 1Last Post: 15th Jan 2019, 14:58