Hello,
I am trying to play this demo video with the keys:
Code:https://bitmovin.com/demos/drm
I'd like to play this link on kodi or ott navigator using the keys. (supports #KODIPROP):
The known keys:Code:https://bitmovin-a.akamaihd.net/content/art-of-motion_drm/mpds/11331.mpd
I've tried to play the video by using:Code:key: 100b6c20940f779a4589152b57d2dacb (KID=eb676abbcb345e96bbcf616630f1a3da) key: 3bda2f40344c7def614227b9c0f03e26 (KID=0294b9599d755de2bbf0fdca3fa5eab7) key: 229f5f29b643e203004b30c4eaf348f4 (KID=639da80cf23b55f3b8cab3f64cfa5df6)
Please help me to find out the correct play method with the keys.Code:#EXTINF:-1 tvg-logo="" group-title="TEST" tvg-id="",Test #KODIPROP:inputstream.adaptive.manifest_type=mpd #KODIPROP:inputstreamaddon=inputstream.adaptive #KODIPROP:inputstream.adaptive.license_type=com.widevine.alpha #KODIPROP:inputstream.adaptive.stream_headers=User-Agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36 #KODIPROP:inputstream.adaptive.license_key={"keys":[{"key":"100b6c20940f779a4589152b57d2dacb","kid":"eb676abbcb345e96bbcf616630f1a3da"}]} https://bitmovin-a.akamaihd.net/content/art-of-motion_drm/mpds/11331.mpd
Thanks you.
+ Reply to Thread
Results 1 to 8 of 8
-
-
Code:
#KODIPROP:inputstream.adaptive.license_key
-
I can play it using the license url ,but I read that I could also with the key.
I found this working in OTT Navigator using key and kid but it is Clearkey, what would it be like for widevine?
Code:#EXTINF:-1 tvg-logo="" group-title="" tvg-id="",ClearKey #KODIPROP:inputstream.adaptive.manifest_type=mpd #KODIPROP:inputstream.adaptive.license_type=org.w3.clearkey #KODIPROP:inputstream.adaptive.license_key={"keys":[{"kty":"oct","k":"FmY0xnWCPCNaSpRG-tUuTQ","kid":"nrQFDeRLSAKTLifXUIPiZg"}],"type":"temporary"} #EXTVLCOPT:http-referer=https://bitmovin.com/ #EXTVLCOPT:http-user-agent=Chrome/61.0.3163.100 https://media.axprod.net/TestVectors/v7-MultiDRM-SingleKey/Manifest_ClearKey.mpd
-
It has never worked for me as putting specifically wv "keys" there,i always used license url,which was easier.
Anyway, for WV, perhaps something like this can work:
Code:#KODIPROP:inputstream.adaptive.license_key={"token": "token_here","drm_info": [D{SSM}],"kid": "eb676abb-cb34-5e96-bbcf-616630f1a3da"}
-
Work on ott navigator
#EXTINF:-1 tvg-logo="" group-title="",bitmovin
#KODIPROP:inputstream.adaptive.license_type=cleark ey
#KODIPROP:inputstream.adaptive.license_key= eb676abbcb345e96bbcf616630f1a3da:100b6c20940f779a4 589152b57d2dacb
https://bitmovin-a.akamaihd.net/content/art-of-motion_drm/mpds/11331.mpdLast edited by takheang303; 9th Oct 2021 at 11:39.
-
-
hello could you help me how to play a stream in mpd in ott navigato player??
-
You can test DRM links on this page: shaka player . Additionally, there is the XPola player, which allows you to play these links and M3U playlists containing DRM links
https://play.google.com/store/apps/details?id=com.xpola.player
Similar Threads
-
DrM-protected video download
By WelleTy in forum Video Streaming DownloadingReplies: 5Last Post: 5th Apr 2021, 14:10 -
Download DRM protected video and decrypt it with a drm licence url
By vikral in forum Video Streaming DownloadingReplies: 9Last Post: 9th Feb 2021, 02:14 -
help downloading DRM protected video
By Lionking in forum Video Streaming DownloadingReplies: 16Last Post: 5th Feb 2021, 23:53 -
Need help to get DRM protected video
By rinko in forum Video Streaming DownloadingReplies: 7Last Post: 24th Jan 2021, 09:01 -
download drm protected m3u8 video
By gentle_v in forum Video Streaming DownloadingReplies: 3Last Post: 16th Jan 2021, 05:24