Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I return WinXP compatibility? #795

Closed
vadosnaprimer opened this issue Apr 15, 2017 · 7 comments
Closed

How do I return WinXP compatibility? #795

vadosnaprimer opened this issue Apr 15, 2017 · 7 comments
Labels
question wontfix This will not be worked on

Comments

@vadosnaprimer
Copy link

Hi. Since github doesn't have PMs anymore, I'm asking it like this.

I'd just fork this and make it support XP again, but I honestly don't know what commit to revert, and what parts of the code are affected. On top of that, I never touched python.

@karlo2105
Copy link

karlo2105 commented Apr 15, 2017

With latest Python 2.7.x or the latest Python 3 branch supported on XP, you can install Streamlink development version on Windows XP :

https://www.python.org/downloads/release/python-2713/
https://www.python.org/downloads/release/python-344/

You need git too :
https://git-scm.com/download/win

From command line you install Streamlink development with latest commits :
pip install -U git+https://github.com/streamlink/streamlink.git

Personally I use Python 2.7.13. Streamlink will work on XP normally.

@beardypig
Copy link
Member

There is a PR to add an XP compatible installer #680. We should have it sorted soon, or you can do as @karlo2105 suggested :-)

@kebabkalle
Copy link

@beardypig Is there any update on the xp installer? I checked #680 but I didn't quite get if there was an xp installer available or only test builds. Thank you.

@gravyboat
Copy link
Member

@kebabkalle We haven't come to a conclusion yet on proper storage of all the extra binaries and such that would have to be provided for an XP build. I am still of the mind that we should not provide support for XP. It's extra work for very little benefit and an extremely small minority of people as we would basically be supporting malware machines due to all the recent compromises found on XP.

@joe-666
Copy link

joe-666 commented Sep 3, 2017

I am also trying to run stramlink on XP. This http://gs.statcounter.com/os-version-market-share/windows/desktop/worldwide shows that XP is 5% of all windows versions, and is about 3x more used than Linux (in the specific way that they count usage)

My reasons for using XP is that for some machines a Windows upgrade isn't supported by the hardware or would degrade performance too much.

My reasons for running streamlink include avoiding the thick software stack of browser + adode, again for performance (and potentially for better functionality).

My XP PCs are not malware machines, because I am carefull about what I do with them.

@bastimeyer
Copy link
Member

Closing, since @karlo2105 provided a sensible and working solution, thanks.
WinXP is not supported anymore and not worth the time making the installer work here. Let it die.

@bastimeyer bastimeyer added question wontfix This will not be worked on labels Feb 4, 2018
@Zero3K
Copy link

Zero3K commented Aug 27, 2021

Its no longer possible to use the method provided by @karlo2105 since Streamlink now requires at least v3.6 of Python to be installed.

@streamlink streamlink locked as resolved and limited conversation to collaborators Aug 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

8 participants