One of the only things I find myself missing about reddit is the videos. I’m aware that it’s not really feasible for videos to be hosted on a lemmy instance at the moment, but I’m curious if that might change

  • @kadu
    link
    English
    801 year ago

    Wouldn’t it be better to integrate with the existing federated video hosting service? (PeerTube) so basically host videos in PeerTube, link to Lemmy, make the Lemmy UI parse it as a video with a custom player

    • @islandofcaucasusOP
      link
      English
      441 year ago

      I’m still pretty new here so i don’t know how that works, but I just want to see the random crazy person or fight video between memes and news stories

        • @Jackolantern
          link
          English
          71 year ago

          See this is what lemmy and being in a community is all about.

    • @fubo
      link
      English
      81 year ago

      Does PeerTube distribute load across instances, like BitTorrent? Or does it assume that the hosting instance has enough bandwidth to support all concurrent users?

      • eh
        link
        fedilink
        81 year ago

        It uses WebTorrent for distribution between viewers watching at the same time which can temporarily help with the load on popular videos, but there still needs to be at least one source instance that’s sharing the video “regularly” (for unpopular or old stuff), which ends up having the same bandwidth issues you’d get with any other video platform.

        • @fubo
          link
          21 year ago

          Oh, cool. I expect that means that bandwidth costs should scale sublinearly in number of concurrent viewers of the same video — so 1000 people watching the same video should cost less in bandwidth than 100 people watching 10 videos, or 10 people watching 100 videos.

      • atocci
        link
        fedilink
        61 year ago

        PeerTube uses the WebTorrent protocol for its videos, so it does distribute load with everyone currently watching a video helping distribute it to everyone else. Each instance is its own torrent tracker. I’m not sure how I feel about it, because your IP address is visible to anyone else watching the video also.

      • @kadu
        link
        English
        51 year ago

        I’m going to be honest with you, I have absolutely no idea how it works. And as far as I can see, there are very few instances at the moment.

        Though someone smarter than me could probably answer you by checking the source code, or maybe they even have some documentation written already.