Maxstupo / ydl-ui

A UI for the command-line video downloader "youtube-dl"
MIT License
352 stars 34 forks source link

MPD & M3U8 Stream Link Not Work with this GUI (v.2.8.1 - Newest Ver) #97

Closed georgysaumen closed 2 years ago

georgysaumen commented 2 years ago

Describe the bug

I have use your GUI and start download with any mpd or m3u8 stream link but they all not work, they have the error when extracting the mpd link (no video formats found). I dont know why, do you have any solution for this ?

To Reproduce Steps to reproduce the behavior (if applicable, attach preset file):

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Information (please complete the following information)

Additional context Add any other context about the problem here.

Maxstupo commented 2 years ago

YDL-UI is just a GUI for youtube-dl. So if youtube-dl doesn't support that format/url, it won't work in YDL-UI either.

I'm not sure about MPD urls, but from my experience, m3u8 urls don't reliably download with youtube-dl. You could try using ffmpeg.

georgysaumen commented 2 years ago

YDL-UI is just a GUI for youtube-dl. So if youtube-dl doesn't support that format/url, it won't work in YDL-UI either.

I'm not sure about MPD urls, but from my experience, m3u8 urls don't reliably download with youtube-dl. You could try using ffmpeg.

Thanks!