aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/livestreamerrc
diff options
context:
space:
mode:
authorGravatar Christopher Rosell <chrippa@tanuki.se>2012-09-29 01:15:46 +0200
committerGravatar Christopher Rosell <chrippa@tanuki.se>2012-09-29 01:15:46 +0200
commita73707fabf58ac57f5a2e2a15f56ba59caac9ae0 (patch)
treee0a3b19b632fd491fbf8f6cb8b634ed52f5322b2 /win32/livestreamerrc
parent277fe78fa7cfcfeca183c0fe4140fcb84c29a0ae (diff)
Add tools to build standalone Windows version and installer.
Diffstat (limited to 'win32/livestreamerrc')
-rw-r--r--win32/livestreamerrc29
1 files changed, 29 insertions, 0 deletions
diff --git a/win32/livestreamerrc b/win32/livestreamerrc
new file mode 100644
index 0000000..2de65b5
--- /dev/null
+++ b/win32/livestreamerrc
@@ -0,0 +1,29 @@
+# Path to a video player that can read from standard input (e.g VLC, mplayer)
+
+# Important: You must use a quoted path if there are spaces in the path. This only
+# applies to the player and not the rtmpdump path since the player command is passed
+# through the "shell" to allow parameters to be passed to the player.
+
+player="C:\Program Files (x86)\VideoLAN\VLC\vlc.exe"
+#player="C:\Program Files\VideoLAN\VLC\vlc.exe"
+
+# Hides console output from video player
+quiet-player
+
+# Full path to rtmpdump (ony needed for RTMP based streams)
+rtmpdump=@INSTDIR@\rtmpdump\rtmpdump.exe
+
+# Log level, default is info
+#loglevel=debug
+
+# A cookie from your web browser to allow access to Twitch/JustinTV streams that require authentication
+#jtv-cookie=
+
+# A cookie from your web browser to allow access to GOMTV.net streams
+#gomtv-cookie=
+
+# A username and password to allow access to GOMTV.net streams
+#gomtv-username=
+#gomtv-password=
+
+