Help us keep the list up to date and submit new video software here.
Tool
Description
Type
Rating
Reviews
Streamlink is a command-line utility that pipes video streams from various services into a video player, such as VLC. The main purpose of Streamlink is to allow the user to avoid buggy and CPU heavy flash plugins but still be able to enjoy various streamed content. There is also an API available for developers who want access to the video stream data. This project was forked from Livestreamer, which is no longer maintained.
Free software
OS:
File size: 42MB
Portable version
Old versions
Version history
OS:


File size: 42MB
Portable version
Old versions
Version history
Latest version
Download
Download Streamlink 5.2.1 Windows 64-bit 50MB Win64
Download Streamlink 5.2.1 Windows 42MB Win
Download Streamlink 5.2.1 Linux 499KB Linux
Download Portable and other versions
Download Streamlink 5.2.1 Portable Windows 54MB Win Portable
Download old versions
Software License
Supported operating systems


Version history / Release notes / Changelog / What's New
Streamlink 5.2.1
Reverted: PyPI deploy script changes (#5116)
Streamlink 5.2.0
Release highlights:
Added: new stream read/output loop, to be able to detect player process termination while stream output is paused (ad filtering, etc.) (#5024)
Added: support for named plugin matchers (#5103, #5107)
Added: Python warnings capturing to streamlink logger and added StreamlinkWarning (#5072)
Changed: deprecation log messages to warnings, and added missing warnings for previously deprecated things (#5072)
Deprecated: usage of validate.text in favor of str (#5090)
Improved: Streamlink session option getters/setters (#5076)
Fixed: incorrect inheritance of NoPluginError and removed unneeded url parameter from NoStreamsError (#5088)
Fixed: error handling in Twitch access token acquirement (#5011)
Fixed: dogan plugin (#5053)
Fixed: ceskatelevize plugin, added sport/sportplus/decko (#5063)
Added plugins: mixcloud (#5096), vkplay (#5054)
Removed plugins: orf_tvthek (#5104)
Full changelog
Ian Cameron <1661072+mkbloke@users.noreply.github.com> (6):
plugins.vtvgo: update headers
plugins.cdnbg: update regex
plugins.mixcloud: new plugin
plugins.ceskatelevize: update for ct24, sport and sportplus; add decko
plugins.tvp: add tvp.info
plugins.earthcam: fix cam_name (#5110)
Inokenty <inokenty.95@gmail.com> (1):
plugins.vkplay: new plugin (#5054)
bastimeyer <mail@bastimeyer.de> (37):
plugins.twitch: better access token error handling
docs: fix requests docs link
tests: refactor thread handshakes
tests: change order of collected tests
tests: fix freezegun's default module ignore list
ci: remove custom lxml wheel for Windows
tests: refactor and add more buffer tests
cache: refactor Cache and rewrite tests
tests: refactor websocket tests
plugins.dogan: rewrite and fix plugin
2023
cli: refactor progress interface
cli: replace read_stream() with StreamRunner
ci.github: ubuntu-20.04 -> ubuntu-latest
build: update build script
options: refactor key normalization
options: add support for mapped getters+setters
session: refactor option getter+setter methods
build: update auth in sign+deploy scripts
chore: remove examples
plugins.euronews: fix and rewrite plugin
exceptions: update docs and fix NoPluginError
exceptions: remove `url` arg from NoStreamsError
logger: capture warnings
logger: turn deprecation log msgs into warnings
logger: add StreamlinkWarning
tests: fix cmdline tests
plugin.api.validate: deprecate text alias
chore: ignore coverage in TYPE_CHECKING blocks
tests: set filterwarnings=always via pytest config
tests: fix warnings in playeroutput tests
tests: fix warnings in CLI main tests
chore: remove unneeded noinspection directives
plugin: add support for named plugin matchers
plugins.orf_tvthek: remove
tests.plugins: rewrite PluginCanHandleUrl tests
stream.hls: warn when writing after discontinuity
fenopa <62562166+fenopa@users.noreply.github.com> (1):
plugins.turkuvaz: fix url match (#5021)
streamlinkbot <streamlinkbot@users.noreply.github.com> (1):
plugin.api: update useragents
Reverted: PyPI deploy script changes (#5116)
Streamlink 5.2.0
Release highlights:
Added: new stream read/output loop, to be able to detect player process termination while stream output is paused (ad filtering, etc.) (#5024)
Added: support for named plugin matchers (#5103, #5107)
Added: Python warnings capturing to streamlink logger and added StreamlinkWarning (#5072)
Changed: deprecation log messages to warnings, and added missing warnings for previously deprecated things (#5072)
Deprecated: usage of validate.text in favor of str (#5090)
Improved: Streamlink session option getters/setters (#5076)
Fixed: incorrect inheritance of NoPluginError and removed unneeded url parameter from NoStreamsError (#5088)
Fixed: error handling in Twitch access token acquirement (#5011)
Fixed: dogan plugin (#5053)
Fixed: ceskatelevize plugin, added sport/sportplus/decko (#5063)
Added plugins: mixcloud (#5096), vkplay (#5054)
Removed plugins: orf_tvthek (#5104)
Full changelog
Ian Cameron <1661072+mkbloke@users.noreply.github.com> (6):
plugins.vtvgo: update headers
plugins.cdnbg: update regex
plugins.mixcloud: new plugin
plugins.ceskatelevize: update for ct24, sport and sportplus; add decko
plugins.tvp: add tvp.info
plugins.earthcam: fix cam_name (#5110)
Inokenty <inokenty.95@gmail.com> (1):
plugins.vkplay: new plugin (#5054)
bastimeyer <mail@bastimeyer.de> (37):
plugins.twitch: better access token error handling
docs: fix requests docs link
tests: refactor thread handshakes
tests: change order of collected tests
tests: fix freezegun's default module ignore list
ci: remove custom lxml wheel for Windows
tests: refactor and add more buffer tests
cache: refactor Cache and rewrite tests
tests: refactor websocket tests
plugins.dogan: rewrite and fix plugin
2023
cli: refactor progress interface
cli: replace read_stream() with StreamRunner
ci.github: ubuntu-20.04 -> ubuntu-latest
build: update build script
options: refactor key normalization
options: add support for mapped getters+setters
session: refactor option getter+setter methods
build: update auth in sign+deploy scripts
chore: remove examples
plugins.euronews: fix and rewrite plugin
exceptions: update docs and fix NoPluginError
exceptions: remove `url` arg from NoStreamsError
logger: capture warnings
logger: turn deprecation log msgs into warnings
logger: add StreamlinkWarning
tests: fix cmdline tests
plugin.api.validate: deprecate text alias
chore: ignore coverage in TYPE_CHECKING blocks
tests: set filterwarnings=always via pytest config
tests: fix warnings in playeroutput tests
tests: fix warnings in CLI main tests
chore: remove unneeded noinspection directives
plugin: add support for named plugin matchers
plugins.orf_tvthek: remove
tests.plugins: rewrite PluginCanHandleUrl tests
stream.hls: warn when writing after discontinuity
fenopa <62562166+fenopa@users.noreply.github.com> (1):
plugins.turkuvaz: fix url match (#5021)
streamlinkbot <streamlinkbot@users.noreply.github.com> (1):
plugin.api: update useragents
View full changelog
All features
Command line interface example, stream twitch to VLC(default player):
streamlink twitch.tv/day9tv
See https://streamlink.github.io/cli.html#tutorial
streamlink twitch.tv/day9tv
See https://streamlink.github.io/cli.html#tutorial
Sections/Browse similar tools
Alternative to Streamlink
Livestreamer
Guides and How to's
Acronyms / Also Known As
Download Streamlink Portable download from the Download links under Download and Download other versions!
Share software







Notify me when software updated or report software
2 reviews, Showing 1 to 2 reviews |
Works perfectly for downloading from BBC iPlayer. If it had a GUI would be even better, but I'm very happy with it as it is. Documentation at https://streamlink.github.io/cli.html is clear.
On an iPlayer note: you don't need a TV licence number, just set up an account on the site; use a Mailinator e-mail address. You will need a UK IP address though! Don't know about doing this from abroad.
Example command:
streamlink --bbciplayer-username=YOURUSERNAME --bbciplayer-password=YOURPASSWORD --hls-live-restart -o C:\anyfolder\iplayerrip.mp4 https://www.bbc.co.uk/iplayer/episode/m000rgnx/all-the-presidents-men 720p
720p is the highest quality BBC iPlayer offers BTW. Pay no BBC poll tax!
On an iPlayer note: you don't need a TV licence number, just set up an account on the site; use a Mailinator e-mail address. You will need a UK IP address though! Don't know about doing this from abroad.
Example command:
streamlink --bbciplayer-username=YOURUSERNAME --bbciplayer-password=YOURPASSWORD --hls-live-restart -o C:\anyfolder\iplayerrip.mp4 https://www.bbc.co.uk/iplayer/episode/m000rgnx/all-the-presidents-men 720p
720p is the highest quality BBC iPlayer offers BTW. Pay no BBC poll tax!
Review by phantomflanflinger on
Feb 11, 2021 Version: 2.0.0
OS: Windows 10 64-bit Ease of use: 10/10
Functionality: 10/10
Value for money: 10/10
Overall: 10/10
Rating by lpmaskman on
Jun 2, 2017 Version: 0.6.0.
OS: Windows 7 64-bit Ease of use: 7/10
Functionality: 10/10
Value for money: 10/10
Overall: 9/10
2 reviews, Showing 1 to 2 reviews |
1 tool hits, Showing 1 to 1 tools |
Explanation:
NEW SOFTWARE= New tool since your last visit
NEW VERSION= New version since your last visit
NEW REVIEW= New review since your last visit
NEW VERSION= New version
Latest version
Version number / Beta version number / Update version number and when it whas released.
Type and download
NO MORE UPDATES? = The software hasn't been updated in over 2 years.
NO LONGER DEVELOPED = The software hasn't been updated in over 5 years.
RECENTLY UPDATED = The software has been updated the last 31 days.
Freeware = Download Free software.
Freeware Trialware = Download Free software but some parts are trial/shareware.
Free software = Download Free software and also open source code also known as FOSS (Free and Open Source Software).
Free software Trialware = Download Free software and also open source code but some parts are trial/shareware.
Freeware Ads = Download Free software but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Free software Ads = Free Download software and open source code but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Trialware = Also called shareware or demo. Free Trial version available for download and testing with usually a time limit or limited functions.
Payware = No demo or trial available.
Portable version = A portable/standalone version is available. No installation is required.
v1.0.1 = Latest version available.
Download beta = It could be a Beta, RC(Release Candidate) or an Alpha / Nightly / Unstable version of the software.
Download 15MB = A direct link to the software download.
Win = Windows download version. It works on 32-bit and 64-bit Windows.
Win64 = Windows 64-bit download version. It works only on 64-bit Windows.
Mac = Mac download version. It works on 32-bit and 64-bit Mac OS.
Mac64 = Mac OS download version. It works only on 64-bit Mac OS.
Linux = Linux download version.
Portable = Portable version. No installation is required.
Ad-Supported = The software is bundled with advertising. Be careful when you install the software and disable addons that you don't want!
Visit developers site = A link to the software developer site.
Download (mirror link) = A mirror link to the software download. It may not contain the latest versions.
Download old versions = Free downloads of previous versions of the program.
Download 64-bit version = If you have a 64bit operating system you can download this version.
Download portable version = Portable/Standalone version meaning that no installation is required, just extract the files to a folder and run directly.
Portable version available = Download the portable version and you can just extract the files and run the program without installation.
Old versions available = Download old versions of the program.
Version history available = Complete changelog on our site.
= Windows version available.
= Mac OS version available.
= Linux version available.
Our hosted tools are virus and malware scanned with several antivirus programs using www.virustotal.com.
Rating
Rating from 0-10.
NEW SOFTWARE= New tool since your last visit
NEW VERSION= New version since your last visit
NEW REVIEW= New review since your last visit
NEW VERSION= New version
Latest version
Version number / Beta version number / Update version number and when it whas released.
Type and download
NO MORE UPDATES? = The software hasn't been updated in over 2 years.
NO LONGER DEVELOPED = The software hasn't been updated in over 5 years.
RECENTLY UPDATED = The software has been updated the last 31 days.
Freeware = Download Free software.
Freeware Trialware = Download Free software but some parts are trial/shareware.
Free software = Download Free software and also open source code also known as FOSS (Free and Open Source Software).
Free software Trialware = Download Free software and also open source code but some parts are trial/shareware.
Freeware Ads = Download Free software but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Free software Ads = Free Download software and open source code but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Trialware = Also called shareware or demo. Free Trial version available for download and testing with usually a time limit or limited functions.
Payware = No demo or trial available.
Portable version = A portable/standalone version is available. No installation is required.
v1.0.1 = Latest version available.
Download beta = It could be a Beta, RC(Release Candidate) or an Alpha / Nightly / Unstable version of the software.
Download 15MB = A direct link to the software download.
Win = Windows download version. It works on 32-bit and 64-bit Windows.
Win64 = Windows 64-bit download version. It works only on 64-bit Windows.
Mac = Mac download version. It works on 32-bit and 64-bit Mac OS.
Mac64 = Mac OS download version. It works only on 64-bit Mac OS.
Linux = Linux download version.
Portable = Portable version. No installation is required.
Ad-Supported = The software is bundled with advertising. Be careful when you install the software and disable addons that you don't want!
Visit developers site = A link to the software developer site.
Download (mirror link) = A mirror link to the software download. It may not contain the latest versions.
Download old versions = Free downloads of previous versions of the program.
Download 64-bit version = If you have a 64bit operating system you can download this version.
Download portable version = Portable/Standalone version meaning that no installation is required, just extract the files to a folder and run directly.
Portable version available = Download the portable version and you can just extract the files and run the program without installation.
Old versions available = Download old versions of the program.
Version history available = Complete changelog on our site.



Our hosted tools are virus and malware scanned with several antivirus programs using www.virustotal.com.
Rating
Rating from 0-10.
Browse software by sections
All In One Blu-ray Converters (10)
All In One DVD Converters (13)
All In One MKV to MP4, Blu-ray, UHD (12)
All In One Video Converters (19)
Animation (3D, 2D Animation) (11)
Audio Editors (21)
Audio Encoders (81)
Audio Players (19)
Authoring (Blu-ray, UHD, AVCHD) (16)
Authoring (DivX) (4)
Authoring (DVD) (27)
Authoring (SVCD, VCD) (9)
Bitrate Calculators (7)
Blu-ray to AVI, MKV, MP4 (15)
Blu-ray to Blu-ray, AVCHD (10)
Burn (CD,DVD,Blu-ray) (24)
Camcorders, DV, HDV, AVCHD (31)
Capture TV, DVD, VCR (30)
CD, DVD, Blu-ray recovery (3)
Codec Packs (7)
All In One DVD Converters (13)
All In One MKV to MP4, Blu-ray, UHD (12)
All In One Video Converters (19)
Animation (3D, 2D Animation) (11)
Audio Editors (21)
Audio Encoders (81)
Audio Players (19)
Authoring (Blu-ray, UHD, AVCHD) (16)
Authoring (DivX) (4)
Authoring (DVD) (27)
Authoring (SVCD, VCD) (9)
Bitrate Calculators (7)
Blu-ray to AVI, MKV, MP4 (15)
Blu-ray to Blu-ray, AVCHD (10)
Burn (CD,DVD,Blu-ray) (24)
Camcorders, DV, HDV, AVCHD (31)
Capture TV, DVD, VCR (30)
CD, DVD, Blu-ray recovery (3)
Codec Packs (7)
Codec, Video Identifiers (28)
Codecs (67)
Decrypters (DVD Rippers) (16)
Decrypters (UHD, Blu-ray Rippers) (10)
DigitalTV, DVB, IPTV (38)
DVD to DVD (20)
DVD to MP4, MKV, H264, H265 (16)
DVD to VCD, SVCD (5)
DVD to XviD, AVI, DivX (16)
ISO, Image (16)
Linux Video Tools (178)
MacOS Video Tools (223)
Media (Blu-ray, DVD, CD) (9)
Media Center, HTPC (37)
Other Useful Tools (133)
Photo Blu-ray, DVD, SlideShow (8)
Portable (Mobile, PSP) (35)
Region Free Tools (5)
Screen capture , Screen recording (26)
Screenshots , Thumbnails (13)
Codecs (67)
Decrypters (DVD Rippers) (16)
Decrypters (UHD, Blu-ray Rippers) (10)
DigitalTV, DVB, IPTV (38)
DVD to DVD (20)
DVD to MP4, MKV, H264, H265 (16)
DVD to VCD, SVCD (5)
DVD to XviD, AVI, DivX (16)
ISO, Image (16)
Linux Video Tools (178)
MacOS Video Tools (223)
Media (Blu-ray, DVD, CD) (9)
Media Center, HTPC (37)
Other Useful Tools (133)
Photo Blu-ray, DVD, SlideShow (8)
Portable (Mobile, PSP) (35)
Region Free Tools (5)
Screen capture , Screen recording (26)
Screenshots , Thumbnails (13)
Subtitle Editors, Converters (71)
Tag Editors (3)
Video De, Multiplexers (64)
Video Editors (Advanced, NLE) (33)
Video Editors (Basic) (50)
Video Editors (H264, MP4, MKV, MTS) (19)
Video Editors (MPG, DVD) (16)
Video Editors (WMV, AVI) (16)
Video Encoders (AV1, VP8, VP9) (2)
Video Encoders (AVI, WMV) (39)
Video Encoders (H264, H265, MP4, MKV) (45)
Video Encoders (MPG, DVD) (23)
Video Encoders , Converters (151)
Video Frameservers (9)
Video Players (45)
Video Repair, Fix (23)
Video Scripting (11)
Video Streaming (21)
Video Streaming Downloaders (101)
Virtualdub Tools (11)
Tag Editors (3)
Video De, Multiplexers (64)
Video Editors (Advanced, NLE) (33)
Video Editors (Basic) (50)
Video Editors (H264, MP4, MKV, MTS) (19)
Video Editors (MPG, DVD) (16)
Video Editors (WMV, AVI) (16)
Video Encoders (AV1, VP8, VP9) (2)
Video Encoders (AVI, WMV) (39)
Video Encoders (H264, H265, MP4, MKV) (45)
Video Encoders (MPG, DVD) (23)
Video Encoders , Converters (151)
Video Frameservers (9)
Video Players (45)
Video Repair, Fix (23)
Video Scripting (11)
Video Streaming (21)
Video Streaming Downloaders (101)
Virtualdub Tools (11)