•  GravitySpoiled   ( @GravitySpoiled@lemmy.ml ) 
    link
    fedilink
    English
    30
    edit-2
    4 months ago

    That’ll make youtube disappear for me.

    Over the years I watched less and less. I only seldomly have to look into youtube for things that are easier in video than in text.

    Teens and many people don’t know that there is a world without ads. They have to be educated that there are alternatives - not watching youtube is a real option. You do not depend on it.

    I’s a horrible world many people live in. Recently I saw someone browsing on instagram, each third post is an ad and oftentimes there are ads after ads. And people follow other people and watch their ads. Incredible!

    Recently, I was browsing linkedin and there were 12 ads instead of real jobs in a row. in a row. Unrelated to my profession.

    • But the point is there’s always been a way to avoid ads, even while browsing sites with ads and browsing YT. Personally, if that ability entirely disappears, i hate ads, ad-voice, and the concept of advertising so much that I will stop and close a whole tab if an ad plays. I’m in the minority though. Because, I think you’re right, a lot of people just don’t even think about it and mindlessly consume. I can’t. When Reddit fucked us and showed us our opinions and feelings didn’t matter, I left. I will do the same to YT.

        • I will just start downloading videos and watching them at my leisure. Anything to not give this corp my money. Funny thing is I use to have no problem watching ads on youtube until they increased the amount and started spamming ads for gambling. There is an option to select on your google account that limits the amount of gambling ads you see. I had that enabled and it felt like it increased the amount of gambling ads it was serving me.

    • Plugins can add controls and it can download videos, but plugins can’t interact with videos directly I think.

      Maybe use the Youtube API closed captions and figure out the patterns for ads that way?

      • Of course they can interact with it just fine, look at “sponsorblock” plug-in. It would also solve this problem completely. It already exists and works well, it just isn’t “AI” nonsense.

        • You are missing the point that sponsorblock only works without AI because everyone gets the same video delivered. Once they have targeted ads of variable length and amount you need someone to watch your specific version of the video and do the tagging where the ads ans sponsors are. You could pay someone to do it for you but that is expensive and very slow. Or you can train a ML model to recognize the patterns and tag it for you hopefully pretty fast.

        • Yes, that is adding controls and using a database from the SponsorBlock server.

          What I mean is a plugin cannot see the video. Like you can’t write

          if(screen == adScreen) {
               then skipToNextSegment();
          }
          

          The plugin isn’t reading the video, it is getting info from a database. For AI or machine learning to work ad injection, which might change for every user, doing what SponsorBlock is doing is not enough.

  •  Zerush   ( @Zerush@lemmy.ml ) OP
    link
    fedilink
    13
    edit-2
    4 months ago

    YT has 2 posibilities

    • Hosting all videos doble, one with ads and the same vids without for premium user
    • Insert also markers which at the end also are exploited by adblockers and userscripts

    I think they’ll hit their teeth against a rock with this.

    Meanwhile a lot of content creators a changing to Odysee

      • Hosting all videos doble, one with ads and the same vids without for premium user

      Not quite sure why, they simply could in the fly stitch those files together.

      Twitch is doing that for a while now i think.

      • Exactly this. It isn’t even really “stitching” as YouTube videos are served as a series of short chunks anyways. So you simply tell the player that there are a few extra chunks which happen to be ads. There is no video processing required it is basically free to do it this way on the sever side.

        • That is true. But then you could probably use the chunk length to determine where the ads starts and ends since there is with a very high probability an unusually long chunk at those times.

          • I don’t know about YouTube but the chunks are often a fixed length. For example 1 or 2 seconds. So as long as the ad itself is an even number of seconds (which YouTube can require, or just pad the add to the nearest second) so there is no concrete difference between the 1s “content” chunks vs the 1s “ad” chunks.

            If you are trying to predict the ad chunks you are probably better off doing things like detecting sudden loudness changes, different colour tones or similar. But this will always be imperfect as these could just be scene changes that happened to be chunk aligned in the content.

    • I think they’ll hit their teeth against a rock with this.

      Press X to doubt

      Most people do not have an adblocker. Most people watch YouTube to varying degrees of frequency and duration. Most people will continue to watch the ads. I’d be surprised if YT noticed any amount of users leaving the site because of this. The privacy minded folk are few and far between.

      • Better than any other- Well, there are some selfhosted video sites like PeerTube and others, but respect content are not a real alternative, nor other proprietary streaming sites, like removedute, Vimeo, Dailymotion, etc. Front-ends or desktop clients (FreeTube) with the new YT policy will die. What other alternatives then?

  •  edric   ( @scytale@lemm.ee ) 
    link
    fedilink
    English
    114 months ago

    Crap I just opened youtube today and it looks like I was chosen. The ads load like normal videos and it sucks. My brain actually glitched for a couple of seconds when I opened a video because I wasn’t used to seeing an ad. I dunno if there’s any chance uBO can even counter this.

    • Try to watch the video embedded, simply edit it’s URL, using instead of

      https://www.youtube.com/watch?v=xxxxxxxx

      this URL

      https://www.youtube.com/embed/xxxxxxxx

      •  edric   ( @scytale@lemm.ee ) 
        link
        fedilink
        English
        54 months ago

        Welp, restarted my laptop and I’m off the testing list so can’t replicate (unless I turn off uBO of course). But thanks, this will be handy if it happens again.

  • Honestly, I just pull videos from Youtube to watch later. I don’t actually watch anything on Youtube. I do wonder if there’s an upcoming replacement for Youtube like there was for Twitter.

    •  jet   ( @jet@hackertalks.com ) 
      link
      fedilink
      English
      8
      edit-2
      4 months ago

      With a little adoption yes it could. We could pass around checksums of known good blocks, or checksums of known advertisements. Or the audio signature of known good blocks or the audio signature of known advertisements.

      So a service is like sponsor block would now just be a curated list of either good or bad signatures be them checksums or audio signatures or video signatures. There would be some engineering work to account for different compression ratios etc but it’s totally doable

    •  illi   ( @illi@lemm.ee ) 
      link
      fedilink
      English
      84 months ago

      From what I read, this also breaks sponsorblock - as the ads are part of the video, it moves the time stamps of the video so it makes it not correct. The ads will also change I imagine so idk if sponsorblock will be a solution.

    • No, not in it’s actual form, nor the front-ends can’t not longer cutting the ads with their current form. Or they change their script, or you have the alternative to use YT or using another streaming service. But I think that there will be other solution in the future to show the middle finger to YT.

    • Not with the crrent ones, it’s easier to difference ads by code than by content in most Vids, eg, divulgations, news, influencers, etc. YT, to not destroy the own business modell, also avoiding that there later also 5 years old vids with outdated ads, must use some kind of dynamic insertion, that means, it can be discovered and skipped by some userscripts, for sure not in the extension stores, but in Greasyfork or OpenuserJS, which are independent from Google influence.

    • Because it’s actually really hard to achieve technically. When ads are served outside the stream you can easily serve different ads to different viewers based on their profiles. When the ads are baked into the stream you can either

      A) Create a whole bunch of different copies of the video asset with different ads baked in and then rotate these on a regular basis. Which would be expensive to update and store and limit the range of adverts that could be served to a particular user.

      B) Dynamically create a stream on the users request, which while possible means standard CDN caching isn’t going to work so there’s a distribution challenge.

      Or some other alternative they’ve come up with. I’d be really interest to know what their approach is here.

      • Look up how HLS (HTTP Live Streaming) works. They just need to generate a personalized playlist for each person which points at things already hosted on CDN, and insert the ads where they want in the literal text file that your video player reads from to serve you the video.

        I don’t know much about it, but it looks like there’s specific tags designed for dynamic ad insertion. Idk if YouTube plans to use them in this case though, if they want it to be undetectable to the client.