VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Can someone guide me as why this error is happening?

    ERROR_DRM_LICENSE_PARSE

    I'm passing the following values in my playlist:

    #EXTINF:-1 tvg-id="Markiza.sk" tvg-name="Markíza" tvg-logo="" group-title="🇸🇰 Slovakia | Slovensko",Markíza
    #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
    #EXTVLCOPT:http-referer=https://webtv.sk/tv/markiza
    #KODIPROP:inputstream.adaptive.license_type=widevi ne
    #KODIPROP:inputstream.adaptive.license_key=1122334 4556677889900112233445566:112233445566778899001122 33445566
    https://dash2.antik.sk/stream/nvidia_markiza/playlist_cbcs.mpd


    I also tried with type=com.widevine.alpha
    still the same error

    I even tried an alternative url, but no luck

    https://dash2.antik.sk/stream/nvidia_markiza/playlist_cenc.mpd

    Any assistance would be appreciated.
    Quote Quote  
  2. since you used clearkey
    this script should be clearkey

    Code:
    #KODIPROP:inputstream.adaptive.license_type=clearkey
    and use this mpd link
    Code:
    https://dash2.antik.sk/stream/nvidia_markiza/playlist_cenc.mpd
    Quote Quote  
  3. Thank you. There are some links where the only valid url is the one ending in playlist_cbcs.mpd. Is there a way to obtain the widevine license for those?


    <ContentProtection value="cbcs" schemeIdUri="urn:mpeg:dash:mp4protection:2011" cenc:default_KID="11223344-5566-7788-9900-112233445566"/>
    <ContentProtection schemeIdUri="urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed">
    <cencssh>AAAAOHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABgSEB EiM0RVZneImQARIjNEVWZI88aJmwY=</cencssh>


    License URL: https://drm.antik.sk/widevine/key

    Headers:

    PHP Code:
    :authority:
    drm.antik.sk
    :method:
    POST
    :path:
    /
    widevine/key
    :scheme:
    https
    Accept
    :
    *
    /*
    Accept-Encoding:
    gzip, deflate, br, zstd
    Accept-Language:
    en-US,en;q=0.9
    Content-Length:
    2
    Origin:
    https://webtv.sk
    Referer:
    https://webtv.sk/
    Sec-Ch-Ua:
    "Not_A Brand";v="8", "Chromium";v="120", "Google Chrome";v="120"
    Sec-Ch-Ua-Mobile:
    ?0
    Sec-Ch-Ua-Platform:
    "Windows"
    Sec-Fetch-Dest:
    empty
    Sec-Fetch-Mode:
    cors
    Sec-Fetch-Site:
    cross-site
    User-Agent:
    Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 
    Last edited by fraudiay79; 19th Jan 2024 at 09:27.
    Quote Quote  
  4. for widevine
    work for cbcs or cenc

    Code:
    #EXTINF:-1 , Channle name
    #KODIPROP:inputstream.adaptive.license_type=com.widevine.alpha
    #KODIPROP:inputstream.adaptive.license_key=https://drm.antik.sk/widevine/key
    https://dash2.antik.sk/stream/nvidia_markiza/playlist_cbcs.mpd
    Quote Quote  
  5. Originally Posted by jckzz View Post
    for widevine
    work for cbcs or cenc

    Code:
    #EXTINF:-1 , Channle name
    #KODIPROP:inputstream.adaptive.license_type=com.widevine.alpha
    #KODIPROP:inputstream.adaptive.license_key=https://drm.antik.sk/widevine/key
    https://dash2.antik.sk/stream/nvidia_markiza/playlist_cbcs.mpd


    Thank you
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!