A script to build a portable version of Streamlink for Windows.
The portable zip files are build from the master branch of streamlink/streamlink and come bundled with Python 3.5.4. There is a 32 bit and a 64 bit version available for 32 bit Windows and 64 bit Windows (if in doubt use the 32 bit version).
The latest versions of the portable zips can be downloaded here:
A stable version is also available, based on the 0.14.2
tag of streamlink:
To install simply unzip the zip file.
A streamlink.bat
is included in the zip file so that you can easily execute streamlink
.
The streamlinkrc
file is read from the same directory as the streamlink.bat
and is created when you first execute streamlink.bat
, however it will not overwrite any existing config file so it an be editted and the changes not lost when updating.
NB. sed
must be gnu-sed
- Clone this repo and execute the
scripts/makeportable.sh
script.
- Re-release stable
0.14.2
as0.14.2+1
, with fixed--version
.
- Release stable
0.14.2
.
- Release stable
0.13.0
. - Update Python to 3.6.5.
- Add
isodate
module.
- Release stable
0.12.1
.
- Release stable
0.10.0
.
- Release stable
0.8.1
. - Resolved issue with missing
websocket
andPySocks
modules. - Update to Python 3.5.4.
- Release stable
0.7.0
. - Resolved issue with missing
urllib3
module.
- Release stable
0.6.0
. - Moved the nightly builds to Bintray.
- Release stable
0.5.0
, lagged behind the official release.
- Release stable
0.3.2
.
- Added build trigger script that is running every 5 minutes to trigger a travis build.
- Added stable build based on tags.
- Released stable
0.3.1
.
- Fixed bug with ffmpeg/rtmpdump paths being set on the command line.
- The batch script doesn't change directory any more
- Added iso3166 and iso-639 packages
- Updated to include ffmpeg.