Giter Site home page Giter Site logo

Comments (4)

xxcodianxx avatar xxcodianxx commented on May 28, 2024 1

Alright, I will look into this, it seems yt-dlp supports live videos, so I'll get back to you soon.

from youtube-dl-web.

DavidBerdik avatar DavidBerdik commented on May 28, 2024 1

@xxcodianxx Thanks for looking in to this! If time permits, perhaps I will mess around with trying to make it work myself, but for now, I'll just accept that I can't handle live streams for my use case. No big deal. 🙂

As for the API endpoint, thanks for pointing that out! I don't know if anyone has any use for it aside from me, but I have made a stripped-down version of the code available here. It's pretty much identical except for the removal of the web UI.

from youtube-dl-web.

DavidBerdik avatar DavidBerdik commented on May 28, 2024

That would be great! Thank you!

from youtube-dl-web.

xxcodianxx avatar xxcodianxx commented on May 28, 2024

@DavidBerdik I tested various things with live videos, and they generally behave weird.

  • yt-dlp does not actually provide distinct audio & video streams, it just labels everything as "video only", though there is sound...
  • all "video only" streams (which actually contain audio as well) are unnamed
  • neither of the "bestaudio" and "bestvideo" formats work, though "best" works properly!

Now, there was a bug in the metadata getting API that should be fixed by 3ce6a24.

Since bestaudio won't work, I suggest pulling the whole thing and just stripping the video off of it. Sorry there is no easy way to get audio-only. I'm considering reworking this project majorly with better organization & support for live videos, though I can't promise anything.

Hope this helps!

PS. I see you're referencing the /api/dl endpoint instead of just talking to the server directly. Note that /api passes through nginx, you can reference the API server's /dl endpoint directly to skip some overhead!

from youtube-dl-web.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.