VideoHelp Forum
+ Reply to Thread
Page 3 of 4
FirstFirst 1 2 3 4 LastLast
Results 61 to 90 of 111
Thread
  1. a6b3de86c2da9fc97bcd43debfa51b21
    Quote Quote  
  2. KID=3443663755174cc8eae4d6e2d44e7f44
    KEY=2579437e71b4172c250e0bfd6f7fa765
    Quote Quote  
  3. login required
    Quote Quote  
  4. Hi guys,
    I'm pretty new at this and wanted to know if someone could help me downloading this file:
    https://www.rtp.pt/play/p9106/e560484/atlantic-crossing
    I've tried tried to find the mfd manifest file to use then youtube-dl but I didn't succeed.
    Thank you
    Quote Quote  
  5. Thanks karapuz.
    The video extraction went well but unfortunately it has no sound. Any suggestion?
    Quote Quote  
  6. https://github.com/nilaoda/N_m3u8DL-CLI/blob/master/README_ENG.md

    https://streaming-vod.rtp.pt/dash/nas2.share/pt/h264/512x384/p9106/p9106_1_20210729161...4/manifest.mpd

    14:03:08.119 File Name: manifest.mpd_20210822140307
    14:03:08.131 Save Path: C:\N_m3u8DL\Downloads
    14:03:08.298 Start Parsing
    14:03:08.475 Downloading M3u8 Content
    14:03:09.776 Start Parsing MPD Content...
    14:03:14.374 Checking Whether The Last Fragment Is Valid...(Video)
    14:03:15.473 Checking Whether The Last Fragment Is Valid...(Audio)
    14:03:17.842 Parsing M3u8 Content
    14:03:17.901 Writing Json: [meta.json]
    14:03:18.452 Master List Found
    14:03:19.418 Writing Master List Json: [playLists.json]
    14:03:19.419 Auto Selected Best Definition
    14:03:19.420 Start Re-Parsing...
    14:03:19.420 Downloading M3u8 Content
    14:03:19.423 Parsing M3u8 Content
    14:03:19.427 Downloading M3u8 Key...
    14:03:19.427 PLZ-KEEP-RAW Is Not Supported Yet, Ignore Decrypt, And Use Binary
    14:03:19.443 Writing Json: [meta.json]
    14:03:19.540 File Duration: 55m24s
    14:03:19.542 Original Count: 554, Selected Count: 554
    14:03:19.645 Has External Audio Track
    IDM
    https://streaming-vod.rtp.pt/dash/nas2.share/pt/h264/512x384/p9106/p9106_1_20210729161...ected_id=v1-x3
    Last edited by karapuz; 22nd Aug 2021 at 06:22.
    Quote Quote  
  7. Thanks a lot karapuz. I could make it work.
    Last edited by piramalakia; 22nd Aug 2021 at 09:21. Reason: update
    Quote Quote  
  8. Hello, could I possibly get some help downloading two videos? When I try to download the MPD files through youtube-dl, it says "ERROR: No video formats found." I tried yt-dlp too and had the same issue. The MPDs are:

    https://g-aegis-naver.pstatic.net/globalv/owfs_rmc/read/global_v_2020_09_29_96/cenc/73...2d0/stream.mpd
    https://g-aegis-naver.pstatic.net/globalv/owfs_rmc/read/global_v_2020_09_24_404/cenc/6...084/stream.mpd

    I assume the error has something to do with DRM, but I have no idea what steps to take to get around it. I am new to this and have spent hours Googling, but I can't figure it out, so I am requesting help. Thank you.
    Quote Quote  
  9. Originally Posted by Min View Post
    Hello, could I possibly get some help downloading two videos? When I try to download the MPD files through youtube-dl, it says "ERROR: No video formats found." I tried yt-dlp too and had the same issue. The MPDs are:

    https://g-aegis-naver.pstatic.net/globalv/owfs_rmc/read/global_v_2020_09_29_96/cenc/73...2d0/stream.mpd
    https://g-aegis-naver.pstatic.net/globalv/owfs_rmc/read/global_v_2020_09_24_404/cenc/6...084/stream.mpd

    I assume the error has something to do with DRM, but I have no idea what steps to take to get around it. I am new to this and have spent hours Googling, but I can't figure it out, so I am requesting help. Thank you.
    Code:
    ytdlp.exe --allow-unplayable-formats -F "https://g-aegis-naver.pstatic.net/globalv/owfs_rmc/read/global_v_2020_09_29_96/cenc/73ff1860-062b-11eb-a1df-a0369ffc92d0/stream.mpd"
    then use -f lowercase and the ID
    Code:
    ytdlp.exe --external-downloader aria2c --allow-unplayable-formats -f video_avc1 "https://g-aegis-naver.pstatic.net/globalv/owfs_rmc/read/global_v_2020_09_29_96/cenc/73ff1860-062b-11eb-a1df-a0369ffc92d0/stream.mpd"
    aria2c is for faster downloading however you need to download the exe and put it in the same folder with ytdlp
    Last edited by [ss]vegeta; 1st Sep 2021 at 04:43.
    Quote Quote  
  10. Originally Posted by [ss]vegeta View Post
    Code:
    ytdlp.exe --allow-unplayable-formats -F "https://g-aegis-naver.pstatic.net/globalv/owfs_rmc/read/global_v_2020_09_29_96/cenc/73ff1860-062b-11eb-a1df-a0369ffc92d0/stream.mpd"
    then use -f lowercase and the ID
    Code:
    ytdlp.exe --external-downloader aria2c --allow-unplayable-formats -f video_avc1 "https://g-aegis-naver.pstatic.net/globalv/owfs_rmc/read/global_v_2020_09_29_96/cenc/73ff1860-062b-11eb-a1df-a0369ffc92d0/stream.mpd"
    aria2c is for faster downloading however you need to download the exe and put it in the same folder with ytdlp
    Thank you so much for your help! Both files downloaded flawlessly. But now I don't know how to play them since they are encrypted. Is there a way to decrypt them? The videos are both from VLIVE.tv which I think uses AES encryption but not 100% sure. For what it's worth, I did purchase both videos. I just wanted to be able to save them to my personal collection and watch them offline.
    Quote Quote  
  11. Originally Posted by Min View Post
    Originally Posted by [ss]vegeta View Post
    Code:
    ytdlp.exe --allow-unplayable-formats -F "https://g-aegis-naver.pstatic.net/globalv/owfs_rmc/read/global_v_2020_09_29_96/cenc/73ff1860-062b-11eb-a1df-a0369ffc92d0/stream.mpd"
    then use -f lowercase and the ID
    Code:
    ytdlp.exe --external-downloader aria2c --allow-unplayable-formats -f video_avc1 "https://g-aegis-naver.pstatic.net/globalv/owfs_rmc/read/global_v_2020_09_29_96/cenc/73ff1860-062b-11eb-a1df-a0369ffc92d0/stream.mpd"
    aria2c is for faster downloading however you need to download the exe and put it in the same folder with ytdlp
    Thank you so much for your help! Both files downloaded flawlessly. But now I don't know how to play them since they are encrypted. Is there a way to decrypt them? The videos are both from VLIVE.tv which I think uses AES encryption but not 100% sure. For what it's worth, I did purchase both videos. I just wanted to be able to save them to my personal collection and watch them offline.
    You might need to pass the cookies to ytdlp if it requires a login so that way you don't have to worry about the encryption. Otherwise you will need to use something like widevine guesser to get the L3 keys and then use mp4decrypt to decrypt them.
    Quote Quote  
  12. widevine guesser not work with AES encryption...
    need other workaround. explained in other pages of this forum.
    Quote Quote  
  13. Originally Posted by intheory628 View Post

    You might need to pass the cookies to ytdlp if it requires a login so that way you don't have to worry about the encryption.
    Are you seriously suggesting that passing a cookie to the server is some sort of a bypass for AES or WV ?
    Last edited by codehound; 2nd Sep 2021 at 06:23.
    Quote Quote  
  14. Originally Posted by codehound View Post
    Originally Posted by intheory628 View Post

    You might need to pass the cookies to ytdlp if it requires a login so that way you don't have to worry about the encryption.
    Are you seriously suggesting that passing a cookie to the server is some sort of a bypass for AES or WV ?
    I have been passing cookies to any site I have a login too and it seems to allow me to download the file and add it to plex no issue. Not saying it will work on every site out there but it has been working on any site that I personally use.
    Quote Quote  
  15. Originally Posted by Min View Post
    Thank you so much for your help! Both files downloaded flawlessly. But now I don't know how to play them since they are encrypted. Is there a way to decrypt them? The videos are both from VLIVE.tv which I think uses AES encryption but not 100% sure. For what it's worth, I did purchase both videos. I just wanted to be able to save them to my personal collection and watch them offline.
    Just a short update! Found out that VLIVE actually uses Widevine, and from there I was able to figure everything out. This forum has been such a great help. Thank you!
    Quote Quote  
  16. Originally Posted by intheory628 View Post
    Originally Posted by codehound View Post
    Originally Posted by intheory628 View Post

    You might need to pass the cookies to ytdlp if it requires a login so that way you don't have to worry about the encryption.
    Are you seriously suggesting that passing a cookie to the server is some sort of a bypass for AES or WV ?
    I have been passing cookies to any site I have a login too and it seems to allow me to download the file and add it to plex no issue. Not saying it will work on every site out there but it has been working on any site that I personally use.
    You need to go into a quiet room and give your head a shake if, as I stated you honestly believe that statement.

    That passing a cookie bypasses encryption.
    Last edited by codehound; 2nd Sep 2021 at 18:28.
    Quote Quote  
  17. Originally Posted by codehound View Post
    Originally Posted by intheory628 View Post
    Originally Posted by codehound View Post
    Originally Posted by intheory628 View Post

    You might need to pass the cookies to ytdlp if it requires a login so that way you don't have to worry about the encryption.
    Are you seriously suggesting that passing a cookie to the server is some sort of a bypass for AES or WV ?
    I have been passing cookies to any site I have a login too and it seems to allow me to download the file and add it to plex no issue. Not saying it will work on every site out there but it has been working on any site that I personally use.
    You need to go into a quiet room and give your head a shake if, as I stated you honestly believe that statement.

    That passing a cookie bypasses encryption.
    That is not what I am saying. What I am saying is that I have ran into the encryption issue in the pass. I added cookies options and it downloaded it, compressed it to x265 10bit, added it to plex and stream with no issue. Didn't have to get keys and use mp4decrypt. Just saying what I used.
    Quote Quote  
  18. Originally Posted by codehound View Post
    You need to go into a quiet room and give your head a shake....
    ahahah very funny!

    Originally Posted by intheory628 View Post
    I added cookies options and it downloaded it, compressed it to x265 10bit, added it to plex and stream with no issue
    very strange. add cookie don't bypass stream encryption...
    Quote Quote  
  19. Hey guys, I'm trying to download videos from a membership site that I am registered with. How can I dl them? I am using a Macbook and dont think youtube-dl works with MAC.
    Quote Quote  
  20. Hii guys,
    I can't find any mpd master files with network sniffer, any help?
    No need for help problem solved!
    Image Attached Thumbnails Click image for larger version

Name:	Screenshot (2338).png
Views:	202
Size:	167.7 KB
ID:	61716  

    Last edited by KoKloss; 9th Nov 2021 at 10:39. Reason: Updates
    Quote Quote  
  21. Open the developer tool before you load play the video
    discord=notaghost9997
    Quote Quote  
  22. Member
    Join Date
    Nov 2021
    Location
    Europe
    Search Comp PM
    Can someone help me to extract the embed video here? https://www.artofthetitle.com/title/sweeney-todd-the-demon-barber-of-fleet-street/ I cant find the right URL.. there a lot of segments..

    This https://52vod-adaptive.akamaized.net/exp=1636983510~acl=/39355651/*~hmac=dd5d9bc50172e...?base64_init=1 maybe helps.

    Thanks a ton!
    Quote Quote  
  23. Originally Posted by bueyfx View Post
    Can someone help me to extract the embed video here? https://www.artofthetitle.com/title/sweeney-todd-the-demon-barber-of-fleet-street/ I cant find the right URL.. there a lot of segments..

    This https://52vod-adaptive.akamaized.net/exp=1636983510~acl=/39355651/*~hmac=dd5d9bc50172e...?base64_init=1 maybe helps.

    Thanks a ton!
    https://we.tl/t-kYp1GSxwWb
    Quote Quote  
  24. Hi, I need your help to download these video file from polish vod page. I can't see any .mpd file in edge (f12 + network).
    I'd appreciate it if someone can help me out.

    Thanks in advance
    Last edited by Piksel; 19th Nov 2021 at 04:00.
    Quote Quote  
  25. Originally Posted by Piksel View Post
    I can't see any .mpd file in edge (f12 + network).
    This manifest is your mpd
    Image
    [Attachment 61826 - Click to enlarge]

    use ytdlp to download
    use this key
    Code:
    WidevineDecryptor: e809d0600b56e9499723564f8483d1bf:12d0fc6f7e20cb2e867261b67624b4e5
    to decrypt with mp4decrypt
    use ffmpeg to merge video and audio

    read/search the forum, you'll find these stuff explained a lot of times
    Quote Quote  



Similar Threads

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