Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
downloading from youtube-dl in io.BytesIO and playing it in realtime #25131
Comments
|
No. But you can output to stdout. |
|
is it possible to redirect the sys.stdout? |
|
@brightening-eyes did you get a solution? I'm working on the same thing but seems like there isn't a solution over the internet! |
Checklist
Question
hi,
I want to use youtube-dl from python and I want to download the video in a io.BytesIO object so I can play it in realtime without using any players.
my application is a client-server thing, where the client asks for the video, and the server plays it for all the clients.
is there anyway that I can use youtube-dl like this?