Hello , anyone know how to decript https://www.canalplus.com/ channels with widevine decriptor and get keys?
Closed Thread
Results 1 to 15 of 15
-
I have a working WKS script for channel4, that I am trying to edit to make it work with canalplus live (different than canalplus on demand), and so far I came up with this
Code:redacted
"license_b64" referenced before assignment
on this line
Code:wvdecrypt.update_license(license_b64)
-
I get an error on this, however, and it says something along the lines of
"license_b64" referenced before assignment
on this line
Code:wvdecrypt.update_license(license_b64)
Code:lic_field_names = ['license', 'payload', 'getWidevineLicenseResponse', 'LicenseInfo', 'ServiceResponse'] lic_field_names2 = ['license', 'LicenseInfo', 'OutData'] lic_field_names3 = ['LicenseInfo'] try: if str(widevine_license.content, 'utf-8').find(':'): for key in lic_field_names: try: license_b64 = json.loads(widevine_license.content.decode())[key] except: pass else: for key2 in lic_field_names2: try: license_b64 = json.loads(widevine_license.content.decode())[key][key2] except: pass else: for key3 in lic_field_names3: try: license_b64 = json.loads(widevine_license.content.decode())[key][key2][key3] except: pass
Last edited by dark125; 27th Jan 2022 at 22:58.
-
-
first: you have already post your question on another thread ...
https://forum.videohelp.com/threads/401717-How-are-you-going-to-respond-to-widevine-l3...ay-31st/page55
second: this thread is about canal plus live ... not channel4 ...
-
I made the scripts required to get live content keys for canal plus fr and pl and I managed to get them for some channels using my own L3 CDM, but using it the max resolution available is SD; it seems HD quality requires L1.
Has someone succeeded getting them?
Enviado desde mi Redmi Note 4 mediante Tapatalk
Similar Threads
-
How to download videos from Canalplus ?
By ElMagnificato in forum Video Streaming DownloadingReplies: 18Last Post: 12th Dec 2021, 03:58 -
Ffmpeg - webm live input to HLS m3u8 live output
By 1ewis in forum Video ConversionReplies: 0Last Post: 15th Apr 2021, 08:54 -
[France.tv]Anyone familiar with .mp4 link extraction from AKAMAIHD.NET?
By NiesmialyGosc in forum Video Streaming DownloadingReplies: 10Last Post: 19th Oct 2018, 17:30 -
Georestrictions on France.tv: How to PROXY FROM MY BROWSER?
By NiesmialyGosc in forum Video Streaming DownloadingReplies: 15Last Post: 17th Jul 2018, 05:43 -
Hi
By spyro10 in forum Video Streaming DownloadingReplies: 1Last Post: 7th May 2018, 01:46