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.
Does youtube-dl exit on success or error when used as a subprocess? #23997
Comments
|
@dstftw I have gone ahead and expanded on the question in this SO question https://stackoverflow.com/questions/60023789/runtime-cgo-pthread-create-failed-resource-temporarily-unavailable The entire golang using youtube-dl as a subprocess is available there, also with a answer showing that it's youtube-dl that is hanging. |
Checklist
Question
I'm currently using youtube-dl as a subprocess, I'm having it pipe the output of a
--hls-prefer-nativecommand, but for some reason youtube-dl hangs as time goes on. Even if it runs successfully, the process just hangs after.