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.
While watching streams on twitch, the first few seconds are repeated once #10421
Comments
|
This should be addressed to mpv developers. |
|
Are you sure, it's not youtube-dl? because livestreamer works perfectly fine. |
|
livestreamer runs videoplayer on its own. Here you don't run youtube-dl directly. Instead you run mpv that somehow runs youtube-dl. Even with this approach it plays fine for me in mpv. |
|
Since using help, or looking trough the options didn't give me a result on how to play videos on certain players. I will go ahead and ask if you know the right command for it, I've look trough google and it seems that I used
on CMD. Looking at it from here, it's looking in "c:\users\dst" but there is no such directory. |
|
|
|
`` youtube-dl -o - http://twitch.tv/goldglove | mpv Usage: mpv [options] [url|path/]filename Basic options: --list-options list all mpv options [twitch:stream] goldglove: Downloading stream JSON ERROR: ffmpeg exited with code 1 `` |
|
Read closely what I post. |
|
Yes, you definitely wrote more than a command line command telling me to only change the URL text for the URL. Or add the path to where mpv is at the end too, or maybe remove mpv for the mpv path. ( which I did ) So detailed. how can anyone go wrong, by guessing. `` youtube-dl -o - http://twitch.tv/goldglove | mpv "c:/mpv/mpv.exe" Exiting... (Errors when loading file) ERROR: ffmpeg exited with code 1 `` This one gives the same error as the one I used before, except for this time. It's okay though, I think I know what the problem is, so you can remove the label if you want to. |
And you even failed to copy paste it correctly without omitting trailing |
|
Well, I am sadden to tell you, that I tried it without removing that. still the same error, but like I said, I think I know why it's doing it, so you can completely close the issue now. |
|
Post the log of exactly this command. |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.08.24. 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?
Description of your issue, suggested solution and other information
Basically the first few seconds of the stream repeat themselves once.
https://i.lithi.io/cfXu.webm
It works fine if you use livestreamer however.