VideoHelp Forum
+ Reply to Thread
Results 1 to 10 of 10
Thread
  1. Hi, can any one help me with recording/downloading the mpd streaming

    I guess the video is using wildvine protection. But i have the licence url, and i can play the video in bitmovin player.

    i want to record/download the video.
    Is there any player that has recording feature and accepts a drm licence url?

    Please tell if i am wrong...
    if i can play a video elsewhere then it means that i can also download it by writing decrypted mp4 to disk instead of screen buffer

    So is this possible?
    Quote Quote  
  2. MPD and LICENSE URL?
    discord=notaghost9997
    Quote Quote  
  3. Originally Posted by notaghost View Post
    MPD and LICENSE URL?
    MPD URL: https://livevoot-i.akamaihd.net/dash/live/828591/cineplexhd/master.mpd

    License Url:
    Code:
    https://udrmv3.kaltura.com/cenc/widevine/license?custom_data=eyJjYV9zeXN0ZW0iOiJodHRwczovL3Jlc3QtYXMub3R0LmthbHR1cmEuY29tL2FwaV92My9zZXJ2aWNlL2Fzc2V0RmlsZS9hY3Rpb24vZ2V0Q29udGV4dD9rcz1kako4TWpJMWZMWUZDdmhEeC1LeU8yTEpURkVabUI2RHcxdGtrMy13WE1IQ25BMk5udXUzTndPdnNlQm9VbGNPLUV1Ymt6Rkp2M0dnZlNoVmlaRzF6VFhLOHNfNEE4ZG1QZDBkOFc4bVcxLUZoVm9LazFmRDVlcGo4RExqOWFjYUVVcGFDTk5fSGsybVVTMFNEUXU0U3prRWgzOHhJRFh6RDV0ODE2bXBadlp6T1Y3ZzU4bFdMYjhiRkNkQXhNUzlzd2dOMUp5Z1VWVTQ4MjVfekdxWHY3cWdLZWJlSWR3b0FMN01qUkRuSVlnQ05HbEZoOEU4S0pwQUhoZkJWamhHUTdBTXNkcjVZQT09JmNvbnRleHRUeXBlPW5vbmUmaWQ9ODg0MjM4MiIsImFjY291bnRfaWQiOjE5ODI1NTEsImNvbnRlbnRfaWQiOiJjaW5lcGxleGhkX2Rhc2giLCJmaWxlcyI6IiIsInVzZXJfdG9rZW4iOiJkako4TWpJMWZMWUZDdmhEeC1LeU8yTEpURkVabUI2RHcxdGtrMy13WE1IQ25BMk5udXUzTndPdnNlQm9VbGNPLUV1Ymt6Rkp2M0dnZlNoVmlaRzF6VFhLOHNfNEE4ZG1QZDBkOFc4bVcxLUZoVm9LazFmRDVlcGo4RExqOWFjYUVVcGFDTk5fSGsybVVTMFNEUXU0U3prRWgzOHhJRFh6RDV0ODE2bXBadlp6T1Y3ZzU4bFdMYjhiRkNkQXhNUzlzd2dOMUp5Z1VWVTQ4MjVfekdxWHY3cWdLZWJlSWR3b0FMN01qUkRuSVlnQ05HbEZoOEU4S0pwQUhoZkJWamhHUTdBTXNkcjVZQT09IiwidWRpZCI6IjhmY2JjNzQ0OTFkODdiOTEiLCJhZGRpdGlvbmFsX2Nhc19zeXN0ZW0iOjIyNX0%3d&signature=kDDuaRYMluIZgvBF%2bOaY3z97df0%3d
    Quote Quote  
  4. KID=6e653193b7794eff842990096e1e17c1
    key=11f760a8951af444e6e347e7a9da6471

    decrypt init append segments
    Last edited by notaghost; 8th Feb 2021 at 07:42.
    discord=notaghost9997
    Quote Quote  
  5. Originally Posted by notaghost View Post
    KID=6e653193b7794eff842990096e1e17c1
    key=11f760a8951af444e6e347e7a9da6471

    Thanks for your response, i already had the keys, but how to use it?

    I have tried

    Code:
    ffmpeg -decryption_key 11f760a8951af444e6e347e7a9da6471 -i https://livevoot-i.akamaihd.net/dash/live/828591/cineplexhd/master.mpd -codec copy decrypted_media.mp4
    But it didn't worked.
    Quote Quote  
  6. mpd is not video file...
    then ffmpeg with -codec copy decrypted_media.mp4 doesn't have the required video file... it's not so simple!
    and your command it's totally wrong.
    Quote Quote  
  7. Originally Posted by lomero View Post
    mpd is not video file...
    then ffmpeg with -codec copy decrypted_media.mp4 doesn't have the required video file... it's not so simple!
    and your command it's totally wrong.
    ok, so first I need to convert the mpd file to a video file then perform dycryption? how to do that?

    streamlink is not working because of DRM, and dash-proxy is also not working,


    Code:
    ←[32mRunning dash proxy for stream https://livevoot-i.akamaihd.net/dash/live/828
    591/cineplexhd/master.mpd. Output goes in .←[0m
    ←[32mmpd=[<Element '{urn:mpeg:dash:schema:mpd:2011}Period' at 0x000000AA75D1C1D0
    >]←[0m
    ←[32mStarting a downloader for Representation (period=0 adaptation-set=0 represe
    ntation=0)←[0m
    ←[32mrequesting master_video2500/master_video2500-init.mp4 from https://livevoot
    -i.akamaihd.net/dash/live/828591/cineplexhd/master_video2500/master_video2500-in
    it.mp4←[0m
    Traceback (most recent call last):
      File "C:\Users\Administrator\Downloads\dash-proxy-master\dash-proxy-master\das
    hproxy.py", line 357, in <module>
        main()
      File "C:\Users\Administrator\Downloads\dash-proxy-master\dash-proxy-master\das
    hproxy.py", line 353, in main
        run(args)
      File "C:\Users\Administrator\Downloads\dash-proxy-master\dash-proxy-master\das
    hproxy.py", line 342, in run
        return proxy.run()
      File "C:\Users\Administrator\Downloads\dash-proxy-master\dash-proxy-master\das
    hproxy.py", line 135, in run
        self.refresh_mpd()
      File "C:\Users\Administrator\Downloads\dash-proxy-master\dash-proxy-master\das
    hproxy.py", line 153, in refresh_mpd
        self.handle_mpd(mpd)
      File "C:\Users\Administrator\Downloads\dash-proxy-master\dash-proxy-master\das
    hproxy.py", line 190, in handle_mpd
        self.ensure_downloader(mpd, rep_addr)
      File "C:\Users\Administrator\Downloads\dash-proxy-master\dash-proxy-master\das
    hproxy.py", line 208, in ensure_downloader
        downloader.handle_mpd(mpd, self.get_base_url(mpd))
      File "C:\Users\Administrator\Downloads\dash-proxy-master\dash-proxy-master\das
    hproxy.py", line 264, in handle_mpd
        segments = copy.deepcopy(segment_timeline.findall("mpd:S", ns))
    AttributeError: 'NoneType' object has no attribute 'findall'
    
    C:\Users\Administrator
    Last edited by vikral; 8th Feb 2021 at 08:15.
    Quote Quote  
  8. no one here will explain how to do it.
    so, if you write the link to your video maybe someone can help you find what you want...
    Quote Quote  
  9. again.... no mpd link
    put here original video link!
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!