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 I stream to a media player *and* download simultaneously? #11938
Comments
|
On UNIX (Linux, Mac, etc.), |
|
I've tried various permutations of |
|
FYI, on Linux the syntax is:
|
|
From Powershell's suggestion "3,General" and "The term 'vlc' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.", I changed that to .\youtube-dl -f Mobile "http://twitch.tv/Brotatoe" -o - | tee output.mp4 | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" - (I'm new to both tee and Powershell.) |
|
I have little knowledge over PowerShell, either. And I don't use Windows. Maybe someone on IRC can help |
|
PowerShell IRC said PS's pipeline doesn't mix well with binary data, to stick with cmd but something like tee doesn't come stock. They don't know where to go from there though. Powershell's forum hasn't yet replied. I tried Unxutils from your link but it downloads a damaged archive. I'll try sevenforums. Any other suggestions who I might ask? |
|
Maybe GNUWin32's coreutils is better than unxutils. If none Or stay away from Windows. Microsoft constantly ignores important bugs and brings headaches to users. Well just kidding :P |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.02.01. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
Description of your issue, suggested solution and other information
I want to use youtube-dl to stream to a media player and download simultaneously. I'm on Windows 7. I can do it, but so far only by calling two instances of youtube-dl, doubling the bandwidth and data used.