YouTube will now show ads on all videos even if creators don’t want them
751–760 of 783 posts
Re: YouTube will now show ads on all videos even if creators don’t want them
#752Earlier quoted context omitted.
This sounds like a pretty straightforward cause & effect here. Creators went for direct monetization outside of youtube instead of ads, and youtube responded by keeping their net income the same by just showing ads anyway. > But at the same time, there are people who have so heavily invested into the YouTube ecosystem with certain expectations for a very long time, and pretty much have their entire business on there,…
I agree with most of what you're saying, but I worry that Youtube's effective monopoly means that there just aren't other hosting platforms with the same kind of user base and discoverability. Perhaps their current pricing model is fair, I have no idea. But being the de facto video hosting site gives them tons of power. They have the ability to extract extra value out of their users---much more than a non-monopolized…
Re: YouTube will now show ads on all videos even if creators don’t want them
#753Earlier quoted context omitted.
>it'd be nice if they offered a way for creators to pay for YouTube hosting so they can continue to offer their channels ad free This. I work with a small art organization, and we've started to put our artists videos online (we couldn't have an event this year). Youtube makes it easy. but like flickr they put ads in and there is no way to get rid of them. If we could pay for the service we probably would. I'm not sur…
Vimeo serves the paid, ad-free video hosting niche. They're probably celebrating this latest announcement from YouTube. YouTube has the advantage of organic traffic and discovery, though. Nothing stopping you from uploading the video to both services for the best of both worlds.
The alternative would be for you to pay Google their share of money they would've made if they had ads enabled on your channel, which would be proportional to how many views your video gets. It makes sense since these channels have their own in-video ads which they make money from, and Youtube isn't getting a cut of that, it's similar to how app stores don't allow apps to have their own monetization which bypasses theirs.
That being said, having the creator payback Youtube depending on the number of views creates very weird incentives...
If they were harsher, they would've disallowed in-video ads completely and force channels to use Youtube ads.
Re: YouTube will now show ads on all videos even if creators don’t want them
#754Earlier quoted context omitted.
HN has a similar feature, but it’s more of a bug
I've never seen that on HN. Reddit intentionally changed their website to prevent you from seeing comments after a couple replies without logging in.
Re: YouTube will now show ads on all videos even if creators don’t want them
#755Earlier quoted context omitted.
Being eligible to monetize doesn't look that intimidating? https://support.google.com/youtube/answer/72851?hl=en Not sure how many small creators both can't manage that but can manage external monetization?
1000 subscribers? You can sign up and make more money from 3 patreons than 1000 yt subscribers, what are you on about?
Re: YouTube will now show ads on all videos even if creators don’t want them
#756Earlier quoted context omitted.
1000 subscribers? You can sign up and make more money from 3 patreons than 1000 yt subscribers, what are you on about?
That depends on the amount of content you post. 1000 people watching a reasonable length video might only be $1-2 per video, but 10-15 videos a month would be $10-30. That can be more than 3 patrons.
Re: YouTube will now show ads on all videos even if creators don’t want them
#757Earlier quoted context omitted.
It's also key to note that had Cable NOT pushed ads as far as they had, they still would have been disrupted . It was a rational decision, since revenue today is often worth more than in the uncertain-for-so-many-reasons future. It's part of why you can't rely on the market or competitive forces alone, if you think something is an issue of public good, you need regulation.
If they didn't show ads I doubt they would have cared as much about time shifting and ad skipping would never have been relevant. Sure would have helped them avoid collapsing. Let's not pretend they weren't incredibly hostile to watching shows you're paying for already, when you want to and without the ads you paid to avoid, even though they didn't need to even build any infrastructure for it. Add the rest of their a…
Sure, the cable companies could've theoretically made Netflix streaming before Netflix did - and the broadcast networks kinda-sorta-tried-this with Hulu - but that had nothing to do with their ad load increasing over time. Hulu was way more convenient than watching the same shows on cable even with ads still! But to go all in on a reinvention towards streaming would've been a huge gamble even seeing the streaming train coming right at them.
Re: YouTube will now show ads on all videos even if creators don’t want them
#758Earlier quoted context omitted.
1000 subscribers? You can sign up and make more money from 3 patreons than 1000 yt subscribers, what are you on about?
That depends on the amount of content you post. 1000 people watching a reasonable length video might only be $1-2 per video, but 10-15 videos a month would be $10-30. That can be more than 3 patrons.
Also with 1000 subscribers you dont guarantee 1000 views, just potential views.
Re: YouTube will now show ads on all videos even if creators don’t want them
#759Re: YouTube will now show ads on all videos even if creators don’t want them
#760Earlier quoted context omitted.
You can use ffmpeg to convert your video to HLS/Dash format and host it behind your run-of-the-mill nginx webserver as static contents. Then on your webpages, just use hls.js [0] to embed those uploaded videos in a webpages. hls.js will handle adaptive bitrate automatically, so the videos should load pretty fast for your visitor, though probably not as fast as youtube since they have edge servers everywhere, but stil…
Thanks, I think I'll do a combination of this with a fallback to downloadable MP4 and inline video tags for clients without Javascript. You say to convert to HLS/Dash, does hls.js support both? Pros cons of one other the other? Make sense to do both?