Program to pipe streams from services into a video player
https://streamlink.github.io/
Streamlink is a CLI utility that pipes flash videos
from online streaming services to a variety of video players
such as MPV, or alternatively, a browser.
The main purpose of streamlink is to convert CPU-heavy
flash plugins to a less CPU-intensive format.
Streamlink is a fork of the livestreamer project.
- Devel package for openSUSE:Factory
-
4
derived packages
- Links to openSUSE:Factory / streamlink
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout multimedia:apps/streamlink && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
_multibuild | 0000000053 53 Bytes | |
streamlink-7.0.0.tar.gz | 0000765957 748 KB | |
streamlink-7.0.0.tar.gz.asc | 0000000228 228 Bytes | |
streamlink.changes | 0000034258 33.5 KB | |
streamlink.keyring | 0000000871 871 Bytes | |
streamlink.spec | 0000004148 4.05 KB |
Comments 10
Update to version 2.3.0 does not work for me, it needs requests>=2.26.0 but opensuse has only 2.25.1
Hmm, there was an entry in upstream changelog to this effect, but the commit message said "vendor: upgrade requests to >=2.26.0 <3" so I thought it did not apply here. Also, their build instructions haven't been updated to match this commit.
Anyway, that part is in setup.py, line 15, so feel free to "beat me to the punch" (if you don't want to, I will try this on Saturday). It should be possible to use 2.25.1 since that is the version they use for Windows builds.
I have the new version (3.0.3) built and working on Tumbleweed but it requires too many python dependencies not available on Leap 15.3. Are you still interested in a SR?
There isn't much we can do about this incompatibility (it's Python, after all), so I'd be fine with at least salvaging the situation for Tumbleweed users. Using Python stuff on Leap was always bound to run into some problems, see for example the somewhat recent (2022-01-11) LWN article.
"little bit out of date"...there is already 4.0.1 https://github.com/streamlink/streamlink/releases/tag/4.0.1
is it possible to have two splitted versions? (the old one for leap and newest for tumbleweed users)
Hey, could you please update it to the latest version there is 4.1.0 out now
Some quick suggestions after the recent package update:
thanks
Should be addressed with the latest update. Thanks for the suggestions!
Got this working on Leap 15.3 by installing python39 and python39-devel.
Hi,
Streamlink 6.0 has been released since 20th July 2023. Is there any reason why this is still not updated? Is it to preserve compatibility with older distributions?
Thanks!