Hi, I want to download a free video from toggo.de (https://www.toggo.de/pokemon/filme/pokemon-9-ranger-und-der-tempel-des-meeres-mov32/vi...s-meeres-mov32). I am in Germany, so the geolocation is not a problem.
I have no problem getting the pssh, mpd, license server url, etc., but I'm unable to extract the key. I tried with yt-dlp, N_m3u8DL-RE, CDRM-Project, emarsden, etc., as well as trying to manually get them from the console (with or without WidevineProxy2, EME Call and Event Logger, and custom scripts). I downloaded a .wvd and tried with that, but no difference. I would appreciate it if someone could give me the correct steps to extract the key myself. I'm not looking for someone to get the video for me, as I want to learn how to do it myself.
Best
+ Reply to Thread
Results 1 to 7 of 7
-
-
WidevineProxy2 working fine...
[Attachment 91332 - Click to enlarge]
[Attachment 91333 - Click to enlarge]
[Attachment 91334 - Click to enlarge] -
Thanks for the reply. That's weird, for me the video doesn't even play when I enable WidevineProxy2. Would you mind giving me a few more infos? What browser do you use? Could it be that my Widevine device has a non-German IP or something?
Edit: nevermind, I just tried it with Firefox instead, and it worked instantly. I feel really dumb now, lol. Well, at least I learned a lot in the ~4 hours I tried this yesterday.Last edited by pichler; 27th Feb 2026 at 06:42.
-
it normal if video doesnt play or get error when wideproxy2 enable. it still get download cmd and keys
-
From RTL+ way better bitrate than the toggo one.Code:
MPD: https://vodnowusoawsdash-a.akamaihd.net/pgrn/streaming/watch/848321/1-10000-1-1-1-X.ism/rtlplus.mpd Key: c379d2e281ad2dd5756448e77244150a:beb6325e3047abdbd657c85179a32d40
-
I see. I'm just getting into this stuff, so still a lot to learn, but I'm slowly to grasp how everything works.

Thanks a lot, I appreciate it! I noticed that the bitrate was worse than other Pokémon movies I downloaded from Watchbox some years ago, but beggars can't be choosers, I guess.
-
Help please. There is such a code, it gives an error
Code:from pywidevine.cdm import Cdm from pywidevine.device import Device from pywidevine.pssh import PSSH import requests # prepare pssh (usually inside the MPD/M3U8, an API response, the player page, or inside the pssh mp4 box) pssh = PSSH("AAAAbnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAE4SIDczNzkzMTc1NzczNjcxNmM2ODY3N2E3MTZjNDI0NTNkIiQyMjViMjE4MS0wOGFjLTRjZjMtOGE1My02Y2E1ZmFhODA0YWZI88aJmwY=") # load device from a WVD file (your provision) device = Device.load("key.wvd") # load cdm (creating a CDM instance using that device) cdm = Cdm.from_device(device) # open cdm session (note that any one device should have a practical limit to amount of sessions open at any one time) session_id = cdm.open() # get license challenge (generate a license request message, signed using the device with the pssh) challenge = cdm.get_license_challenge(session_id, pssh) # send license challenge to bitmovin's license server (which has no auth and asks simply for the license challenge as-is) # another license server may require authentication and ask for it as JSON or form data instead # you may also be required to use privacy mode, where you use their service certificate when creating the challenge licence = requests.post("https://license.kinescope.io/v1/vod/225b2181-08ac-4cf3-8a53-6ca5faa804af/acquire/widevine?token=", data=challenge) licence.raise_for_status() # parse the license response message received from the license server API cdm.parse_license(session_id, licence.content) # print keys for key in cdm.get_keys(session_id): print(f"[{key.type}] {key.kid.hex}:{key.key.hex()}") # finished, close the session, disposing of all keys and other related data cdm.close(session_id)
Code:File "C:\Users\ZHome\PycharmProjects\test\.venv\lib\site-packages\pywidevine\cdm.py", line 411, in parse_license raise InvalidLicenseMessage(f"Could not parse license_message as a SignedMessage, {e}") pywidevine.exceptions.InvalidLicenseMessage: Could not parse license_message as a SignedMessage, Error parsing message with type 'pywidevine_license_protocol.SignedMessage'
Вот весь текст из файла
Code:{ "playerVersion": "2.180.2", "date": "2026-04-02T23:22:03.495Z", "clientId": "8112ab9b-d4f2-42a9-9d63-c10ae28d9d61", "playerId": "player_225b2181-08ac-4cf3-8a53-6ca5faa804af", "containerId": "player_225b2181-08ac-4cf3-8a53-6ca5faa804af", "url": "https://kinescope.io/embed/5f4vBv2JTCX41498QWVAqg", "referrer": "https://med.studio/", "iframe": true, "telegram": false, "system": { "ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:148.0) Gecko/20100101 Firefox/148.0", "browser": { "name": "Firefox", "version": "148.0", "major": "148" }, "cpu": { "architecture": "amd64" }, "device": {}, "engine": { "name": "Gecko", "version": "148.0" }, "os": { "name": "Windows", "version": "10" }, "screen": { "width": 1280, "height": 720, "devicePixelRatio": 1.5, "colorDepth": 24, "hdr": false }, "navigator": { "hardwareConcurrency": 4, "maxTouchPoints": 0, "language": "ru-RU", "onLine": true, "userActivation": { "hasBeenActive": true, "isActive": true } } }, "mediaCapabilities": { "media": [ { "test": "video/mp4; codecs=\"avc1.4D401E\"", "supported": true }, { "test": "video/mp4; codecs=\"avc1.4D401F\"", "supported": true }, { "test": "video/mp4; codecs=\"avc1.640028\"", "supported": true }, { "test": "video/mp4; codecs=\"avc1.64002A\"", "supported": true }, { "test": "video/mp4; codecs=\"avc1.640032\"", "supported": true }, { "test": "video/mp4; codecs=\"avc1.640033\"", "supported": true }, { "test": "video/mp4; codecs=\"avc1.640034\"", "supported": true }, { "test": "audio/mp4; codecs=\"mp4a.40.2\"", "supported": true } ], "drm": { "org.w3.clearkey": { "persistentState": false, "encryptionSchemes": [ "cenc", "cbcs" ], "videoRobustnessLevels": [], "audioRobustnessLevels": [], "minHdcpVersions": [ "1.0", "1.1", "1.2", "1.3", "1.4", "2.0", "2.1" ] }, "com.widevine.alpha": { "persistentState": false, "encryptionSchemes": [ "cenc", "cbcs" ], "videoRobustnessLevels": [ "SW_SECURE_DECODE", "SW_SECURE_CRYPTO" ], "audioRobustnessLevels": [ "SW_SECURE_CRYPTO" ], "minHdcpVersions": [ "1.0", "1.1", "1.2", "1.3", "1.4", "2.0", "2.1", "2.2", "2.3" ] }, "com.widevine.alpha.experiment": null, "com.apple.fps.1_0": null, "com.apple.fps": null } }, "state": { "mobileMode": false, "lang": "ru", "fullscreenApiAvailable": true, "pipAvailable": false, "pipEnabled": false, "fullscreen": false, "pip": false, "chromecastAvailable": false, "chromecastDeviceAvailable": false, "airplayAvailable": false, "airplayDeviceAvailable": false, "videoId": "225b2181-08ac-4cf3-8a53-6ca5faa804af", "videoType": "vod", "loadedPoster": { "src": "https://edge-msk-11.kinescopecdn.net/3bb29fbb-a861-468f-b384-240e4b1ad8f5/posters/ef58cb91-4d78-4834-93bd-25f1928e911e/poster_md/7f3e9f5f-4f9f-413a-b50e-982161d2477e.webp", "success": true }, "adBreakEnabled": false, "uiDisabled": false, "seekable": true, "volume": { "muted": true, "value": 1 }, "playbackRate": 1, "videoQuality": 1080, "audioTrack": "und", "duration": 6611.266666666666, "currentTime": 2726.499199, "driver": { "name": "ShakaDriver", "format": "shakahls", "playback": "driver", "loaded": true, "played": true, "actuallyPlayed": true, "seeked": true, "waiting": false, "stalled": false, "playbackFreezed": false, "liveState": { "live": false, "synced": false, "latency": 0, "seekLength": 0, "edgePosition": 0 }, "drmInfo": { "keySystem": "com.widevine.alpha", "encryptionScheme": "cbcs", "sessionType": "temporary", "audioRobustness": "SW_SECURE_CRYPTO", "videoRobustness": "SW_SECURE_CRYPTO" }, "debugData": { "responses": [ { "requestType": 1, "status": 206, "contentType": "video/mp4", "contentLength": 98252 }, { "requestType": 1, "status": 206, "contentType": "video/mp4", "contentLength": 619954 }, { "requestType": 1, "status": 206, "contentType": "video/mp4", "contentLength": 98544 } ] }, "drvVersion": "v4.16.23" } }, "playbackQuality": { "totalVideoFrames": 316, "droppedVideoFrames": 0 }, "options": { "containerId": "player_225b2181-08ac-4cf3-8a53-6ca5faa804af", "cssPrefix": "kin-pl", "playerId": "player_225b2181-08ac-4cf3-8a53-6ca5faa804af", "size": { "width": "100%", "height": "100%" }, "behavior": { "preload": "none", "background": false, "screenWakeLock": false, "autoFocus": false, "autoPlay": false, "autoPause": true, "playback": "normal", "crossOrigin": "anonymous", "doNotTrack": false, "endscreen": "replay", "fullscreenFallback": "video", "playToggleable": true, "fullscreenToggleable": true, "keyboard": { "playback": true, "volume": true, "holdSpaceToSpeedUp": true, "seek": true }, "holdPointerToSpeedUp": true, "localStorage": { "storage": "local", "playlist": { "initialItem": true, "autoSwitch": true }, "time": { "min": 5, "scope": "playlist" }, "volume": true, "playbackRate": true, "quality": "global", "audioTrack": "global", "textTrack": "global" }, "loop": false, "preservesPitch": true, "playlist": { "autoPlayOnSwitch": true }, "playsInline": true, "rotateToFullscreen": false, "playToFullscreen": false, "doubleTapToSeek": true, "pinchZoom": false, "gyroscope": true, "seekable": true, "waitForPoster": 2000, "preferredAudioTrack": true, "maxAbrQualityBySize": false, "textTrack": { "activate": "startup", "variant": "rollup" }, "notifications": { "error": true, "warning": true, "success": true, "info": true, "goToStart": false } }, "ui": { "transparent": true, "playbackRates": [ 0.25, 0.5, 0.75, 1, 1.25, 1.5, 1.75, 2, 2.25, 2.5, 2.75, 3 ], "scaleFactors": [], "subtitles": { "fontSize": [ 50, 75, 100, 125, 150, 200, 300 ], "backgroundOpacity": [ 0, 25, 50, 75, 100 ] }, "videoFit": "contain", "posterFit": "cover", "mode": "default", "controls": true, "controlBar": true, "title": false, "liveLabel": false, "annotationsButton": true, "mainPlayButton": false, "playSoundButton": true, "progressBar": true, "buttonsBar": true, "time": true, "chapterTitle": true, "previousButton": true, "nextButton": true, "playButton": true, "liveButton": true, "playbackRateButton": true, "volumeButton": true, "subtitlesButton": true, "subtitlesSearch": true, "audioTracksButton": true, "playlistButton": true, "autoSwitchButton": true, "attachmentsButton": true, "downloadsButton": false, "chaptersButton": true, "chatButton": "fullscreen", "screenshotButton": false, "transcriptionButton": false, "settingsButton": true, "airplayButton": true, "chromecastButton": true, "pipButton": true, "fullscreenButton": true, "initial": { "spinner": false, "controls": true, "title": false, "controlBar": true, "mainPlayButton": false, "openChaptersMenu": false, "openPlaylistMenu": false, "openChat": false, "displayMode": { "mobile": true, "variant": "minimal" } }, "fullscreen": { "title": false }, "contextMenu": { "hotkeys": true, "systemLog": true, "about": true, "version": "hidden" } }, "settings": { "iframeApi": false, "iframeToIframe": false, "innerIframeApi": false, "networkStatus": true, "removedDetector": true, "resetLocalStorageOnError": true, "preferManagedMediaSource": false, "googleCastAppId": "29646999", "sourceSelector": { "priority": [ "ws", "webrtc", "shakadash", "shaka-dash", "dash", "shakahls", "shaka-hls", "hls", "file", "mp4" ] }, "driverSettings": { "dash": { "streaming": { "abr": { "rules": { "insufficientBufferRule": "-pruned-", "switchHistoryRule": "-pruned-", "droppedFramesRule": "-pruned-", "abandonRequestsRule": "-pruned-" } }, "liveCatchup": { "enabled": false } } }, "shaka": { "manifest": { "continueLoadingWhenPaused": false }, "streaming": { "rebufferingGoal": 0, "segmentPrefetchLimit": 0, "durationBackoff": 0, "clearDecodingCache": true } }, "shakadash": {}, "shakahls": { "streaming": { "useNativeHlsForFairPlay": false, "preferNativeHls": false, "liveSync": { "enabled": false } }, "drm": { "parseInbandPsshEnabled": true } }, "hls": { "continueLoadingWhenPaused": false, "preferManagedMediaSource": false }, "ws": { "maxRetries": 10, "idleTimeout": 0, "halfOpenDetection": { "pingTimeout": 8000, "outMessage": "{\"method\":\"pong\"}" }, "dvr": {}, "abr": false }, "webrtc": { "rtc": { "sdpSemantics": "unified-plan", "bundlePolicy": "max-compat" }, "ws": { "maxRetries": 10, "idleTimeout": 0, "halfOpenDetection": { "pingTimeout": 8000, "outMessage": "{\"method\":\"pong\"}" } }, "dvr": {} } }, "metrics": { "interval": 60000, "timestamp": 1775172091, "urlParams": { "referrer": "https://med.studio/", "page": "https://kinescope.io/embed/5f4vBv2JTCX41498QWVAqg" }, "url": "https://player-metrics.kinescope.io/v1/batch", "compressedUrl": "https://player-metrics.kinescope.io/v1/batch/gzip", "logUrl": "https://player-metrics.kinescope.io/v1/logs" }, "oldmetrics": { "url": "https://metrics.kinescope.io/player", "errors": { "url": "https://player-errors.kinescope.io/v1/errors" } } }, "playlist": [ { "uid": "f1953a16-6bc8-4a5e-b370-d1ddf9fa5fa6", "posterInPreview": "https://kinescope.io/225b2181-08ac-4cf3-8a53-6ca5faa804af/poster/sm.jpg", "frameRate": { "360": 30, "480": 30, "720": 30, "1080": 30 }, "sources": { "hls": { "segments": "fmp4", "selector": { "params": { "audio": "lang", "quality": "quality" }, "qualityMap": { "360": "360p", "480": "480p", "720": "720p", "1080": "1080p" } }, "src": "https://kinescope.io/225b2181-08ac-4cf3-8a53-6ca5faa804af/master.m3u8" }, "shakahls": { "src": "https://kinescope.io/225b2181-08ac-4cf3-8a53-6ca5faa804af/master.m3u8" } }, "id": "225b2181-08ac-4cf3-8a53-6ca5faa804af", "meta": { "folderId": "11605da1-a3c8-4511-b4d8-6d2abf1cb9f3", "projectId": "14dfcf59-a855-448b-8d08-3360554219e9", "workspaceId": "3bb29fbb-a861-468f-b384-240e4b1ad8f5", "type": "vod", "duration": "6611.267" }, "drm": { "eme": { "certificateUrl": "https://license.kinescope.io/v1/vod/225b2181-08ac-4cf3-8a53-6ca5faa804af/certificate/fairplay?token=", "licenseUrl": "https://license.kinescope.io/v1/vod/225b2181-08ac-4cf3-8a53-6ca5faa804af/acquire/fairplay?token=" }, "widevine": { "licenseUrl": "https://license.kinescope.io/v1/vod/225b2181-08ac-4cf3-8a53-6ca5faa804af/acquire/widevine?token=", "detectRobustness": false } }, "title": "ОТТА ХИТ", "poster": { "src": { "src": "https://edge-msk-11.kinescopecdn.net/3bb29fbb-a861-468f-b384-240e4b1ad8f5/posters/ef58cb91-4d78-4834-93bd-25f1928e911e/poster_sm/7f3e9f5f-4f9f-413a-b50e-982161d2477e.jpg", "srcset": [ { "type": "image/webp", "src": "https://edge-msk-11.kinescopecdn.net/3bb29fbb-a861-468f-b384-240e4b1ad8f5/posters/ef58cb91-4d78-4834-93bd-25f1928e911e/poster_xs/7f3e9f5f-4f9f-413a-b50e-982161d2477e.webp", "media": "(orientation: landscape) and (max-height: 90px), (orientation: portrait) and (max-width: 90px)" }, { "type": "image/webp", "src": "https://edge-msk-11.kinescopecdn.net/3bb29fbb-a861-468f-b384-240e4b1ad8f5/posters/ef58cb91-4d78-4834-93bd-25f1928e911e/poster_md/7f3e9f5f-4f9f-413a-b50e-982161d2477e.webp", "media": "(orientation: landscape) and (max-height: 480px), (orientation: portrait) and (max-width: 320px)" }, { "type": "image/webp", "src": "https://edge-msk-11.kinescopecdn.net/3bb29fbb-a861-468f-b384-240e4b1ad8f5/posters/ef58cb91-4d78-4834-93bd-25f1928e911e/poster_md/7f3e9f5f-4f9f-413a-b50e-982161d2477e.webp", "media": "(orientation: landscape) and (max-height: 960px), (orientation: portrait) and (max-width: 480px)" }, { "type": "image/webp", "src": "https://edge-msk-11.kinescopecdn.net/3bb29fbb-a861-468f-b384-240e4b1ad8f5/posters/ef58cb91-4d78-4834-93bd-25f1928e911e/poster_lg/7f3e9f5f-4f9f-413a-b50e-982161d2477e.webp", "media": "(orientation: landscape) and (min-height: 960.1px), (orientation: portrait) and (min-width: 480.1px)" }, { "type": "image/jpeg", "src": "https://edge-msk-11.kinescopecdn.net/3bb29fbb-a861-468f-b384-240e4b1ad8f5/posters/ef58cb91-4d78-4834-93bd-25f1928e911e/poster_xs/7f3e9f5f-4f9f-413a-b50e-982161d2477e.jpg", "media": "(orientation: landscape) and (max-height: 90px), (orientation: portrait) and (max-width: 90px)" }, { "type": "image/jpeg", "src": "https://edge-msk-11.kinescopecdn.net/3bb29fbb-a861-468f-b384-240e4b1ad8f5/posters/ef58cb91-4d78-4834-93bd-25f1928e911e/poster_md/7f3e9f5f-4f9f-413a-b50e-982161d2477e.jpg", "media": "(orientation: landscape) and (max-height: 480px), (orientation: portrait) and (max-width: 320px)" }, { "type": "image/jpeg", "src": "https://edge-msk-11.kinescopecdn.net/3bb29fbb-a861-468f-b384-240e4b1ad8f5/posters/ef58cb91-4d78-4834-93bd-25f1928e911e/poster_md/7f3e9f5f-4f9f-413a-b50e-982161d2477e.jpg", "media": "(orientation: landscape) and (max-height: 960px), (orientation: portrait) and (max-width: 480px)" }, { "type": "image/jpeg", "src": "https://edge-msk-11.kinescopecdn.net/3bb29fbb-a861-468f-b384-240e4b1ad8f5/posters/ef58cb91-4d78-4834-93bd-25f1928e911e/poster_lg/7f3e9f5f-4f9f-413a-b50e-982161d2477e.jpg", "media": "(orientation: landscape) and (min-height: 960.1px), (orientation: portrait) and (min-width: 480.1px)" } ] }, "small": { "src": { "src": "https://edge-msk-11.kinescopecdn.net/3bb29fbb-a861-468f-b384-240e4b1ad8f5/posters/ef58cb91-4d78-4834-93bd-25f1928e911e/poster_sm/7f3e9f5f-4f9f-413a-b50e-982161d2477e.jpg", "srcset": [ "-pruned-", "-pruned-" ] } } }, "qualityLabels": { "360": { "label": "360p", "q": 360 }, "480": { "label": "480p", "q": 480 }, "720": { "label": "720p", "q": 720 }, "1080": { "label": "1080p", "q": 1080 }, "list": [ 360, 480, 720, 1080 ] }, "tools": [], "dataPolling": { "interval": 5000 } } ], "playlistHashCode": "1529864476", "theme": { "colors": { "primary": "#55636A" } } }, "rawOptions": { "behavior": { "localStorage": { "storage": "local" }, "endscreen": "replay", "preload": false, "textTrack": true, "notifications": { "goToStart": false }, "pinchZoom": false }, "playlist": [ { "sources": { "hls": { "segments": "fmp4", "selector": { "params": { "audio": "lang", "quality": "quality" }, "qualityMap": { "360": "360p", "480": "480p", "720": "720p", "1080": "1080p" } }, "src": "https://kinescope.io/225b2181-08ac-4cf3-8a53-6ca5faa804af/master.m3u8" }, "shakahls": { "src": "https://kinescope.io/225b2181-08ac-4cf3-8a53-6ca5faa804af/master.m3u8" } }, "id": "225b2181-08ac-4cf3-8a53-6ca5faa804af", "title": "ОТТА ХИТ", "poster": { "src": { "src": "https://edge-msk-11.kinescopecdn.net/3bb29fbb-a861-468f-b384-240e4b1ad8f5/posters/ef58cb91-4d78-4834-93bd-25f1928e911e/poster_sm/7f3e9f5f-4f9f-413a-b50e-982161d2477e.jpg", "srcset": [ { "type": "image/webp", "src": "https://edge-msk-11.kinescopecdn.net/3bb29fbb-a861-468f-b384-240e4b1ad8f5/posters/ef58cb91-4d78-4834-93bd-25f1928e911e/poster_xs/7f3e9f5f-4f9f-413a-b50e-982161d2477e.webp", "media": "(orientation: landscape) and (max-height: 90px), (orientation: portrait) and (max-width: 90px)" }, { "type": "image/webp", "src": "https://edge-msk-11.kinescopecdn.net/3bb29fbb-a861-468f-b384-240e4b1ad8f5/posters/ef58cb91-4d78-4834-93bd-25f1928e911e/poster_md/7f3e9f5f-4f9f-413a-b50e-982161d2477e.webp", "media": "(orientation: landscape) and (max-height: 480px), (orientation: portrait) and (max-width: 320px)" }, { "type": "image/webp", "src": "https://edge-msk-11.kinescopecdn.net/3bb29fbb-a861-468f-b384-240e4b1ad8f5/posters/ef58cb91-4d78-4834-93bd-25f1928e911e/poster_md/7f3e9f5f-4f9f-413a-b50e-982161d2477e.webp", "media": "(orientation: landscape) and (max-height: 960px), (orientation: portrait) and (max-width: 480px)" }, { "type": "image/webp", "src": "https://edge-msk-11.kinescopecdn.net/3bb29fbb-a861-468f-b384-240e4b1ad8f5/posters/ef58cb91-4d78-4834-93bd-25f1928e911e/poster_lg/7f3e9f5f-4f9f-413a-b50e-982161d2477e.webp", "media": "(orientation: landscape) and (min-height: 960.1px), (orientation: portrait) and (min-width: 480.1px)" }, { "type": "image/jpeg", "src": "https://edge-msk-11.kinescopecdn.net/3bb29fbb-a861-468f-b384-240e4b1ad8f5/posters/ef58cb91-4d78-4834-93bd-25f1928e911e/poster_xs/7f3e9f5f-4f9f-413a-b50e-982161d2477e.jpg", "media": "(orientation: landscape) and (max-height: 90px), (orientation: portrait) and (max-width: 90px)" }, { "type": "image/jpeg", "src": "https://edge-msk-11.kinescopecdn.net/3bb29fbb-a861-468f-b384-240e4b1ad8f5/posters/ef58cb91-4d78-4834-93bd-25f1928e911e/poster_md/7f3e9f5f-4f9f-413a-b50e-982161d2477e.jpg", "media": "(orientation: landscape) and (max-height: 480px), (orientation: portrait) and (max-width: 320px)" }, { "type": "image/jpeg", "src": "https://edge-msk-11.kinescopecdn.net/3bb29fbb-a861-468f-b384-240e4b1ad8f5/posters/ef58cb91-4d78-4834-93bd-25f1928e911e/poster_md/7f3e9f5f-4f9f-413a-b50e-982161d2477e.jpg", "media": "(orientation: landscape) and (max-height: 960px), (orientation: portrait) and (max-width: 480px)" }, { "type": "image/jpeg", "src": "https://edge-msk-11.kinescopecdn.net/3bb29fbb-a861-468f-b384-240e4b1ad8f5/posters/ef58cb91-4d78-4834-93bd-25f1928e911e/poster_lg/7f3e9f5f-4f9f-413a-b50e-982161d2477e.jpg", "media": "(orientation: landscape) and (min-height: 960.1px), (orientation: portrait) and (min-width: 480.1px)" } ] } }, "posterInPreview": "https://kinescope.io/225b2181-08ac-4cf3-8a53-6ca5faa804af/poster/sm.jpg", "qualityLabels": { "360": { "label": "360p", "q": 360 }, "480": { "label": "480p", "q": 480 }, "720": { "label": "720p", "q": 720 }, "1080": { "label": "1080p", "q": 1080 } }, "frameRate": { "360": 30, "480": 30, "720": 30, "1080": 30 }, "drm": { "fairplay": { "certificateUrl": "https://license.kinescope.io/v1/vod/225b2181-08ac-4cf3-8a53-6ca5faa804af/certificate/fairplay?token=", "licenseUrl": "https://license.kinescope.io/v1/vod/225b2181-08ac-4cf3-8a53-6ca5faa804af/acquire/fairplay?token=" }, "widevine": { "licenseUrl": "https://license.kinescope.io/v1/vod/225b2181-08ac-4cf3-8a53-6ca5faa804af/acquire/widevine?token=", "detectRobustness": false }, "sampleAes": false }, "meta": { "folderId": "11605da1-a3c8-4511-b4d8-6d2abf1cb9f3", "projectId": "14dfcf59-a855-448b-8d08-3360554219e9", "workspaceId": "3bb29fbb-a861-468f-b384-240e4b1ad8f5", "type": "vod", "duration": "6611.267" }, "dataPolling": {} } ], "size": { "width": "100%", "height": "100%" }, "ui": { "playbackRateButton": true, "title": false, "mainPlayButton": false, "chromecastButton": true, "airplayButton": true, "annotationsButton": true, "subtitlesSearch": true, "subtitlesButton": true, "scaleFactors": false, "initial": { "controlBar": true, "title": false, "displayMode": { "variant": "minimal", "mobile": true } } }, "theme": { "colors": { "primary": "#55636A" } }, "settings": { "metrics": { "url": "https://player-metrics.kinescope.io/v1/batch", "compressedUrl": "https://player-metrics.kinescope.io/v1/batch/gzip", "interval": 60000, "timestamp": 1775172091, "logUrl": "https://player-metrics.kinescope.io/v1/logs" }, "oldmetrics": { "url": "https://metrics.kinescope.io/player", "errors": { "url": "https://player-errors.kinescope.io/v1/errors" } }, "preferManagedMediaSource": false, "driverSettings": {} } }, "errors": [] }
Similar Threads
-
Need help to find widevine key of Molotov tv
By vito123 in forum Video Streaming DownloadingReplies: 2Last Post: 16th May 2025, 02:06 -
Downloading from toggo.de, issues getting the key
By Roemer in forum Video Streaming DownloadingReplies: 6Last Post: 8th Jan 2025, 12:06 -
Get DRM key for video from toggo.de
By Fl00 in forum Video Streaming DownloadingReplies: 4Last Post: 14th Sep 2024, 16:13 -
Getting a key from toggo.de help
By ımtryingdownload in forum Video Streaming DownloadingReplies: 10Last Post: 20th Apr 2024, 05:55 -
how do I find the key to the video (widevine)?
By jessezveneberg in forum Video Streaming DownloadingReplies: 3Last Post: 10th Feb 2022, 08:43


Quote
