VideoHelp Forum




+ Reply to Thread
Page 5 of 5
FirstFirst ... 3 4 5
Results 121 to 127 of 127
  1. Maybe if the keys are cached, but that would require a custom implementation in the extension. Remote CDMs won't work because PeacockTV has banned emulated CDMs
    Bypass HMACs, One-time-tokens and Lic.Wrapping: https://github.com/DevLARLEY/WidevineProxy2
    Quote Quote  
  2. Originally Posted by larley View Post
    WidevineProxy2 works for PeacockTV
    does it still work with WidevineProxy2? as it works with other sites but, when it's enabled, it will not even play the stream from peacock, as it says Something went wrong.
    Sorry, your system configuration is not compatible with Peacock. Please check the supported devices in our Help Center (6007)., when I turn it off and refresh live stream it plays fine. any help on this would be cool.

    thanks
    Quote Quote  
  3. Yes, still works. Streams not playing is normal.
    Note: Emulated CDMs don't work for PeacockTV
    Bypass HMACs, One-time-tokens and Lic.Wrapping: https://github.com/DevLARLEY/WidevineProxy2
    Quote Quote  
  4. ok, I will try another CDM. thanks for the info.
    Quote Quote  
  5. Does this still work even with the modifications on page 3? I don't believe the CDM is the issue since it works with WidevineProxy2. All I get is
    Code:
    {"errorCode":"OVP_00306","description":"Security failure"}
    Quote Quote  
  6. are you still able to get sports titles to list .... by changing

    Code:
    Code:
     def get_titles(self):
    
            if "/" not in self.title:
                r = self.session.get(self.config["endpoints"]["stream_tv"].format(title_id=self.title))
                self.title = find("/watch/asset(/[^']+)", r.text)
                if not self.title:
                    raise self.log.exit(" - Title ID not found or invalid")
    
            if not self.title.startswith("/"):
                self.title = f"/{self.title}"
    
            if self.title.startswith("/sports/"):
                self.movie = True
    Quote Quote  
  7. Originally Posted by qruetry View Post
    are you still able to get sports titles to list .... by changing

    Code:
    Code:
     def get_titles(self):
    
            if "/" not in self.title:
                r = self.session.get(self.config["endpoints"]["stream_tv"].format(title_id=self.title))
                self.title = find("/watch/asset(/[^']+)", r.text)
                if not self.title:
                    raise self.log.exit(" - Title ID not found or invalid")
    
            if not self.title.startswith("/"):
                self.title = f"/{self.title}"
    
            if self.title.startswith("/sports/"):
                self.movie = True
    Have you considered using Widevine Proxy2? https://github.com/DevLARLEY/WidevineProxy2 works perfectly with Peacocktv
    Quote Quote  



Similar Threads

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