>>4631974The other alternative is to get streamlink & VLC and make a batch file with this in it. You just paste the stream URL into the command box and it'll start a stream automatically, with no chat clogging it up.
@ECHO OFF
SET /P _inputname= Youtube URL:
@ECHO Youtube "%_inputname%"
start streamlink "%_inputname%" best