 Re: streamlink: an up to date fork of livestreamer
If you specify player on command line ( batch file ) it supersedes player from config file, streamlinkrc.
start /min streamlink -p "ffplay.exe -vf scale=854:480" %url% best
The rule "You must use a quoted path if there are spaces in the path" applies everywhere.
|