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.
youtube-dl pipes the live stream to an external video player correctly using parameter "o" as shown below
youtube-dl http://domainname-example.org/playlist.m3u8 -o - | vlc -
A problem is when user close an external video player but youtube-dl still continues downloading stream. Does youtube-dl include some parameter that could help in this problem or can you improve support for piping to stdout? Now the downloading of the stream is stopped only when terminal window is closed or using Ctrl+C keys.
I use the newest version on Ubuntu 14.04 LTS
youtube-dl --version
2017.05.29