Hi, my post is focusing specifically on YouTube since I observed the following categories have less intrusive solutions or privacy focused solutions, even if they are paid:

  • Operating Systems (Linux, for example)
  • Instant Messaging (Element, for example)
  • Community Messaging (Revolt, for example)
  • E-Mail (Proton, for example)
  • Office (libreoffice, for example)
  • Password Managers (Bitwarden, for example)

However, how do we distribute videos and watch them without data collection? I am NOT asking how do I use a privacy-focused front-end for YouTube, by the way, I am aware they exist.

I am wondering how we obtain a FOSS solution to something super critical such as YouTube. It is critical since it contains a lot of educational content (I’d wager more than any other platform), and arguably the most informative platform, despite having to filter through a lot of trash. During COVID, we even saw lecturers from universities upload their content on YouTube and telling students to watch those lectures. (I have first-hand experience with this at a respectable university).

I refuse to accept that there is nothing we can do about it.

  • banazir@lemmy.ml
    link
    fedilink
    arrow-up
    140
    arrow-down
    2
    ·
    28 days ago

    I refuse to accept that there is nothing we can do about it.

    I don’t think you quite understand just how stupendous the amount of data Google processes from YouTube alone is. There is basically no way for hobbyists to provide an equivalent service. Very few companies have those kinds of resources. If you want, you can of course try running a PeerTube instance, but you rather quickly run in to problems with scaling.

    I find it almost miraculous YouTube exists to begin with. It is no accident Google has very few competitors on that front, and I don’t think YouTube is even profitable for them. Without Google’s deep pockets and interest in monopolizing the market, YouTube would have withered a long time ago.

    Trust me, I want a solution too. But 500 hours of content are uploaded to YouTube every minute. All of that is processed, re-encoded, and saved with multiple bitrates. You can’t compete with that. YouTube might eventually keel over from Enshittification and its own impossibility, but replacing it with anything meaningful will be a challenge.

    • cobysev@lemmy.world
      link
      fedilink
      English
      arrow-up
      52
      arrow-down
      2
      ·
      28 days ago

      […] I don’t think YouTube is even profitable for them.

      Correct. Even Google, one of the richest companies in the world, is struggling to afford the massive infrastructure required to run YouTube. That’s why they’ve been cracking down on ad-blocking software lately.

      Also, this is likely why they’ve been pushing their new updated Chromium-based infrastructure for web browsers, which will prevent ad-blockers from working on websites. If you’re not using Firefox or Safari to browse the Internet by now, you should switch. They’re the only independent browsers not using the Chromium framework.

      • Mihies@programming.dev
        link
        fedilink
        arrow-up
        8
        ·
        28 days ago

        I’d even buy subscription if it was a family one without music bundled for a reasonable price. No such luck in my country.

      • Snapz@lemmy.world
        link
        fedilink
        arrow-up
        2
        arrow-down
        1
        ·
        27 days ago

        Restaurants don’t take steaks off the menu because they aren’t are profitable as salads. One date wants a salad, the other wants steak, they make less profit on the steak plate, but the average of the two is profit enough.

        It’s ridiculous to look at any one service of these behemoth monopolies as an island - They are one collective thought, EVERY SINGLE PIECE does not have to be to enshittified to generate the biggest possible profit.

    • alvvayson@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      16
      ·
      28 days ago

      While I do agree with you, I also see twitch, TikTok and Patreon presenting models that are quite competitive with YouTube.

      From a privacy perspective, free junk content like TikTok, YouTube and twitch will always be hard coupled with targeted advertising.

      But Patreon (and onlyfans for that matter) do offer a model that can work without ads.

      In fact, if Patreon also introduced an ad-supported tier and allowed you to more broadly see other content aside from the direct person you sponsor, it could probably grow quite a lot.

      • huginn@feddit.it
        link
        fedilink
        arrow-up
        10
        ·
        28 days ago
        1. Tiktok is a company comparable in scale to Google. 130Bn in revenue last year.

        2. Patreon is nowhere near the scale of YouTube. But I also think it’s the only viable solution to privacy and supporting creators.

    • Dessalines@lemmy.ml
      link
      fedilink
      arrow-up
      11
      ·
      28 days ago

      Counter-point : every single one of the videos uploaded to youtube already lives on the creators hard drive, usually in a much larger format. All that’s needed is for them to create torrents for them.

      • mrpants@midwest.social
        link
        fedilink
        English
        arrow-up
        6
        ·
        27 days ago

        I think the largest challenge though is maintaining the distribution and managing the associated upfront costs.

        Existing large content producers could likely afford to handle this but new producers could struggle paying to seed their content.

        Though I do think overall this is more achievable than people give it credit for:

        • YT videos don’t need huge bandwidth for a sustained period; only for short bursts. Most views come in within a week.
        • Content is probably localized to specific countries. Less need to replicate across the globe.
        • Let the source prefer to seed the highest quality and other peers downsample and replicate as needed.
        • Doesn’t need YT scale. Tons of YT “content” is spammers leeching essentially free hosting from YT. No one needs to seed their videos if they don’t want to.
        • 1080p is still fine for YT videos. h265 is very efficient (though downsampling 265 isn’t great). Don’t need 4k for most videos.
    • people_are_cute@lemmy.sdf.org
      link
      fedilink
      arrow-up
      11
      arrow-down
      1
      ·
      28 days ago

      I’d have agreed but hundreds of fmovies and similar sites exist on the high seas that provide free streaming of millions of HD content (movies, web series, etc.) somehow. They use some third-party video host that is magically able to concurrently serve millions of people.

      • reddithalation@sopuli.xyz
        link
        fedilink
        arrow-up
        12
        ·
        28 days ago

        the infrastructure of the pirate streaming sites is impressive, but I bet that is still orders of magnitude easier than hosting youtube.

      • Ilandar@aussie.zone
        link
        fedilink
        arrow-up
        3
        ·
        28 days ago

        Those sites just scrape from many different file hosting sites. They don’t pay for that storage themselves.

        • people_are_cute@lemmy.sdf.org
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          27 days ago

          … which makes it even more wonderful, since those file hosting sites are now somehow able to serve video streaming to millions of viewers across the world FOR FREE.

      • Em Adespoton@lemmy.ca
        link
        fedilink
        arrow-up
        1
        ·
        28 days ago

        Maybe the solution to YouTube is something similar to BitTorrent. It would make more sense for the protocol to preload the first chunk and to use a codec that can start with a lower res image and then fill in the resolution in subsequent passes. And on the front end, something like Lemmy would work, where channels and posts can be federated.

        Considering the number of people who have 1gps symmetric bandwidth today, such a system should be able to technically work.

        But nobody’s designed it yet AFAIK.