#streamlink — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #streamlink, aggregated by home.social.
-
Вчера Разлом сделал хорошее дело.
Есть такая программка #Streamlink, так вот она перестала работать на одном сайте, Разлом отправил баг репорт и её починили.
https://github.com/streamlink/streamlink -
Das Ganze ist eine Behelfslösung. Wir greifen die von der @nook bereitgestellten YouTube-Streams mit Hilfe von #Streamlink ab. Das geht dank der Walled-Garden-Mentalität von Google nur an einem Consumer-DSL-Anschluss. Den transkodierten Stream speisen wir dann mittels #ffmpeg wieder per RTMP in einen nginx-Webserver bei Hetzner ein, der sie per HLS öffentlich bereitstellt.
-
CW: anecdote wrt the algorithm - tools
Here are the tools I use, if anyone's interested.
#DeArrow to browse my YouTube subscriptions (lets me know what to expect without loading the video)
wget can download simple videos on the web
#streamlink is helpful with .m3u8 streams (twitch is the big example; there are others)
#yt-dlp can do just about anything else. I add these flags to keep subtitles and avoid 4k:
yt-dlp --embed-subs -f "bestvideo[height<=1080]+bestaudio"I call those in a loop between letting my laptop sleep:
rtcwake --date "01:00" -m mem && download loop && systemctl suspendGUI tools also exist. E.g. youtube-viewer, youtube-desktop, plus all the front-end options around invidious. Personally I prefer the ritual of running command line tools, but do your own research.
-
CW: anecdote wrt the algorithm - tools
Here are the tools I use, if anyone's interested.
#DeArrow to browse my YouTube subscriptions (lets me know what to expect without loading the video)
wget can download simple videos on the web
#streamlink is helpful with .m3u8 streams (twitch is the big example; there are others)
#yt-dlp can do just about anything else. I add these flags to keep subtitles and avoid 4k:
yt-dlp --embed-subs -f "bestvideo[height<=1080]+bestaudio"I call those in a loop between letting my laptop sleep:
rtcwake --date "01:00" -m mem && download loop && systemctl suspendGUI tools also exist. E.g. youtube-viewer, youtube-desktop, plus all the front-end options around invidious. Personally I prefer the ritual of running command line tools, but do your own research.
-
@chuckmunson I use #Streamlink + Streamlink-#GUI instead of #twitch, to watch streamers on my favorite video player (#MPC). #vlc works as well!
-
Erst mal einen $SHELL alias repariert. Es ist ja schließlich "Merry Sushi House" Zeit. 😀 #shell #linux #streamlink
-
I finally finished small guide on MPV, which just so happens to be my favorite media player! :suika:
#VTuber #mpv #yt-dlp #streamlink
-
I wrote a post about how I started watching Twitch on my desktop computer, without a browser.
https://parasurv.neocities.org/linux/how-to-watch-twitch-outside-of-browser.html
With only 3 software we can enjoy twitch without a browser. Bonus if you are using a tiling window manager (not sounding elitist, it's just gives you more options).
All of them are available on Windows and OS X too!
If you want to get the latest posts and pages on my site, subscribe to my RSS:
https://parasurv.neocities.org/rss.xml
Thanks!
#blogging #tech #linux #twitch #streamlink #mpv #chatterino9 -
Currently testing Streamlinkerino, a software that combines Streamlink and Chatterino.
In this way you don't have to rely on your browser to watch and chat on twitch. All of the emotes and commands are working (well I am not using them much, but tried some of it).
So far streamlink doesn't want to work, I can see chat, and when I want to open the stream from streamlink, nothing happens.
Neither streamlink or chatterino are electron apps, so they are fast and much better than whatever people cooked up so far.
Probably will look at rofi-twitch, but it would be great that everything would be automatic.
And I also need to cook launch, so busy day ahead, hehe.
#twitch #chat #chatterino #streamlink -
Streamlink – A Command line Utility To Watch Online Video Streams In Linux, Unix And Windows #Streamlink #Linux #Commandline #CLI #Youtube #Dailymotion
https://ostechnix.com/streamlink-watch-online-video-streams-command-line/ -
@ihabunek I don't watch Twitch very often, and it's usually on my phone. :)
Didn't know there was an #MPV package for #Android though, so I'll have to try that out.Still looking into a more stable solution for getting live #Twitch streams onto my #PS3 since its outdated app is rather broken, and my #streamlink piped into #ffmpeg streamed over #rtmp into my own instance of #GoRTMPServer, indexed in #UniversalMediaServer 'solution' is far from perfect. :)
Probably just hook an #rpi up instead.😅
-
What do you do when you have to interrupt your #Revision2020 #demoparty stream watching?
You pipe #streamlink to a file, and later on while you are done, catch up by watching both the current stream and the recorded file at the same time. ;) -
What do you do when you have to interrupt your #Revision2020 #demoparty stream watching?
You pipe #streamlink to a file, and later on while you are done, catch up by watching both the current stream and the recorded file at the same time. ;) -
Alright, fiddled some more with it, and now got the #Revision2020 stream running a bit more stable on my #PS3 by streaming it from @Siiw's #Windows PC, rather than from my phone.
This way we can more easily have it on in the background, while still using the PC for other stuff. :)
Tools used:
#streamlink
#ffmpeg (with #drawText filter)
#goRtmpServer
#mIRC
#tail
#awk
#UniversalMediaServer (aka #UMS, for the #DLNA support) -
Hah!
Got the #Revision2020 #demoparty #Twitch livestream playing on my #PS3, with a chat overlay!
Well, somewhat; I need to run it from a bit more powerful hardware than #Termux on my #Xiaomi #MiA1, but #FFMPEG and #streamlink should be easy enough on #Windows... -
@Truck well, I got #streamlink piping into #ffmpeg, streaming into #goRtmpServer, playing through #VLC, all on my #Android phone using #Termux.
Now to find a way to get that #RTMP stream onto my #PS3. Possibly through #DLNA via #UniversalMediaServer on the #Windows PC. -
#Streamlink is a #livestream #video #extractor.
Streamlink is a terminal program which extracts video streams (including live streams) from URLs. Extracted videos are then piped into another program, typically a media player like #VLC. Streamlink supports many services, including #YouTube and #Twitch.
Website 🔗️: https://streamlink.github.io/
apt 📦️: streamlink
-
If you're watching a #Twitch stream but you couldn't care less about the chat, I highly recommend using #Streamlink and send the video feed in your media player of choice.