I'm trying to download a stream from a paid sports site but haven't find a way to. There is no .m3u8, no manifest, no .ism. Just a bunch of .m4f files. Here's how the link to the .mpd dash looks like:
https://ncdn-catchup-ssl.pfd.sfr.net/out/vod/dash/c/2da/RMS5342666/RMS5342666.mpd
The site I'm trying to download from is rmcsport.tv. It's unfortunately behind a paywall so I don't know if anyone can figure out how to download just off of my info. Note that Video DownloadHelper shows a bunch of .mp4 and audio files.
I'd appreciate any help. Thanks.
+ Reply to Thread
Results 1 to 10 of 10
-
-
That'd be risky for me because you'd have access to my account and would be able to charge my account for stuff... Rather, I'm trying to see if the User-Agent Switcher + The Stream Detector could work, but I'm not able to click when I choose User Agent Apple iOS. Do you know how I can click? I've tried using Ctrl + Shift + M while in iOS User Agent, but still not able to click. Thanks.
-
So... are you saying you were able to download it? Can you guide me through please? Thanks.
-
You can get HLS for this instead, i just played around.
So in the link:
you see a part called /dash/. I tried renaming it to /hls/ and then tried renaming the stream fiile to .m3u8 and voala:
This m3u8 will have all kinds of resolutions,including 1080p i think.
Now all you need to do this use youtube-dl or streamlink to capture the video
streamlink.exe "https://ncdn-catchup-ssl.pfd.sfr.net/out/vod/hls/c/2da/RMS5342666/RMS5342666.m3u8" best -o video.ts
youtube-dl.exe "https://ncdn-catchup-ssl.pfd.sfr.net/out/vod/hls/c/2da/RMS5342666/RMS5342666.m3u8" -
Thank you so much!
Wow, all that was required was changing things up a bit... Who'd have thought it? Anyway, thanks again for your help.
-
Hello,
I used the trick above and downloaded with youtube-dl, to no avail.
Code:c:\>youtube-dl.exe https://lil1-cdn-edge-vod00.pfd.sfr.net/ncdn-cu-kairos-lyo0.pfd.sfr.net/sid=01rrpvedvh7i22sbca80/dashcenc/catchup/NEUF_BFMTV/51c/WFM1_BFM3085238/manifest.mpd [generic] manifest: Requesting header WARNING: Falling back on generic information extractor. [generic] manifest: Downloading webpage [generic] manifest: Extracting information ERROR: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. c:\>youtube-dl.exe -F https://lil1-cdn-edge-vod00.pfd.sfr.net/ncdn-cu-kairos-lyo0.pfd.sfr.net/sid=01rrpvedvh7i22sbca80/hls/catchup/NEUF_BFMTV/51c/WFM1_BFM3085238/manifest.m3u8 [generic] manifest: Requesting header WARNING: Could not send HEAD request to https://lil1-cdn-edge-vod00.pfd.sfr.net/ncdn-cu-kairos-lyo0.pfd.sfr.net/sid=01rrpvedvh7i22sbca80/hls/catchup/NEUF_BFMTV/51c/WFM1_BFM3085238/manifest.m3u8: HTTP Error 404: Not Found [generic] manifest: Downloading webpage ERROR: Unable to download webpage: HTTP Error 404: Not Found (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. c:\>youtube-dl.exe -F https://lil1-cdn-edge-vod00.pfd.sfr.net/ncdn-cu-kairos-lyo0.pfd.sfr.net/sid=01rrpvedvh7i22sbca80/hls/catchup/NEUF_BFMTV/51c/WFM1_BFM3085238/manifest.mpd [generic] manifest: Requesting header WARNING: Could not send HEAD request to https://lil1-cdn-edge-vod00.pfd.sfr.net/ncdn-cu-kairos-lyo0.pfd.sfr.net/sid=01rrpvedvh7i22sbca80/hls/catchup/NEUF_BFMTV/51c/WFM1_BFM3085238/manifest.mpd: HTTP Error 404: Not Found [generic] manifest: Downloading webpage ERROR: Unable to download webpage: HTTP Error 404: Not Found (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Thank you. -
Use ytdlp
Code:ytdlp.exe --allow-u "https://lil1-cdn-edge-vod00.pfd.sfr.net/ncdn-cu-kairos-lyo0.pfd.sfr.net/sid=01rrpvedvh7i22sbca80/dashcenc/catchup/NEUF_BFMTV/51c/WFM1_BFM3085238/manifest.mpd"
Read this sub-forum more. -
Thanks, I'll read up on Guesser and mp4decrypt
https://github.com/Satsuoni/widevine-l3-guesser
--
Edit: As an easier work-around, I simply recorded the screen with OBS.Last edited by yetanotherlogin; 20th Nov 2021 at 05:53.
Similar Threads
-
Need help downloading a DRM .mpd manifest
By fuzzco in forum Video Streaming DownloadingReplies: 4Last Post: 25th Mar 2022, 22:08 -
how to download video files with "mpd" (mpeg dash manifest)?
By nzhd in forum Video Streaming DownloadingReplies: 59Last Post: 17th Apr 2021, 05:26 -
Downloading mpd stream (DRM protected?)
By odyssey1234 in forum Video Streaming DownloadingReplies: 8Last Post: 14th Aug 2019, 21:26 -
Problem with [MPD] (mpeg dash manifest) - HRTi
By SamoMalo404 in forum Video Streaming DownloadingReplies: 0Last Post: 20th Jan 2018, 23:02 -
how to obtain the url from manifest.mpd
By gigio in forum Video Streaming DownloadingReplies: 4Last Post: 29th Dec 2017, 18:33