this post was submitted on 05 Nov 2025
8 points (75.0% liked)

Linux

14010 readers
44 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
 

cross-posted from: https://lemmy.world/post/38389020

With the recent false banning of tech channels, such as Enderman, I really want to find alternative platforms to watch tech content. I know a few YouTubers who have channels on Odysee, PeerTube, etc. However, I would rather watch them in a desktop app as opposed to a web browser.

Is there any desktop QT applications for Linux (ideally Arch BTW) that allow me to watch videos from a decentralized video platform, such as PeerTube? Ideally, it would use QT as I'm using KDE Plasma, but if they're aren't many, then GTK is fine too.

As a bonus: Something similar to FreeTube, which is what I use for YouTube. If it's something similar, it doesn't have to be QT as I know FreeTube isn't.

top 3 comments
sorted by: hot top controversial new old
[–] jahtnamas@slrpnk.net 7 points 2 weeks ago (1 children)

plasmatube has support for peertube but i haven't tried it.

[–] jahtnamas@slrpnk.net 3 points 2 weeks ago

follow-up: i've now attempted a shot at peertube on plasmatube and it doesn't like that i have 2FA enabled for my account judging by the login errors.

[–] e0qdk@reddthat.com 2 points 2 weeks ago* (last edited 2 weeks ago)

I typically download videos from PeerTube (from the mp4 link they provide) and then do a quick pass with ffmpeg to make seeking work better. (ffmpeg -i input.mp4 -vcodec copy -acodec copy -movflags faststart output.mp4) Then I can just play them in VLC.

It's technically possible to stream PeerTube in VLC if you grab the m3u8 out of the network requests, but it doesn't seem to know how to fetch it on its own if you just give it a link to a video page though, unfortunately, and I'm not sure how to change the quality.