From a73707fabf58ac57f5a2e2a15f56ba59caac9ae0 Mon Sep 17 00:00:00 2001 From: Christopher Rosell Date: Sat, 29 Sep 2012 01:15:46 +0200 Subject: Add tools to build standalone Windows version and installer. --- win32/livestreamerrc | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 win32/livestreamerrc (limited to 'win32/livestreamerrc') 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= + + -- cgit v1.2.3