VideoHelp Forum




+ Reply to Thread
Results 1 to 13 of 13
  1. Hi

    I want to download live stream mpd with yt-dlp, but only one segments was saved.
    then use m3u8dl-CLI, Nothing was saved here.
    I tried with FFMPEG, but the mp4 was broken and could not be decrypted.

    separated m4s, each address was made up of random numbers, so it was impossible to download all of them..
    In this case, is there a way to save the video?
    Quote Quote  
  2. With a DRM live stream, anyone who can do this will not make it public on here for you. You need to have a very good understanding of the website's API and very importantly; the process of the WV licence challenge. You then need to write a custom py or php script for the website (which you haven't even mentioned) as each is unique.

    If a VoD is available after the event, this is certainly possible.
    Last edited by codehound; 26th Mar 2022 at 11:31.
    Quote Quote  
  3. maybe write here your video link?
    Quote Quote  
  4. It's not easy for me. However, thank you for explaining it roughly.
    Quote Quote  
  5. Originally Posted by lomero View Post
    maybe write here your video link?

    No vod and the live broadcast is already over, so I wonder if it will be helpful.
    Quote Quote  
  6. Well I am glad you are disappointed because apart from "How to downloadt live stream mpd with drm?" - which is extremely complex and is little known how to do it - you have provided absolutely ZERO information to be able to assist you ! Not even a link. We only have your word that it IS DRM...it may not have been or there may have been another way around it to obtain a non-DRM stream.

    Too bad you gave us nothing to work with.
    Quote Quote  
  7. Originally Posted by codehound View Post
    Well I am glad you are disappointed because apart from "How to downloadt live stream mpd with drm?" - which is extremely complex and is little known how to do it - you have provided absolutely ZERO information to be able to assist you ! Not even a link. We only have your word that it IS DRM...it may not have been or there may have been another way around it to obtain a non-DRM stream.

    Too bad you gave us nothing to work with.
    I'm really sorry, but there's nothing left. It was just one live stream and no vod.
    Quote Quote  
  8. Member
    Join Date
    Jan 2021
    Location
    Argentina
    Search PM
    Originally Posted by cierzo View Post
    I want to download live stream mpd with yt-dlp, but only one segments was saved.
    How long was that segment and how long was the broadcast?
    Quote Quote  
  9. Originally Posted by lfer94 View Post
    Originally Posted by cierzo View Post
    I want to download live stream mpd with yt-dlp, but only one segments was saved.
    How long was that segment and how long was the broadcast?
    I didn't test the whole during the live broadcast, but the live lasted about an hour and half.
    One segment down when using yt-dlp is 4m 44s.

    I tried to decrypt it now, the segment vid has been decrypted.
    Quote Quote  
  10. Member
    Join Date
    Jan 2021
    Location
    Argentina
    Search PM
    Originally Posted by cierzo View Post
    I didn't test the whole during the live broadcast, but the live lasted about an hour and half.
    One segment down when using yt-dlp is 4m 44s.

    I tried to decrypt it now, the segment vid has been decrypted.
    Do you know when the next live stream will be?
    Quote Quote  
  11. Originally Posted by lfer94 View Post
    Originally Posted by cierzo View Post
    I didn't test the whole during the live broadcast, but the live lasted about an hour and half.
    One segment down when using yt-dlp is 4m 44s.

    I tried to decrypt it now, the segment vid has been decrypted.
    Do you know when the next live stream will be?
    There is no schedule live stream that platform for the time to come.
    I will contact U if any new live schedule
    Quote Quote  
  12. Member
    Join Date
    Jan 2021
    Location
    Argentina
    Search PM
    Originally Posted by cierzo View Post
    There is no schedule live stream that platform for the time to come.
    I will contact U if any new live schedule
    Ok. But meanwhile, what you could try next time is to run this command:

    Code:
    yt-dlp --allow-un --write-info-json --skip-download "mpd" -o output.%(ext)s

    When the live stream ends, run this one:

    Code:
    yt-dlp --allow-un --load-info-json "output.info.json" --no-part -o output.%(ext)s

    If you're lucky and the fragments don't expire until then, you'll be able to download that segment without any problem. If so, let me know and I'll tell you what you could do to download the entire stream as a single file.

    But if the fragments have already expired by then, I guess there's nothing you can do.
    Last edited by lfer94; 28th Mar 2022 at 08:31.
    Quote Quote  
  13. Originally Posted by lfer94 View Post

    Ok. But meanwhile, what you could try next time is to run this command:

    Code:
    yt-dlp --allow-un --write-info-json --skip-download "mpd" --no-part -o output.%(ext)s

    When the live stream ends, run this one:

    Code:
    yt-dlp --allow-un --load-info-json "output.info.json" --no-part -o output.%(ext)s

    If you're lucky and the fragments don't expire until then, you'll be able to download that segment without any problem. If so, let me know and I'll tell you what you could do to download the entire stream as a single file.

    But if the fragments have already expired by then, I guess there's nothing you can do.
    I'm sorry for the delay in checking. Thank you for your help. I'll try it when I get a chance.
    Quote Quote  



Similar Threads

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