Skip to content

Fix for svtplay - #1

Open
vandmo wants to merge 1 commit into
elv-peter:masterfrom
vandmo:master
Open

Fix for svtplay#1
vandmo wants to merge 1 commit into
elv-peter:masterfrom
vandmo:master

Conversation

@vandmo

@vandmo vandmo commented May 30, 2020

Copy link
Copy Markdown

Had to make this change to make it work with svtplay.se
Not sure if it is "standard" dash stuff though.

@dinandferro

dinandferro commented Nov 2, 2020

Copy link
Copy Markdown

Can you add support tor streams that are protected by license to add the license?

@ForceGT

ForceGT commented Apr 11, 2021

Copy link
Copy Markdown

Hey @dinandferro Look Here

You have a request object r which is sending a direct get request , you can modify it as you like
I have seen two use cases

  1. The url which gives mpd has to be given some headers otherwise it returns 403, you can easily handle this use case
  2. A license url parameter(as you mentioned) : This is nothing but a post request that has to be sent with a license challenge, the logic for whose generation is not known to me. I will get back as soon as I figure out how to generate a license challenge. Basically then you will send a post request to the server and you will get a binary response which is the license for the server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants