Workaround for '[ffmpeg] https: Cannot reuse HTTP connection for different host' errors

[lienbillet seul]

Hi pals

Say you want to play a livestream from Youtube but you get a choppy playback and the console spews out error like

[ffmpeg] https: Cannot reuse HTTP connection for different host:

The trick is to purge your youtube-dl cache (usually located at ~/.cache/youtube-dl/), so good ol' rm -rf will do.

Quit and reopen the stream and it should be fine.