Fix bug in customized Windows install

args/config: set the default values for `ffmpeg-ffmpeg` and `rtmpdump` in the Windows streamlinkrc so if either section is skipped during the install everything will work as expected.
This commit is contained in:
beardypig 2017-01-25 09:23:07 +00:00
parent 5035b696e1
commit 0e9571626e
1 changed files with 3 additions and 3 deletions

View File

@ -50,13 +50,13 @@
# RTMP streams are downloaded using rtmpdump. Full path or relative path
# to the rtmpdump exe should be specified here.
#rtmpdump=C:\Program Files (x86)\Streamlink\rtmpdump\rtmpdump.exe
rtmpdump=
rtmpdump=rtmpdump.exe
# FFMPEG is used to mux separate video and audio streams in to a single
# stream so that they can be played. The pull or relative path to ffmpeg
# stream so that they can be played. The full or relative path to ffmpeg
# or avconv should be specified here.
#ffmpeg-ffmpeg=C:\Program Files (x86)\Streamlink\ffmpeg\ffmpeg.exe
ffmpeg-ffmpeg=
ffmpeg-ffmpeg=ffmpeg.exe
# Log level, default is info
#loglevel=debug