hello to all guys and thanks again for your help, I wanted to ask you, having mpd and key, what program can I use to download audio and video and then merge them? thanks, I can use both windows but I prefer ubuntu
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 7 of 7
-
-
Use N_m3u8DL-RE. Your command should look like:
Code:N_m3u8DL-RE -M format=mkv --key aaaaaa:bbbbbb mpdurl.mpd
-
If you want to stay safe and run your downloads inside a Docker/Podman container (works on both Linux and Windows), you can use dash-mpd-cli.
Code:podman run --rm -v .:/content ghcr.io/emarsden/dash-mpd-cli --key aaa:bbb https://example.com/manifest.mpd
-
Not trying to imply that N_m3u8DL-RE is dangerous to run, but I would recommend caution when running any software downloaded from a website that isn't a well-known vendor/supplier. One way of protecting yourself from potentially malicious applications is to run them "sandboxed" in a software container, using Docker or Podman (free software); they can only read and write to directories that you have explicitly approved (this is the "-v" argument to podman in my example).
There are sometimes software bugs in the container runtimes that allow an "escape" from the container, but they are rare. You can use gVisor as shown in the dash-mpd-cli documentation to use a more secure container runtime. Note that running software in a virtual machine is not as safe unless you take special precautions to revert the virtual machine to its initial state.
Why dash-mpd-cli then? Because it's available packaged as a Docker/Podman container (you can also download a standard executable if you prefer). It doesn't handle m3u8 playlists, however.
Similar Threads
-
AES 128 Key, How do i decrypt or find the key?
By GirlsGill in forum Video Streaming DownloadingReplies: 12Last Post: 12th Feb 2024, 08:03 -
I don't get key with wks-key.
By Brift_Bv in forum Video Streaming DownloadingReplies: 34Last Post: 18th Nov 2023, 03:35 -
WKS-KEY does not get decryption key
By HORDTHIONZAC in forum Video Streaming DownloadingReplies: 8Last Post: 17th Jun 2023, 05:46 -
No downloader working without key. now getting base64 key string is tough.
By akshaysic in forum Video Streaming DownloadingReplies: 6Last Post: 14th Jan 2023, 10:33 -
yt-dlp + mdp: "Could not send HEAD request" - HTTP error 403: forbidden
By oopargentina in forum Video Streaming DownloadingReplies: 6Last Post: 27th Mar 2021, 10:01