Enjoy Twitch on your GNU/Linux desktop.
(free tech support and development help
)
- meson >= 0.36.0 (install only)
- ninja (install only)
- gtk+-3.0 >= 3.20
- libsoup
- json-glib
- webkit2gtk or webkitgtk with
-Duse-deprecated-webkit=true
flag
- gstreamer-1.0
- gst-libav
- gst-plugins-base
- gst-plugins-good
- gst-plugins-bad
Same as above plus:
- clutter-gst-3.0
- clutter-gtk-1.0
- mpv
meson build -Dwith-player-gstreamer-cairo=true
ninja -C build
sudo ninja -C build install
cd subprojects/${gt-player-backend-you-want}
meson build
ninja -C build
sudo ninja -C build install
Same as the root install but instead change the last two lines to:
meson build --prefix=$HOME/.local
ninja -C build install
- Arch linux
- Arch linux (MPV player backend plugin)
- Arch linux (git)
- Debian (courtesy of @dengelt)
- Fedora (You will need to install gstreamer1-libav from RPMFusion)
- Flatpak
- Ubuntu (courtesy of GetDeb.net) (You will need to install the ubuntu-restricted-extras for the h264 decoder)
- Ubuntu (courtesy of @Sunderland93) (Same requirements as above)
- Ubuntu (courtesy of WebUpd8.org) (Same requirements as above)
- Gentoo