Вчера Разлом сделал хорошее дело.

Есть такая программка
#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.

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 suspend

GUI 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.

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!  

Watch here!

#VTuber #mpv #yt-dlp #streamlink

[Tech Maid Guide] MPV media player - improve Youtube and Twitch support with yt-dlp and Streamlink

PeerTube

[Tech Maid Guide] MPV media player - improve Youtube and Twitch support with yt-dlp and Streamlink

https://video.hardlimit.com/w/dxeKfx2C8EGoCMfcmvXnky

[Tech Maid Guide] MPV media player - improve Youtube and Twitch support with yt-dlp and Streamlink

PeerTube

#tomyfutureself
When running a #docker container that outputs data on stdout which then gets piped to a host program (e.g. #streamlink in container piped to a video player on host system), it is a good idea to include the option "--log-driver none".

Otherwise the container's output gets saved to a json log inside /var/lib/docker, which can get pretty big pretty fast when watching a 1080p stream. 😅

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
How to watch Twitch, outside of a browser?

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/
Watch Online Video Streams Using Streamlink In Linux - OSTechNix

Streamlink is a command line streaming utility that allows you to watch online video streams using VLC, MPlayer, Mpv, QuickTime Player etc.