Replies: 1 comment 1 reply
|
Not a bad idea, feel free to contribute such documentation, if you don't I'll get around to it at some point. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
Thanks for this project, it's working quite fine after some debugging ! It was struggling a lot with buffering to keep up with 4K, and I had to downgrade video quality (even though I have the optic fiber).
As far as I understood, it wasn't using my mpv settings. Am I right ?
Consider adding basic setting example to the mpv conf such as
bestvideo[height<=1080]=> lower stream quality to 1080phwdec=auto=> auto-select an Hardware video acceleration decoding methodvo=gpu-next=> see below, from their documentation--ytdl-format='best[height<=1080]' --hwdec=auto --vo=gpu-nextAll reactions