Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving support for piping to stdout #13243

Closed
Jiriss opened this issue May 31, 2017 · 1 comment
Closed

Improving support for piping to stdout #13243

Jiriss opened this issue May 31, 2017 · 1 comment

Comments

@Jiriss
Copy link

@Jiriss Jiriss commented May 31, 2017

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

@dstftw
Copy link
Collaborator

@dstftw dstftw commented May 31, 2017

Carefully read new issue template and provide all requested information.

@dstftw dstftw closed this May 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.