|  Re: streamlink: an up to date fork of livestreamer
 streamlinkrc
 # Here is a few examples of players:
 
 # VLC
 #player="C:\Program Files (x86)\VideoLAN\VLC\vlc.exe"
 #player="C:\Program Files\VideoLAN\VLC\vlc.exe"
 # Using --file-caching is recommended, but is only supported in VLC 2.0+
 #player="C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --file-caching=5000
 #player="C:\Program Files\VideoLAN\VLC\vlc.exe" --file-caching=5000
 
 # Lines starting with a # is considered comments and are ignored.
 |