VideoHelp Forum


Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!


Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.


+ Reply to Thread
Page 6 of 6
FirstFirst ... 4 5 6
Results 151 to 167 of 167
Thread
  1. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by damon View Post
    Just tested with https://bitmovin.com/demos/drm/ under Chrome 129 for Linux
    'https://licensing.bitmovin.com/licensing'
    Same message from GUI version
    Could not parse license_message as a SignedMessage, Error parsing message
    Quite right Damon. The script is giving you exactly the correct response to the incorrect inputs you've given it.

    Instead of throwing aspersions on a script you might profitably learn something by reading the Temple of Doom trilogy in the stickies.

    Therein you may find https://cwip-shaka-proxy.appspot.com/no_auth is the license url and you'll need the curl of that!!
    Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
    https://files.videohelp.com/u/301890/hellyes6.zip
    Quote Quote  
  2. finally got some progress
    Image
    [Attachment 82599 - Click to enlarge]


    80205 Invalid device ID
    Last edited by damon; 2nd Oct 2024 at 09:49. Reason: my mistake
    Quote Quote  
  3. Member
    Join Date
    Oct 2024
    Location
    United Kingdom
    Search Comp PM
    Originally Posted by A_n_g_e_l_a View Post
    Originally Posted by The_Mole_UK View Post
    Originally Posted by A_n_g_e_l_a View Post
    [Edit: Sorry I see you've previously posted you can do the following already.
    My first post of #139 (https://forum.videohelp.com/threads/415090-All-Hell-Let-Loose!/page5#post2752610) seemed to vanish last night with no explanation (back this morning)

    I thought, "Ok!" and so just wrote the request in: #140 (https://forum.videohelp.com/threads/415090-All-Hell-Let-Loose!/page5#post2752612).
    Yes that man without hair, Richard, who runs this site, - they call him bald-rick - likes to check for spam; so he reads all new posts before they get put up

    I've sent you a PM with solution. Yes I got hooked in! It has an extra button - coloured to indicate availability.
    Image
    [Attachment 82596 - Click to enlarge]

    Image
    [Attachment 82595 - Click to enlarge]
    # Command to extract subtitle track (track index assumed to be 0)
    command = ['ffmpeg', '-i', f'{video_path}.mkv', '-map', '0:s:0', srt_file]

    This works great! :)
    Quote Quote  
  4. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by The_Mole_UK View Post
    # Command to extract subtitle track (track index assumed to be 0)
    command = ['ffmpeg', '-i', f'{video_path}.mkv', '-map', '0:0', srt_file]

    This works great!
    OK. Horses for courses, But at least stop ffmpeg filling acres of screen space proclaiming itself.

    command = ['ffmpeg', '-loglevel', 'quiet', '-hide_banner', '-i', f'{video_path}.mkv', '-map', '0:0', srt_file]
    Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
    https://files.videohelp.com/u/301890/hellyes6.zip
    Quote Quote  
  5. Member
    Join Date
    Oct 2024
    Location
    United Kingdom
    Search Comp PM
    Originally Posted by A_n_g_e_l_a View Post
    Originally Posted by The_Mole_UK View Post

    Anyway, all feedback for v7. What would be really useful is a tool that could just get me the subtitles.
    Normal v6 script for Video and Audio. Which is excellent.
    Just subs? No, not from me. It seems you are well placed to do that yourself. :)

    But a bit of history for you... In the beginning there was a script called l3.py which needed pssh and licence URL plus a headers file and a working CDM to give you keys.
    We now have the Hell3 family which takes just the mpd and licence cURL and downloads and decrypts -unseen to the user.
    To adapt hell3 too far away from its roots is not on my agenda. It is a key getter and an all-in-one downloader.

    The beauty of python scripts is that you have the source code to adapt as you wish.
    n_m3u8dl_re_command = (
    f"N_m3u8DL-RE '{mpd_url}' {keys} "
    f"--save-name 'E:/MakeMKV DVD Reads!/{self.video_name_entry.text()}' "
    "-mt "
    "-M:format=mkv:muxer=mkvmerge"
    )
    self.n_m3u8dl_re_output.setText(n_m3u8dl_re_comman d)

    subprocess_command = [
    'N_m3u8DL-RE', mpd_url
    ] + keys.split() + [
    '--save-name', f'E:/MakeMKV DVD Reads!/{self.video_name_entry.text()}',
    '-mt', '-M', 'format=mkv:muxer=mkvmerge'
    ]
    self.subprocess_output.setText(str(subprocess_comm and))

    Can't see what is wrong at 02:00. Sadly, must go to bed...
    Last edited by The_Mole_UK; 2nd Oct 2024 at 20:03.
    Quote Quote  
  6. Angela, I thank you so much for your work, you have made me happy on many platforms.
    Unfortunately I can't make it work on the site which until yesterday was the simplest because it wasn't encrypted: Raiplay, Italy.
    The mpd is already found only as a segment, but no big deal, I think your program will then transform it.
    However, the license curl is a huge problem for me, first of all I would like to point out that it seems like Nagra and not Widevine.
    In any case I tried to copy only the license, the header with the permissions, but it seems that I am writing or copying them incorrectly.
    Am I asking too much if I ask you for help with this?
    I'll leave you the link to the video:
    https://www.raiplay.it/video/2024/09/I-leoni-di-Sicilia-S1E3-6dc4c0f4-5951-444c-bdf4-d...64a07606e.html

    The pssh is:
    AAAAeXBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAFkIARIQb+ nlrgV+OPq9AzsWjl8gHxoFTmFncmEiPGRybV9yb290L0RSTU5h Z3JhX0Rpc25leV9tdWx0aWF1ZGlvLzI0MjEwODI1XywxMjAwLD E4MDAsMjQwMA==

    The site is free, you will probably need a VPN to view.
    Can you try?
    I would like to understand with what syntax to write this curl license, provided that your program also works on this site, so I can make do by myself in the future.

    In any case, THANK YOU in advance for your splendid work.
    Last edited by timetunnel; 3rd Oct 2024 at 02:17.
    Quote Quote  
  7. no need to bother with such a powerful Angela tool for such a simple site as Raiplay. use a simple cdrm-project online

    Code:
    mpd: https://streamcdnm2-b70cb04c54ab478189e9d8ee45637b13.msvdn.net/ostr2/podcastcdn/drm_root/DRMNagra_Disney_multiaudio/24210825_,1200,1800,2400/manifest_mvnumber.mpd?hdnea=st=1727941092~exp=1727941242~acl=/*~hmac=f2c9375ee79d94f21aab1cfb5b16f56cda7a50114c5a8e18ba9d06892d95129a
    key: 6fe9e5ae057e38fabd033b168e5f201f:2fadf9729989ba0870fbf43f75016a04
    Quote Quote  
  8. Originally Posted by lomero View Post
    no need to bother with such a powerful Angela tool for such a simple site as Raiplay. use a simple cdrm-project online

    Code:
    mpd: https://streamcdnm2-b70cb04c54ab478189e9d8ee45637b13.msvdn.net/ostr2/podcastcdn/drm_root/DRMNagra_Disney_multiaudio/24210825_,1200,1800,2400/manifest_mvnumber.mpd?hdnea=st=1727941092~exp=1727941242~acl=/*~hmac=f2c9375ee79d94f21aab1cfb5b16f56cda7a50114c5a8e18ba9d06892d95129a
    key: 6fe9e5ae057e38fabd033b168e5f201f:2fadf9729989ba0870fbf43f75016a04
    I might agree with you, but I'm left with the problem of inserting the header correctly and quickly, which I've tried and failed several times.
    Where and how do I find it on this file, for example?
    Quote Quote  
  9. Originally Posted by lomero View Post
    no need to bother with such a powerful Angela tool for such a simple site as Raiplay. use a simple cdrm-project online

    Code:
    mpd: https://streamcdnm2-b70cb04c54ab478189e9d8ee45637b13.msvdn.net/ostr2/podcastcdn/drm_root/DRMNagra_Disney_multiaudio/24210825_,1200,1800,2400/manifest_mvnumber.mpd?hdnea=st=1727941092~exp=1727941242~acl=/*~hmac=f2c9375ee79d94f21aab1cfb5b16f56cda7a50114c5a8e18ba9d06892d95129a
    key: 6fe9e5ae057e38fabd033b168e5f201f:2fadf9729989ba0870fbf43f75016a04
    I might agree with you, but I'm left with the problem of inserting the header correctly and quickly, which I've tried and failed several times.
    Where and how do I find it on this file, for example?
    And then, above all, with what correct syntax to write it?
    Quote Quote  
  10. more easy: use FoxRefire guesser (see sticky thread)

    Image
    [Attachment 82618 - Click to enlarge]
    Quote Quote  
  11. Originally Posted by lomero View Post
    more easy: use FoxRefire guesser (see sticky thread)

    Image
    [Attachment 82618 - Click to enlarge]
    Thank you, but I have already discarded this solution. It requires Android installations which I don't want to do,
    Installed as a simple Firefox browser extension it always returns an error.Image
    [Attachment 82621 - Click to enlarge]

    This is why I asked Angela if her program also supports encrypted Raiplay videos.
    Quote Quote  
  12. It requires Android installations which I don't want to do
    what you mean? The browser extension does not require anything... only 2 cdm files

    and I suggested the FoxRefire extension you are using the cdrm extension (also old, as you can see yours requires an update...)
    FoxRefire extension work fine, look better my post#160...
    Quote Quote  
  13. ops, wrong post ...
    Last edited by lomero; 3rd Oct 2024 at 05:08.
    Quote Quote  
  14. Originally Posted by lomero View Post
    It requires Android installations which I don't want to do
    what you mean? The browser extension does not require anything... only 2 cdm files

    and I suggested the FoxRefire extension you are using the cdrm extension (also old, as you can see yours requires an update...)
    FoxRefire extension work fine, look better my post#160...
    What are you talking about?
    In the sticky ther is only the wdv guesser, and anyway to create or obtain the two cdm files I need an android device or equivalent,
    So, all time lose for me, considering I understand NOTHING in these things,
    If nobody's know if Angela software works on Raiplay, patience,
    I'll try to be speeder in copying the header's authorizations.
    Quote Quote  
  15. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    You can find cdm files in the sticky threads as well.

    Edit: also if you want max quality on raiplay, you may wanna read this entire post before trying any existing tools
    https://forum.videohelp.com/threads/416111-Downloading-from-RaiPlay-and-finding-the-key
    Last edited by 2nHxWW6GkN1l916N3ayz8HQoi; 3rd Oct 2024 at 07:25.
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  16. here FoxRefire guesser https://github.com/FoxRefire/wvg/tree/next
    (look from Code download zip)

    here cdm ready to use https://forum.videohelp.com/threads/413719-Ready-to-use-CDMs-available-here%21

    BOTH from Sticky Threads
    Quote Quote  
  17. Image
    [Attachment 82624 - Click to enlarge]
    Originally Posted by lomero View Post
    here FoxRefire guesser https://github.com/FoxRefire/wvg/tree/next
    (look from Code download zip)

    here cdm ready to use https://forum.videohelp.com/threads/413719-Ready-to-use-CDMs-available-here%21

    BOTH from Sticky Threads
    All done (download zip extension file, download CDM, extract two of them in the same folder of manifest.json file,
    installed extension in firefox, but SAME error again.
    Image
    [Attachment 82625 - Click to enlarge]
    Last edited by timetunnel; 3rd Oct 2024 at 08:06.
    Quote Quote  



Similar Threads

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