About 40% of Americans have cut back on streaming services in the last three months because of financial concerns, according to a recent report

Americans are quitting subscription streaming services in droves as the cost of living continues to climb, a recent report has found.

Streaming services such as Netflix and Hulu have become increasingly popular in recent years, but Deloitte’s 2026 Digital Media Trends report, released late last month, shows how Americans are getting frustrated over the cost to have their favorite movies and TV shows at the click of a button.

“As the cost of everyday essentials like food and housing remain high, many consumers are reevaluating their budgets and cutting back on nonessential expenditures,” Deloitte said in its survey results. “At the same time, prices for media and entertainment services continue to climb.”

    • mlg@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      5 months ago

      I had to resort to used SAS drives on my server.

      You can get them pretty cheap, but you absolutely have to run a full smart test and check the error correction log before using.

      Plus they usually come with 5 years power on time minimum, so you’d only want to run them in any RAID/ZRAID combo that has redundancy.

      Couple of people here mentioned re-encoding, but that also harms the seed count if you’re using BitTorrent as the exchange medium.

      Part of the issue is that Bluray remux rips are usually in H.265 at 10 bit with Dolby Vision which pushes 4K file size into the 70-100Gb range.

      That’s fine for a single movie on a bluray disk, but its atrocious for saving multiple onto a drive or NAS.

      But then most encodes still almost all use H.265 or H.264 which still gives you a fat 30Gb file for 4K.

      I’m pretty sure AV1 solves this issue because it has much better compression compared to H.265, especially for higher pixel content, but no Blurays are using AV1 because there’s no reduced cost in forcing a change in consumer hardware.

      Plus I think AV1 technically doesn’t support Dolby Vision in proper yet.

      • Tarambor@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        5 months ago

        But then most encodes still almost all use H.265 or H.264 which still gives you a fat 30Gb file for 4K.

        So you can store over 500 films on a 2TB HDD. I’m failing to see the issue.

    • TrollTrollrolllol@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      5 months ago

      I’m even using jellyfin in the car with android auto to listen to music. Recently bought a external blu-ray drive so I can rip all my old CD’s and DVD’s so at least some of my data is legit :D

      • Sir_Kevin@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        0
        ·
        5 months ago

        I’m doing the same but I’m looking for a good client that resumes playing music on startup. Any recommendations?

        • TrollTrollrolllol@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          5 months ago

          No I haven’t got that figured out quite yet, it seems to resume if I just connect to my stereo bluetooth as long as I haven’t touched Jellyfin between drives but not with android auto. Just figured out how to get playlists working on AA today, kind of a work around but it looks like there is a request to fix it out there.

    • The Picard Maneuver@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      5 months ago

      Jellyfin is the way. Streaming only made sense when prices were low and all the content was basically in one place.

      I’ll just keep growing my personal library.

      • NOT_RICK@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        5 months ago

        I’m holding onto my classics but anything else I delete when I’m done watching it.

    • ThePantser@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      5 months ago

      Yea, fucking AI making it too expensive to be a data hoarder. I have to keep making hard decisions on which media to delete.

      • spizzat2@lemmy.zip
        link
        fedilink
        arrow-up
        0
        ·
        5 months ago

        If you have the processing power to spare (and haven’t done it already), you might be able to re-encode your media files to a more space-efficient codec.

        I’ve reduced some of my video files by as much at 75% using Handbrake to convert from AVC to H.264 or H.265. I’m not the most discerning viewer, so I haven’t noticed any difference in video quality, but I’ve definitely noticed the extra space on my drives!

        • LuigiMaoFrance@lemmy.ml
          link
          fedilink
          arrow-up
          0
          ·
          5 months ago

          Just as a heads up, if you aren’t concerned about “copyright”/“intellectual property” the better way would be to download native h.265 rips instead of re-encoding your existing h.264 files, as those will look better since you aren’t compressing the already existing compression artifacts of your old files. Copy of a copy and all that.

        • djdarren@piefed.social
          link
          fedilink
          English
          arrow-up
          0
          ·
          5 months ago

          I’ve got an ffmpeg script saved on my Mac which re-encodes video to a fraction of its original size without any apparent loss of quality. Shit’s basically magic.

          I have one for audio as well, but I think it’s an Apple-only MP4 codec, that requires you to have to manually build it into ffmpeg on any other platform. But the end result is that my 2 hour radio show AIFFs that start out at 4GB end up being high quality MP4 at around 75mb.

          Like I said, magic.

          • cmbabul@lemmy.world
            link
            fedilink
            arrow-up
            0
            ·
            5 months ago

            Do you happen to remember where you got it? I’ve got a Mac and while the idea of going through all the media files on my servers to convert them I twitch a little bit, but would also love to cut down space without giving up some of my files

            • djdarren@piefed.social
              link
              fedilink
              English
              arrow-up
              0
              ·
              5 months ago

              Pretty sure it’s this command;

              ffmpeg -i input.mp4 -vcodec libx265 -crf 30 -tag:v hvc1 output.mp4

              On my M2 Air, conversions are usually pretty quick, depending on the size of the input. After a short while it does throttle because there’s no fan, but it counters along nicely.

              As for audio; I use XLD, set to encode HE-AAC at 80kbps. It seems really low, but still sounds great.

      • ThrowawayOnLemmy@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        5 months ago

        I’m kicking myself now for not buying more 20 TB hard drives when they were under $250. It’s rough out there for any computer related hobbies right now.

        • SolarMonkey@slrpnk.net
          link
          fedilink
          English
          arrow-up
          0
          ·
          5 months ago

          I bought two right before stuff jumped too badly. Looked about a week later thinking buying another one might be an ok idea, rofl no way I can justify it now…

          So now I’m debating if I really NEED backups… certainly not of everything… I still need a video card, and those never did really come back down…

      • limonfiesta@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        5 months ago

        Which is why it can make sense to pay for pirate shares.

        Many are around $5-8/mo, and they’re libraries are bigger than my own, with the added bonus of I don’t have to do any maintenance.

        $60 to $98 per year, is a better deal than paying for these HDD prices. For me at least the trade-offs are worth it.

  • Kowowow@lemmy.ca
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    One extra reason I canceled netflix is it felt too judgy, what’s the point of paying for something if you are still the product

  • SnarkoPolo@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    I know several people, mostly older people, who have gone back to old-timey, off-the-antenna TV. I suspect this will become a trend.

  • DylanMc6 [any, any]@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    0
    ·
    5 months ago

    I think that 40% of Americans should spend much of the time they’ve spent on streaming services reading and studying socialist theory (Karl Marx and all). Seriously!

    • Bazell@lemmy.zip
      link
      fedilink
      arrow-up
      0
      ·
      5 months ago

      Please, stop advertising communism and socialism here. Just stop. It will not work. Go to lemmy.ml and do it there. Thanks.

        • Bazell@lemmy.zip
          link
          fedilink
          arrow-up
          0
          ·
          5 months ago

          Firstly, here we call these instances, not sites. Secondly, there are other instances that will be happy to hear your thoughts. Like hexbear or lemmygrad. They welcome communism and socialism ideas.

  • Tollana1234567@lemmy.today
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    well if you have money issues, streaming services should be the last thing you buy anyways. just pirate it or watch on a streaming site that does it for you, or watch clips on Yt, they pratically give out the whole story on YT anyways.

  • mycodesucks@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    Prices will increase so shareholders don’t lose any money, and morons who go, “Durr… what do I care? They provide a service I like and I have so much money I can afford to be an idiot feeding an unsustainable economic distortion in perpetuity!” will just keep right on paying the increases, and the division of the K-shaped economy will continue to grow.

    There’s no way way to boycott or frugal your way out of price increases while enough bougie yuppie shitheads are willing to eat any shit a company is willing to shovel them at any cost as long as they can use it as a status symbol.

  • Assassassin@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    It’s not even an economic issue for me. It’s an issue of “why the fuck would I pay for a service and still receive ads?”. These companies just keep getting greedier and offering less. Why should I pay for a worse experience than a pirate streaming site?

    • The_v@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      5 months ago

      I setup a raspberry pi 5 minicomputer box with a small hard drive and Pi OS installed. I then browse to whatever pirate streaming service I want and use Firefox with the adblock installed. Works like a charm.

      The RII K06 mini keyboard works very well.

      I originally got the system to run tradeshow videos at the booth. It does that very well and is quick and easy to setup.

  • slothrop @lemmy.ca
    link
    fedilink
    English
    arrow-up
    0
    ·
    5 months ago

    mmm, lemme see now, $200/mo for a bunch of streaming services, subscriptions, diminishing ota/cable sports options…

    OR…

    $10/mo for all the above, plus many more expanding options?

    aaar!!

      • Tiresia@slrpnk.net
        link
        fedilink
        arrow-up
        0
        ·
        5 months ago

        You guys are paying for piracy? I thought that was a joke.

        What’s wrong with torrenting?

        • Custard@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          5 months ago

          Convenience primarily. TorBox for example just has the torrents cached on their server most of the time, so it’s much faster + I don’t care to store it myself. Unlikely to rewatch things so often I need to keep them

      • slothrop @lemmy.ca
        link
        fedilink
        English
        arrow-up
        0
        ·
        5 months ago

        iptv for 5 connections. RD doesn’t do live tv, unless you know better. I also use rd, torbox, and debridio.