plasmatube has support for peertube but i haven't tried it.
Linux
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:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.
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.
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.