You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: