Interests: programming, video games, anime, music composition

I used to be on kbin as e0qdk@kbin.social before it broke down.

  • 1 Post
  • 133 Comments
Joined 2 years ago
cake
Cake day: November 27th, 2023

help-circle















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