Skip to content

Instantly share code, notes, and snippets.

@wormeyman
Last active August 29, 2015 14:01
Show Gist options
  • Save wormeyman/6506e7e8b25057cac0fd to your computer and use it in GitHub Desktop.
Save wormeyman/6506e7e8b25057cac0fd to your computer and use it in GitHub Desktop.
My LiveStreamer config, pretty simple.
# Format is option=value. Lines starting with a # is considered comments
# and are ignored.
# Important: You must use a quoted path if there are spaces in the path. This
# is because the player command is parsed like a shell command to allow
# parameters to be passed to the player.
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment