mpv freetube ytdl-raw-options "Custom External Player Arguments" on Windows #7680
Replies: 1 comment
-
inquires regarding external players migrated to #7789 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
i'm writing cause it took me quite a while to figure this out, even though it's an external player issue i.e. not necessarily related to freetube like mentioned here #3820 (comment)
i received the IP thing today
[Bug]: Error: [BAD_HTTP_STATUS: 403] Potential causes: IP block or streaming URL deciphering failed
if you need "Custom External Player Arguments" you need to use
--ytdl-raw-options=
, arguments with--ytdl-format=
do not work.e.g.
--ytdl-raw-options=format="(best[height<=400]/bestvideo+bestaudio)"
https://mpv.io/manual/stable/#protocols
https://mpv.io/manual/stable/#options-ytdl-format
mpv
ytdl-raw-options=
;ytdl-raw-options
;ytdl-format
;ytdl-format=
Beta Was this translation helpful? Give feedback.
All reactions