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.
Can play while downloading? #765
Comments
|
You are looking for |
|
Filippo Valsorda wrote:
|
|
For now, I created a small bash script, which uses python program(unnecessary if you already have youtube-dl), and youtube-dl to pipe data to stdout. Please find the script here https://github.com/ashutosh2k12/ytdl-streamer |
Now I have to open file manager or another terminal to find the downloading .part file and play it with a player such as mplayer.
Can I play the downloading video with mplayer in the youtube-dl command?
I try to type this command:
youtube-dl http://youtube_url -f 43 | mplayer
It failed.
Can somebody help me?