VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. 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
    Quote Quote  
  2. I'd just pass the PSSH directly in that case, instead of trying to parse it from somewhere.

    Code:
    pssh = input("PSSH: ")
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!