VideoHelp Forum




Closed Thread
Results 1 to 18 of 18
  1. Member
    Join Date
    Jan 2023
    Location
    montreal
    Search PM
    Hope someone can help me ,
    im trying to open a M3U8 file i was able to download from Veeps but when file doesn't seem to open. its about 18gb file. Im using MacOS

    thanks

  2. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    How did you download it? Have you decrypted it?
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]

  3. Member
    Join Date
    Jan 2023
    Location
    montreal
    Search PM
    Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    How did you download it? Have you decrypted it?

    I downloaded with Live Stream Downloader its an mpd file but downloads as an mkv

    I have no clue how to decrypt files

  4. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Is the livestream still on? Maybe you can still get its decryption key. If it's still on, post the URL. Or at least post the mpd URL/ m3u8 URL.
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]

  5. Member
    Join Date
    Jan 2023
    Location
    montreal
    Search PM
    Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    Is the livestream still on? Maybe you can still get its decryption key. If it's still on, post the URL. Or at least post the mpd URL/ m3u8 URL.

    yes its still on but its a paid live stream

  6. Member
    Join Date
    Jan 2023
    Location
    montreal
    Search PM
    Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    Is the livestream still on? Maybe you can still get its decryption key. If it's still on, post the URL. Or at least post the mpd URL/ m3u8 URL.

    https://d1gf363n2c1czk.cloudfront.net/ba476eb2-e7f8-45f9-ad09-0a0522e0d4cc/HLS/5642c90...e_cmaf_avc.mpd

  7. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Ok, so according to the mpd's pssh
    Code:
    AAAAP3Bzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAB8SEITQbrB0sEH7kGEqQ7JcdYUaBWV6ZHJtSOPclZsG
    the decryption key should be
    Code:
    84d06eb074b041fb90612a43b25c7585:06fc5a2d6c900d20e080ce564739c26c
    Now downloading the livestream is easy if you use the right tools from the start. But your issue is that you already downloaded it with another program that I don't think it's even meant for DRM, and you want to salvage it. Can you post a screenshot with the output files from that "livestreamer downloader"?
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]

  8. Member
    Join Date
    Jan 2023
    Location
    montreal
    Search PM
    Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    Ok, so according to the mpd's pssh
    Code:
    AAAAP3Bzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAB8SEITQbrB0sEH7kGEqQ7JcdYUaBWV6ZHJtSOPclZsG
    the decryption key should be
    Code:
    84d06eb074b041fb90612a43b25c7585:06fc5a2d6c900d20e080ce564739c26c
    Now downloading the livestream is easy if you use the right tools from the start. But your issue is that you already downloaded it with another program that I don't think it's even meant for DRM, and you want to salvage it. Can you post a screenshot with the output files from that "livestreamer downloader"?
    what do you mean with output files?

  9. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    You told the program finished downloading. I want to see what it downloaded. Is it just 1 mkv file? mp4? Multiple files: part1, part2, etc. ?
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]

  10. Member
    Join Date
    Jan 2023
    Location
    montreal
    Search PM
    Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    You told the program finished downloading. I want to see what it downloaded. Is it just 1 mkv file? mp4? Multiple files: part1, part2, etc. ?

    its one file mkv

    widevine_cmaf_avc.mkv

  11. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    I am not 100% sure if those are the right steps. But since it's mkv and both tracks are encrypted, try extracting them in separate files: video.avc and audio.aac for example (the extensions might be different). You can use gMKVExtractGUI

    Copy both files in an empty folder, and also download and put there mp4decrypt (look for mp4decrypt executable in the archive file)
    https://www.bento4.com/downloads/

    Then open cmd in that folder and run
    Code:
    mp4decrypt --key 84d06eb074b041fb90612a43b25c7585:06fc5a2d6c900d20e080ce564739c26c video.avc video_decrypted.avc
    mp4decrypt --key 84d06eb074b041fb90612a43b25c7585:06fc5a2d6c900d20e080ce564739c26c audio.aac audio_decrypted.aac
    If they can be played successfully then you can mux them together using mkvtoolnix.

    If it fails you could upload that 18gb file somewhere for others to try.
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]

  12. Member
    Join Date
    Jan 2023
    Location
    montreal
    Search PM
    Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    I am not 100% sure if those are the right steps. But since it's mkv and both tracks are encrypted, try extracting them in separate files: video.avc and audio.aac for example (the extensions might be different). You can use gMKVExtractGUI

    Copy both files in an empty folder, and also download and put there mp4decrypt (look for mp4decrypt executable in the archive file)
    https://www.bento4.com/downloads/

    Then open cmd in that folder and run
    Code:
    mp4decrypt --key 84d06eb074b041fb90612a43b25c7585:06fc5a2d6c900d20e080ce564739c26c video.avc video_decrypted.avc
    mp4decrypt --key 84d06eb074b041fb90612a43b25c7585:06fc5a2d6c900d20e080ce564739c26c audio.aac audio_decrypted.aac
    If they can be played successfully then you can mux them together using mkvtoolnix.

    If it fails you could upload that 18gb file somewhere for others to try.

    those programs are not available to MacOS
    ill see if i can upload the file somewhere online

  13. Member
    Join Date
    Jan 2023
    Location
    montreal
    Search PM
    Originally Posted by takistexas View Post
    Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    I am not 100% sure if those are the right steps. But since it's mkv and both tracks are encrypted, try extracting them in separate files: video.avc and audio.aac for example (the extensions might be different). You can use gMKVExtractGUI

    Copy both files in an empty folder, and also download and put there mp4decrypt (look for mp4decrypt executable in the archive file)
    https://www.bento4.com/downloads/

    Then open cmd in that folder and run
    Code:
    mp4decrypt --key 84d06eb074b041fb90612a43b25c7585:06fc5a2d6c900d20e080ce564739c26c video.avc video_decrypted.avc
    mp4decrypt --key 84d06eb074b041fb90612a43b25c7585:06fc5a2d6c900d20e080ce564739c26c audio.aac audio_decrypted.aac
    If they can be played successfully then you can mux them together using mkvtoolnix.

    If it fails you could upload that 18gb file somewhere for others to try.

    those programs are not available to MacOS
    ill see if i can upload the file somewhere online
    im gonna post the mega link soon when its done uploading

  14. Member
    Join Date
    Jan 2023
    Location
    montreal
    Search PM
    Originally Posted by takistexas View Post
    Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    Ok, so according to the mpd's pssh
    Code:
    AAAAP3Bzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAB8SEITQbrB0sEH7kGEqQ7JcdYUaBWV6ZHJtSOPclZsG
    the decryption key should be
    Code:
    84d06eb074b041fb90612a43b25c7585:06fc5a2d6c900d20e080ce564739c26c
    Now downloading the livestream is easy if you use the right tools from the start. But your issue is that you already downloaded it with another program that I don't think it's even meant for DRM, and you want to salvage it. Can you post a screenshot with the output files from that "livestreamer downloader"?
    what do you mean with output files?

    if i want to start from scratch and use the pssh and decryption key you gave me what do i need to do next . im kinda new to this things so im learning as i go

  15. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Well the mpd you posted isn't a livestream anymore so you can download the 3 hour vod using

    Code:
    N_m3u8DL-RE "https://d1gf363n2c1czk.cloudfront.net/ba476eb2-e7f8-45f9-ad09-0a0522e0d4cc/HLS/5642c90d-8259-4797-81e7-0b656208b336/5b70c774-3e71-4849-99d4-6eaea2aefd82/widevine_cmaf_avc.mpd" --key 84d06eb074b041fb90612a43b25c7585:06fc5a2d6c900d20e080ce564739c26c -M format=mkv
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]

  16. Member
    Join Date
    Jan 2023
    Location
    montreal
    Search PM
    Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    Well the mpd you posted isn't a livestream anymore so you can download the 3 hour vod using

    Code:
    N_m3u8DL-RE "https://d1gf363n2c1czk.cloudfront.net/ba476eb2-e7f8-45f9-ad09-0a0522e0d4cc/HLS/5642c90d-8259-4797-81e7-0b656208b336/5b70c774-3e71-4849-99d4-6eaea2aefd82/widevine_cmaf_avc.mpd" --key 84d06eb074b041fb90612a43b25c7585:06fc5a2d6c900d20e080ce564739c26c -M format=mkv
    every time it download theres no sound or picture. i have no clue whats wrong unless im doing something wrong

  17. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Command is good. It downloads a 18.5 gb file at 4k res. Make sure you installed n_m3u8dl-re properly together with ffmpeg and mp4decrypt in the same folder. Show a screenshot with the folder structure and also the command with its console logs
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]

  18. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Originally Posted by takistexas View Post
    Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    Is the livestream still on? Maybe you can still get its decryption key. If it's still on, post the URL. Or at least post the mpd URL/ m3u8 URL.

    yes its still on but its a paid live stream
    Please reread our rules.




Similar Threads

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