VideoHelp Forum
+ Reply to Thread
Page 6 of 6
FirstFirst ... 4 5 6
Results 151 to 180 of 180
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
    • I gave up at this point...
    Last edited by The_Mole_UK; 3rd Oct 2024 at 18:20.
    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 82628 - 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 82627 - Click to enlarge]
    Last edited by timetunnel; 3rd Oct 2024 at 09:05.
    Quote Quote  
  18. add same ext on chromium browser instead FF like brave, and try again
    also from lic url have 2 entries (same), try both (but for me both work)
    Quote Quote  
  19. Originally Posted by lomero View Post
    add same ext on chromium browser instead FF like brave, and try again
    also from lic url have 2 entries (same), try both (but for me both work)
    Tried also on chrome, 1 key found and 7 not.
    Ahah, I surrender. **** Raiplay.
    Quote Quote  
  20. oh nice. 1 key found is ok
    explain better and 7 not ....
    1 key only is enough !

    you have 3 video res and 2 audio. but 1 key is enough for everything

    Code:
    N_m3u8DL-RE -M format=mp4 --key 6fe9e5ae057e38fabd033b168e5f201f:2fadf9729989ba0870fbf43f75016a04 "https://b70cb04c54ab478189e9d8ee45637b13.msvdn.net/ostr1/podcastcdn/drm_root/DRMNagra_Disney_multiaudio/24210825_,1200,1800,2400/manifest_mvnumber.mpd?hdnea=st=1727971919~exp=1727972069~acl=/*~hmac=2231a61006c0afffeca0212b02c38014ed69f4ebd073deb2517cce82954990cb" -sv res="720*" -sa lang="ita" --no-log --save-name leoni-di-Sicilia-S1E3
    Last edited by lomero; 3rd Oct 2024 at 11:21.
    Quote Quote  
  21. Originally Posted by lomero View Post
    oh nice. 1 key found is ok
    explain better and 7 not ....
    1 key only is enough !

    you have 3 video res and 2 audio. but 1 key is enough for everything

    Code:
    N_m3u8DL-RE -M format=mp4 --key 6fe9e5ae057e38fabd033b168e5f201f:2fadf9729989ba0870fbf43f75016a04 "https://b70cb04c54ab478189e9d8ee45637b13.msvdn.net/ostr1/podcastcdn/drm_root/DRMNagra_Disney_multiaudio/24210825_,1200,1800,2400/manifest_mvnumber.mpd?hdnea=st=1727971919~exp=1727972069~acl=/*~hmac=2231a61006c0afffeca0212b02c38014ed69f4ebd073deb2517cce82954990cb" -sv res="720*" -sa lang="ita" --no-log --save-name leoni-di-Sicilia-S1E3
    The other 7 videos I want to download, gives me the same error.
    Do you suggest to put more files in the direcory? Or to change these two?
    yes I know then how to download with N_m3 and choice resolution and audio.

    Update:you were right, with BRAVE it finds all keys
    Last edited by timetunnel; 3rd Oct 2024 at 11:53.
    Quote Quote  
  22. you get the key with FoxR ext and cdm for 1 video only and you give error for others video ? not possible. if it works for one it must work for all

    which video link get error ?
    Quote Quote  
  23. Originally Posted by lomero View Post
    you get the key with FoxR ext and cdm for 1 video only and you give error for others video ? not possible. if it works for one it must work for all

    which video link get error ?
    With Firefox always errors, except n.7, with Chrome 3 keys and 4 errors, with Brave alle key found correctly,
    It's enough for me, i will use that one.
    Quote Quote  
  24. yea, brave is the best browser. glad have you solved!
    Quote Quote  
  25. Originally Posted by lomero View Post
    yea, brave is the best browser. glad have you solved!
    it's thanks to you!
    Quote Quote  
  26. Member
    Join Date
    Oct 2024
    Location
    United Kingdom
    Search Comp PM
    Happy to post, if Angela is okay with it...

    Taken me ages to work out... Novice. ChatGPT guided, and hindered.
    Image Attached Thumbnails Click image for larger version

Name:	Homework.png
Views:	10
Size:	35.3 KB
ID:	82650  

    Last edited by The_Mole_UK; 4th Oct 2024 at 07:47.
    Quote Quote  
  27. Member
    Join Date
    Mar 2024
    Location
    Poland
    Search PM
    Originally Posted by The_Mole_UK View Post
    Happy to post, if Angela is okay with it...

    Taken me ages to work out... Novice. ChatGPT guided, and hindered.



    Great job, could you share your scripts?
    Quote Quote  
  28. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by The_Mole_UK View Post
    Happy to post, if Angela is okay with it...

    Taken me ages to work out... Novice. ChatGPT guided, and hindered.
    Well done! It is not easy sorting through other people's code.

    I'm happy for you to post, but in your own thread please, and call it something clearly alternative to the AllHell family so I don't get support questions for it posted here.

    [edit] from reading the linked text file I can't see how you are downloading subtitles only? The only change I note is you've added your own save folder and multi-threading for N_m3u8DL-RE. What have I missed? [/edit]

    Just a side-note; development since since V5 has been to Allhell3gui only. I plan on dropping the Terminal only scripts.
    Last edited by A_n_g_e_l_a; 4th Oct 2024 at 03:24.
    Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
    https://files.videohelp.com/u/301890/hellyes6.zip
    Quote Quote  
  29. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by grzech67 View Post
    Great job, could you share your scripts?
    This has a separate subtitle extractor that becomes active after the video (with subs) has been downloaded https://files.videohelp.com/u/301890/allhell3gui_extract_subs.py So it produces a video with embedded subs and a separate subtitle srt file. It may meet your needs.
    Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
    https://files.videohelp.com/u/301890/hellyes6.zip
    Quote Quote  
  30. 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 grzech67 View Post
    Great job, could you share your scripts?
    This has a separate subtitle extractor that becomes active after the video (with subs) has been downloaded https://files.videohelp.com/u/301890/allhell3gui_extract_subs.py So it produces a video with embedded subs and a separate subtitle srt file. It may meet your needs.
    I'd rather share with just you and to do what you want with it...

    I've updated the text file. Start work at 2pm today, running out of time...
    Image Attached Files
    Quote Quote  



Similar Threads

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