vdoCipher STRM examples
#1
Hi All,
Has anyone gotten vdoCipher content to work with this plugin?
At the moment I am merely crafting the STRM files by hand until I get the license_key parameters correct.
I cannot post the exact messages my browser sends as this is private paid content, but below is an indicative CURL request that should mimick the web browser request for the license:

bash:

curl 'https://license.vdocipher.com/auth' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0' -H 'Accept: */*' -H 'Accept-Language: en-AU,en-GB;q=0.7,en;q=0.3' --compressed -H 'Referer: https://dmf9cnjua2s32.cloudfront.net/pla...index.html' -H 'content-type: application/json' -H 'Origin: https://dmf9cnjua2s32.cloudfront.net' -H 'Connection: keep-alive' -H 'Pragma: no-cache' -H 'Cache-Control: no-cache' -H 'TE: Trailers' --data-raw '{"token":"{REDACTED}"}'

I am trying to figure out how to make inputstream.adaptive send the post data shown in that format; I will take care of calculating the token needed as it appears to be another list of parameters that come from the upstream MPD file.
Reply

Logout Mark Read Team Forum Stats Members Help
vdoCipher STRM examples0