Last active
August 29, 2015 14:01
-
-
Save wormeyman/6506e7e8b25057cac0fd to your computer and use it in GitHub Desktop.
My LiveStreamer config, pretty simple.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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