03.5.2025, 22:14
V linuxu (x86_64 PC) mi nefungovala žádná verze widevine knihovny - podle logu se nepodařilo získat drm klíče:
Stejný pokus na ARMu fungoval:
Na x86_64 se tak jako první log výše chovají i všechny novější verze knihovny, kromě poslední verze (4.10.2891.0), která ale není zatím oficiálně podporovaná. Tato verze funguje s inputstream.adaptive se zaintegrovaným pull requestetem #1843:
Snad se to bude někomu hodit...
waladir: moc děkuji, skvělá práce!
Kód:
AddOnLog: inputstream.adaptive: Initialize: CDM version: 4.10.2662.3
CGLContextEGL::SwapBuffers: sync sleep: 16113
AddOnLog: inputstream.adaptive: OnInitialized: CDM is initialized: true
AddOnLog: inputstream.adaptive: Initializing stream with KID: 939DBC20BDC2C8141E614D8881A326F1
AddOnLog: inputstream.adaptive: CDMMessage: 1 arrived!
AddOnLog: inputstream.adaptive: SetSession: Opened widevine session ID: 380F73E04C5285540CD14671DF0E3E7A
CurlFile::Open - <https://drm-proxy-widevine.cms.jyxo-tls.cz/AcquireLicense>
easy_acquire - Created session to https://drm-proxy-widevine.cms.jyxo-tls.cz
AddOnLog: inputstream.adaptive: License server returned failure (HTTP error 400)
AddOnLog: inputstream.adaptive: GetCapabilities: Keys emptyStejný pokus na ARMu fungoval:
Kód:
AddOnLog: inputstream.adaptive: Initialize: CDM version: 4.10.2662.3
AddOnLog: inputstream.adaptive: OnInitialized: CDM is initialized: true
AddOnLog: inputstream.adaptive: Initializing stream with KID: 939DBC20BDC2C8141E614D8881A326F1
AddOnLog: inputstream.adaptive: CDMMessage: 1 arrived!
AddOnLog: inputstream.adaptive: SetSession: Opened widevine session ID: 9F976E2B6061F4281068535CDFDC5A1E
CurlFile::Open - <https://drm-proxy-widevine.cms.jyxo-tls.cz/AcquireLicense>
easy_acquire - Created session to https://drm-proxy-widevine.cms.jyxo-tls.cz
AddOnLog: inputstream.adaptive: CDMMessage: 2 arrived!
AddOnLog: inputstream.adaptive: OnSessionKeysChange: Sessionkey 939DBC20BDC2C8141E614D8881A326F1 status: 0 syscode: 0
AddOnLog: inputstream.adaptive: CDMMessage: 3 arrived!
AddOnLog: inputstream.adaptive: License update successfulNa x86_64 se tak jako první log výše chovají i všechny novější verze knihovny, kromě poslední verze (4.10.2891.0), která ale není zatím oficiálně podporovaná. Tato verze funguje s inputstream.adaptive se zaintegrovaným pull requestetem #1843:
Kód:
AddOnLog: inputstream.adaptive: [WV-CDM-Library] CDM version: 4.10.2891.0
AddOnLog: inputstream.adaptive: [WV-CDM-Library] CDM is initialized: true
AddOnLog: inputstream.adaptive: Initializing stream with KID: 939DBC20BDC2C8141E614D8881A326F1
CVideoGUIInfo::InitCurrentItem(plugin://plugin.video.oneplay/?action=play_archive&id=episode.1179144)
CPlayerGUIInfo::InitCurrentItem(plugin://plugin.video.oneplay/?action=play_archive&id=episode.1179144)
AddOnLog: inputstream.adaptive: CDMMessage: 1 arrived!
AddOnLog: inputstream.adaptive: SetSession: Opened widevine session ID: 945943DEA9DDDAB0FA5D26C9749AC6F6
CurlFile::Open - <https://drm-proxy-widevine.cms.jyxo-tls.cz/AcquireLicense>
easy_acquire - Created session to https://drm-proxy-widevine.cms.jyxo-tls.cz
------ Window Init (DialogBusy.xml) ------
CGLContextEGL::SwapBuffers: sync check blocking
CGLContextEGL::SwapBuffers: sync sleep: 16036
AddOnLog: inputstream.adaptive: CDMMessage: 2 arrived!
AddOnLog: inputstream.adaptive: [WV-CDM-Library] OnSessionKeysChange: KID 939DBC20BDC2C8141E614D8881A326F1, Status: 0, System code: 0
AddOnLog: inputstream.adaptive: CDMMessage: 3 arrived!
AddOnLog: inputstream.adaptive: License update successfulSnad se to bude někomu hodit...
waladir: moc děkuji, skvělá práce!
