Open thejustsoul opened 7 years ago
I put the path of streamlink instead of livestreamer and it works (/usr/local/bin/streamlink for me on Mint 18.1). I think you can update the description of TwitchFox on the mozilla addons website !
A small guide for those who want to make and use a portable Streamlink (v0.3.0+) with Twitch-Fox:
https://github.com/streamlink/streamlink/releases/download/0.3.0/streamlink-0.3.0.exe
streamlink-0.3.0.exe
, using 7-zip (as a regular archive) in the right folderbin\streamlink-script.py
, replace the first line to #!Python\python
, save$APPDATA\streamlink\streamlinkrc
to Streamlink folderstreamlinkrc
, find and replace options:
rtmpdump=rtmpdump\rtmpdump.exe
ffmpeg-ffmpeg=ffmpeg\ffmpeg.exe
streamlink.bat
, with the code:
@echo off
setlocal
set PATH="%~dp0bin"
pushd "%~dp0"
streamlink.exe --config "%~dp0streamlinkrc" %*
popd
exit /B
$APPDATA
and $PLUGINSDIR
, they are not neededIf you don't want to make portable Streamlink:
streamlink-0.3.0.exe
)streamlink.exe
, ex.: C:\Program Files (x86)\Streamlink\bin\streamlink.exe
in the settings Twitch-FoxI hope it will be useful to someone.
If possible add support Streamlink, this is a replacement for Livestreamer (it seems abandoned, long time no updates).
UPD: Streamlink-Portable