VideoHelp Forum
+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 30 of 39
Thread
  1. Hello,

    It is possible to download this video : http://embedftv-a.akamaihd.net/eb258edaabf43bbf9d9ea7aa55fecff7 ?

    I tried with youtube-dl and steamlink without success.

    Thanks in advance.
    Quote Quote  
  2. Originally Posted by Sebeauvoir View Post
    Hello,

    It is possible to download this video : http://embedftv-a.akamaihd.net/eb258edaabf43bbf9d9ea7aa55fecff7 ?

    I tried with youtube-dl and steamlink without success.

    Thanks in advance.
    we need the video link to be able to help edit if it's france 3 i will look later on it https://france3-regions.francetvinfo.fr/auvergne-rhone-alpes/emissions/les-emissions-s...nce-3-auvergne reply here if it's right or not
    Quote Quote  
  3. youtube-dl "https://cloudreplayfrancetv.akamaized.net/225a3718525f5/1000166675_france-domtom_TA.ism/ZXhwPTE1OTk1MzU1ODV+YWNsPSUyZjIyNWEzNzE4NTI1ZjUlMm YxMDAwMTY2Njc1X2ZyYW5jZS1kb210b21fVEEuaXNtKn5obWFj PTE4MzYyZGZkNzFiMDJkNmQ0NTYzM2MwMWNhZWZlZGIyNGQ5Yj MzOWY3ZWE3ZmU0ZDJhZGE2MjhjM2JiZDA0NDk=/manifest.mpd"
    Quote Quote  
  4. Hello you can download it open developers console go to network and type mpd then you will see manifest.mpd right click on it and select copy url then paste it in tvdownloader or you can use youtube-dl with the following command youtube-dl.exe -f bestvideo+bestaudio https://cloudreplayfrancetv.akamaized.net/225a3718525f5/1000166675_france-domtom_TA.is...=/manifest.mpd
    Quote Quote  
  5. It works, thanks a lot!
    Quote Quote  
  6. Member
    Join Date
    Jul 2021
    Location
    Switzerland
    Search PM
    Hello,

    After several hours of research, I came across this page of this forum with exactly the same problem that I have, on a different television site but with apparently the same host (akamaihd.net).

    I'm trying to download the video that can be found at this link: https://player.rts.ch/p/rts/livecenter?urn=urnwisstxt:video:rts:1690681

    Following the directions in this forum, I searched for "manifest.mpd" in Chrome and came across this link: https://srgssrgop19a-lh.akamaihd.net/i/enc19a_gop@141644/segment270817504_2000_av-p.ts...37f24e86b55a2f

    Image
    [Attachment 59828 - Click to enlarge]


    However, impossible to download it with the two proposed solutions, it downloads me instead a "segment270817504_2000_av-p.ts" of only 1.4 MB.

    Do you have any idea how I could download the entire video? It would be VERY GREATLY appreciated !!

    Thank you in advance and have a good evening,
    Quote Quote  
  7. Originally Posted by deltonio2 View Post
    Hello,

    After several hours of research, I came across this page of this forum with exactly the same problem that I have, on a different television site but with apparently the same host (akamaihd.net).

    I'm trying to download the video that can be found at this link: https://player.rts.ch/p/rts/livecenter?urn=urnwisstxt:video:rts:1690681

    Following the directions in this forum, I searched for "manifest.mpd" in Chrome and came across this link: https://srgssrgop19a-lh.akamaihd.net/i/enc19a_gop@141644/segment270817504_2000_av-p.ts...37f24e86b55a2f

    Image
    [Attachment 59828 - Click to enlarge]


    However, impossible to download it with the two proposed solutions, it downloads me instead a "segment270817504_2000_av-p.ts" of only 1.4 MB.

    Do you have any idea how I could download the entire video? It would be VERY GREATLY appreciated !!

    Thank you in advance and have a good evening,
    Code:
    ffmpeg.exe -i "https://srgssrgop19a-lh.akamaihd.net/i/enc19a_gop@141644/index_3500_av-p.m3u8?sd=6&start=1624904880&end=1624920001&rebase=on&id=AgBUETWbrd5s32K87GAhgxXtJz%2fZJILQNpGz7Ch7GSQ%2fyMCIpUzJ07VojWJVMNHOV5geKQhwXHy3nQ%3d%3d&hdntl=exp=1626213858~acl=%2fi%2fenc19a_gop%40141644%2f*~data=hdntl~hmac=3a3df1c2f681f3fde794a4829eec32c64bf84204550499a5c50ea5eb1905c27d" aha.ts
    Image
    [Attachment 59829 - Click to enlarge]
    Quote Quote  
  8. Member
    Join Date
    Jul 2021
    Location
    Switzerland
    Search PM
    Originally Posted by [ss]vegeta View Post
    Code:
    ffmpeg.exe -i "https://srgssrgop19a-lh.akamaihd.net/i/enc19a_gop@141644/index_3500_av-p.m3u8?sd=6&start=1624904880&end=1624920001&rebase=on&id=AgBUETWbrd5s32K87GAhgxXtJz%2fZJILQNpGz7Ch7GSQ%2fyMCIpUzJ07VojWJVMNHOV5geKQhwXHy3nQ%3d%3d&hdntl=exp=1626213858~acl=%2fi%2fenc19a_gop%40141644%2f*~data=hdntl~hmac=3a3df1c2f681f3fde794a4829eec32c64bf84204550499a5c50ea5eb1905c27d" aha.ts
    A huge thank you!

    The download worked perfectly, but the video quality was awful.

    I tried with index_3500_av-b rather than index_3500_av-p, but the result is the same.

    Here is screenshots of :

    the online video
    Image
    [Attachment 59835 - Click to enlarge]


    and the downloaded file
    Image
    [Attachment 59836 - Click to enlarge]


    I then tested another software, and there the quality is (I think) like the original.

    I used https://gist.github.com/primaryobjects/7423d7982656a31e72542f60d30f9d30

    Thank you again for your help @[ss]vegeta !
    Quote Quote  
  9. Originally Posted by deltonio2 View Post
    Thank you again for your help @[ss]vegeta !
    No problem.
    Yes, the quality is bad with my code. I forgot ffmpeg does that when capturing videos like this.
    What needed to be added was just -c copy and mp4 container.
    Code:
    ffmpeg.exe -i "https://srgssrgop19a-lh.akamaihd.net/i/enc19a_gop@141644/segment270817538_3500_av-p.ts?sd=6&start=1624904880&end=1624920001&rebase=on&id=AgDD2NsLYBFIHM357WBGAUmL4F%2fA8rwaYvxdpJW1rMGOMvsHs%2fG94wNstQ3zANBt1IIHF+Hefttw0A%3d%3d&hdntl=exp=1626295117~acl=/i/enc19a_gop@141644/*~data=hdntl~hmac=fa8217f25a7b7077cf95325b571a33dac0b636de74c13cab6d8f643fd61ccec0" -c copy azz.mp4
    and the quality becomes much better.
    Glad you worked it out with m3u8x though.
    Quote Quote  
  10. Hi,


    I have the same problem to download
    https://embedftv-a.akamaihd.net/7420b197f99fcd6f4874adec3627e3a9

    I checked Network/Sources/Console but i can't find the mother Link
    Image
    [Attachment 60742 - Click to enlarge]


    Can you help me please ??

    Quote Quote  
  11. I don't understand what do you need ?

    I already send a Link, which is (for me) an url ... maybe i ignore what it is
    Quote Quote  
  12. Originally Posted by Lox- View Post
    but i can't find the mother Link
    Don't search for the mother link, search for the mpd.
    You need to open developer tools before accessing the page.
    This code lets you download the video and audio and merge them so you can watch on your PC.
    Code:
    ytdlp.exe --allow-u --external-downloader aria2c.exe -f bv+ba "https://cloudreplay.ftven.fr/4fb0da0a3e316/1041286368_monde_TA.ism/ZXhwPTE2MzE3NDE3NDl+YWNsPSUyZjRmYjBkYTBhM2UzMTYlMmYxMDQxMjg2MzY4X21vbmRlX1RBLmlzbSp+aG1hYz1lY2MxOWQ1ZWZlZjYyYzhjMDlhNWMyMjBmMThmNTFhYWZhYTUxMjVkMjNkNjYyNzU3N2YxOGRiNTllZTM2YjA4/manifest.mpd"
    It doesn't seem to have DRM.

    Originally Posted by Lox- View Post
    I don't understand what do you need ?
    I already send a Link, which is (for me) an url ... maybe i ignore what it is
    He got confused because of akamai. Usually akamai links aren't proper links to video content.
    This one, actually was. So he didn't open and thought it wasn't a proper video content link.
    Quote Quote  
  13. when i paste it in my navigator bar adress, it downloadds me a.mpd on desktop,

    and after ? what i have to do to have a .mp4 ou .avi ?
    Quote Quote  
  14. thanks, but how you do it ?
    Quote Quote  
  15. Originally Posted by Lox- View Post
    thanks, but how you do it ?
    Yeah, who knows.
    If only someone posted a code up there... if only.

    You only need to download ytdlp, ffmpeg and aria2c, put them in the same folder, open cmd and run the code.
    These are basic things and the tools are easily downloadable by searching.
    Quote Quote  
  16. Vegeta, what does the scouter say about your smugness level ?
    I mean, what seems basic to you may seem complicated or counter intuitive to someone who has been used to point-and-click programs or fancy "apps" designed for morons that have become the norm nowadays, just like things that seem complicated or counter intuitive to you may seem basic to experts or even amateurs in the relevant field of which you have a very cursory knowledge, and you wouldn't even know where to start if you suddenly had to get up to speed to actually do something "basic", so seasoned members here or on any "help" forum should cut some slack to someone who's been there since yesterday (literaly) to solve a specific issue, who may or may not want to delve deeper to eventually reach a point where that kind of stuff would indeed become "basic things" -- and such ironic quips, making their target feel like an idiot, sure aren't a good incentive to do just that.

    Image
    [Attachment 60761 - Click to enlarge]
    Quote Quote  
  17. it downloadds me mpd on desktop,

    and after ? what i have to do to have a .mp4
    tvdownloader
    Quote Quote  
  18. Originally Posted by abolibibelot View Post
    Vegeta, what does the scouter say about your smugness level?
    It's also over 9000.
    Originally Posted by abolibibelot View Post
    I mean, what seems basic to you may seem complicated or counter intuitive to someone who has been used to point-and-click programs or fancy "apps" designed for morons that have become the norm nowadays, just like things that seem complicated or counter intuitive to you may seem basic to experts or even amateurs in the relevant field of which you have a very cursory knowledge, and you wouldn't even know where to start if you suddenly had to get up to speed to actually do something "basic", so seasoned members here or on any "help" forum should cut some slack to someone who's been there since yesterday (literaly) to solve a specific issue, who may or may not want to delve deeper to eventually reach a point where that kind of stuff would indeed become "basic things" -- and such ironic quips, making their target feel like an idiot, sure aren't a good incentive to do just that.
    Okay.
    Please help the user and teach him how to do that. That's how you fight the smug people like me.

    When one can find himself a path to this forum, register, post etc. if he doesn't know "the basics" he should read more.
    He also posted a screenshot of developer tools.
    So, he should know the basics.

    As I said, please help the user, and let me be a smug.

    If you knew what's happening in private messages and if you have read the hundreds of posts I made here in the last couple of months, I think you'll see I'm far from smug, unlike few others that I have yet to see you comment on them.

    I like how you focused on everything in my post, except that I gave a clear explanation.
    You only need to download ytdlp, ffmpeg and aria2c, put them in the same folder, open cmd and run the code.
    What's the next thing, we should assume he can't google, he can't download, he cant put in same folder, cant run cmd?
    Quote Quote  
  19. Member
    Join Date
    Oct 2021
    Location
    FRANCE
    Search PM
    Hi folks, I want to download
    https://embedftv-a.akamaihd.net/c1544aa51f150374d983e4758033db18
    The original web page is
    https://france3-regions.francetvinfo.fr/auvergne-rhone-alpes/savoie/aix-les-bains/legi...e-1274737.html
    While playing, I opened the dev console, tab network, and filter for MPD but there is no MPD. All there is DASH files
    https://cloudingest.ftven.fr/ [...] /dash/NI_1020079_monde_TA-video=1400000-500.dash
    youtube-dl can't download the DASH file.
    [SSL: CERTIFICATE_VERIFY_FAILED]
    Is there a way ?
    Quote Quote  
  20. Originally Posted by aleste81 View Post
    Hi folks, I want to download
    https://embedftv-a.akamaihd.net/c1544aa51f150374d983e4758033db18
    The original web page is
    https://france3-regions.francetvinfo.fr/auvergne-rhone-alpes/savoie/aix-les-bains/legi...e-1274737.html
    While playing, I opened the dev console, tab network, and filter for MPD but there is no MPD. All there is DASH files
    https://cloudingest.ftven.fr/ [...] /dash/NI_1020079_monde_TA-video=1400000-500.dash
    youtube-dl can't download the DASH file.
    [SSL: CERTIFICATE_VERIFY_FAILED]
    Is there a way ?
    Of course there is mpd. You need to refresh the page while the network tab is open so you can see everything that loads.
    Don't use youtube-dl, use ytdlp
    Code:
    ytdlp.exe --no-check-certificate "https://cloudingest.ftven.fr/765276f1de316/NI_1020079_monde_TA.ism/ZXhwPTE2MzU3MjUzMzV+YWNsPSUyZjc2NTI3NmYxZGUzMTYlMmZOSV8xMDIwMDc5X21vbmRlX1RBLmlzbSp+aG1hYz00MDkzMDNlZjI5ZTZhZTEzYzYzZjBkMDhjMmU1ZDEzYzMzNTg0YzdlZDFlYjdlZWJkYWQ1ZDNkNzQ2OTY4YzMz/manifest.mpd" -o frr.mp4
    You might need a fresh mpd.
    Quote Quote  
  21. Originally Posted by [ss]vegeta View Post
    Code:
    ytdlp.exe --no-check-certificate "https://cloudingest.ftven.fr/765276f1de316/NI_1020079_monde_TA.ism/ZXhwPTE2MzU3MjUzMzV+YWNsPSUyZjc2NTI3NmYxZGUzMTYlMmZOSV8xMDIwMDc5X21vbmRlX1RBLmlzbSp+aG1hYz00MDkzMDNlZjI5ZTZhZTEzYzYzZjBkMDhjMmU1ZDEzYzMzNTg0YzdlZDFlYjdlZWJkYWQ1ZDNkNzQ2OTY4YzMz/manifest.mpd" -o frr.mp4
    You might need a fresh mpd.
    You might need the correct syntax too

    yt-dlp

    and no need for the .exe
    Quote Quote  
  22. Originally Posted by codehound View Post
    You might need the correct syntax too

    yt-dlp

    and no need for the .exe
    I have it renamed, hate dashes in names.
    Exe gets written automatically after I type 'yt' and press Tab, so I just copy paste the code that worked.

    People who will have trouble with minor things like these, don't really deserve to download stuff
    Quote Quote  
  23. Member
    Join Date
    Oct 2021
    Location
    FRANCE
    Search PM
    Originally Posted by [ss]vegeta View Post
    People who will have trouble with minor things like these, don't really deserve to download stuff
    Dude you're amazing, there WAS a MPD, I just had to refresh the page AFTER opening the console like YOU said.

    I completely agree with you, people who will have trouble with minor viruses like these, don't really deserve to live.
    : )
    Quote Quote  
  24. Originally Posted by aleste81 View Post
    I completely agree with you, people who will have trouble with minor viruses like these, don't really deserve to live.
    : )
    That's not a good analogy, you are making me look bad.
    Quote Quote  
  25. Member
    Join Date
    Oct 2021
    Location
    FRANCE
    Search PM
    Originally Posted by [ss]vegeta View Post
    That's not a good analogy, you are making me look bad.
    embrace your dark side. Plus, Nature want this.
    Quote Quote  
  26. Member
    Join Date
    Oct 2021
    Location
    FRANCE
    Search PM
    Hi folks, I am looking to a spanish sport video this time. STill hosted on akamai.net
    And this time there really is NO MPD.

    The source page is here
    https://www.laligasportstv.com/media/video/ll-bcb416da-7863-4900-f33f-08d9a9a96dd6
    But you must register to see the video. Registration is free and so I registered and can see the video streaming.

    But when I click on play to launch the video, the video starts but I can't see any MPD popping in the console log.
    So I browsed the lines from top to bottom one by one until I found a line with
    Content-Type: application/x-mpegURL

    The URL looks like this and yt-dlp downloaded it ! SUCCESS !

    https://laligasports-vod-tata-main.akamaized.net/vod/LALIGAVOD/9393910d-6b1f-4595-843e...b9d96067710df0
    Quote Quote  
  27. Originally Posted by aleste81 View Post
    And this time there really is NO MPD.
    Yeah, well, when there's no mpd, there's usually m3u8.
    Quote Quote  



Similar Threads

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