Slashdot Mirror


Yahoo May Build Its Own YouTube

An anonymous reader writes "Re/code reports that Yahoo will soon be stepping into the realm of internet video. They're seeking to take advantage of complaints from users who make videos for YouTube that they don't make enough money for their efforts. Yahoo has told content producers it can get them a bigger slice of the pie. 'For now, at least, Yahoo isn't talking about replicating YouTube's open platform, which lets users upload 100 hours of content every minute to the site. Instead, it is interested in cherry-picking particularly popular, more professional YouTube fare. Yahoo has also told some video owners that it can use its well-trafficked home page and other high-profile real estate to promote their clips on a non-exclusive basis. After a year, one source inside Yahoo said, it might open the platform up further.'"

100 of 162 comments (clear)

  1. With blackjack and hookers! by Curupira · · Score: 5, Funny

    ...in fact, forget the Youtube thing.

    1. Re:With blackjack and hookers! by GrumpySteen · · Score: 2

      You need something to pass the time during your refractory period.

    2. Re:With blackjack and hookers! by Anonymous Coward · · Score: 2, Interesting

      Have they asked themselves what problem they're trying to solve? Do we really need another YouTube?

    3. Re:With blackjack and hookers! by Virtucon · · Score: 1

      You forgot the booze!

      --
      Harrison's Postulate - "For every action there is an equal and opposite criticism"
    4. Re:With blackjack and hookers! by CTU · · Score: 1

      The problem is google fucking up youtube

    5. Re:With blackjack and hookers! by Meski · · Score: 1

      Yahoo are likely to do a worse job. Look at gmail compared to yahoo's atrocity. Look at whatever yahoo call their search compared to google.

    6. Re:With blackjack and hookers! by Wolfrider · · Score: 1

      --Forced to agree. Longtime yahoo email user (over 10 years) and they have f*cked it up so bad that now I have to switch. Shame, too - I really liked them up until they took Tabs out of their email. Between google and yahoo, I no longer trust yahoo.

      --
      .
      == WolfriderV6 == I'm willing to admit that *I just might* be wrong... Are you??
  2. ads by stokessd · · Score: 5, Informative

    They're seeking to take advantage of complaints from users who make videos for YouTube that they don't make enough money for their efforts.

    Lets hope they put in even more ads. I really like the unskipable 30 second ads before some shitty 15 second video.

    1. Re:ads by gbjbaanb · · Score: 5, Insightful

      it doesn't need more ads, just take less of a cut from them.

      Google quite happily pays out a tiny amount from each ad and creams off billions. Yahoo is coming along to give us some competition, reduce its take, and overall we should be happy about that. The only one who loses is Google.

      Competition is good in markets.

    2. Re:ads by BasilBrush · · Score: 4, Insightful

      I didn't know there was any lack of competition in the video serving market. Other video websites seem to find it hard to compete with YouTube. What makes Yahoo different? After all Yahoo hasn't been a force in anything much since the days when web-links were magenta and underlined, and most web page backgrounds were Windows grey.

    3. Re:ads by NIK282000 · · Score: 1

      Do you also like regular, free, user generated content? Because that's the only way you are going to get it.

      --
      Dear aunt, let's set so double the killer delete select all
    4. Re:ads by Karmashock · · Score: 1

      The adds need to be in the form of a banner on the bottom of the video... or adds on the left or right of the video.

      I agree that video ads are unacceptable.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    5. Re:ads by wiredlogic · · Score: 1

      There are ads on YouTube?

      --
      I am becoming gerund, destroyer of verbs.
    6. Re:ads by amiga3D · · Score: 1

      Most people are okay with them. The alternative is....nothing. This Yahoo site will still have the ads but they're going to cherry pick the content and pay a little better. I don't see where it's really any improvement for most people.

    7. Re:ads by wiredlogic · · Score: 4, Informative

      It was actually Motif gray since Mosaic was originally for X only.

      --
      I am becoming gerund, destroyer of verbs.
    8. Re:ads by stokessd · · Score: 2

      I'm actually OK with weeding out a crapload of user content. I don't need a 3 minute tutorial, with a 30 second intro, and 20 second outtro completely drenched in speed metal and cheesy effects to show me something that could have been typed out in three sentences of text.

      I've had a free regular and, I've been told, very helpful website with no advertising (other than my own services) for many years now. There would still be useful content on the web without ads. There was when it was starting.

      i'm just old, so get off my lawn.

      Sheldon

    9. Re:ads by Anonymous Coward · · Score: 1

      Equally an alternative would be to actually make a Decent Dynamic Site, something that nobody seems to care about wanting to make despite ALL the good shit we have in JavaScript now, and it actually works fast in all browsers that matter. (that includes IE9+!)

      Seriously, it isn't that hard to make a good site where there is a common side or top navigation with all the other content loading below it, then have the ads in there that just rotate every minute or so.
      Downright deny flash ads, image ads and text ads only, no abusively flashy gifs either, absolutely no popups or popunders, and you have a winner right there.
      I pretty much only block abusive ads and flash ads like that because they are awful. But everything else I let through because they aren't total dicks that want to destroy your computer just so you'd buy a drink. (think it is safe to say I also block malware distributors as well!)

      Build the webpage IN CODE, do NOT add all the DOM elements individually to the page one-by-one. Why the hell do people do that? It is slow as hell, the DOM is slow as hell, stop it damn it, DOM updates play havoc with a webpage. Write the page in a variable / object first, then append it as a child element after everything is done. It is CONSIDERABLY faster.
      I know this personally when I wanted to make an old-style tile game. Problem, div backgrounds weren't scaling with size in some instances, so I had to resort to images. Regardless, I added well over a thousand tiles to a webpage, one by one, insanely slow. Another version of it years later, I wrote the page in another elements innerHTML before committing it to the page, so much faster. Note that I also tested it on the same browser I had years ago (I keep many major versions around)

      And then there is Good Coding Standards, erase data you no longer need to hold in your webpages. Kill event handlers if you don't need them.
      Don't make redundant CSS (like ID freaks or class-freaks that give everything identities when they do NOT NEED THEM when you can easily just travel down the DOM tree one by one because elements are unique, or something like that)
      Don't use horrible libraries with pointless bloat, optimize them, get rid of crap that never gets used.
      Say "fuck you" to semantics and syntax nerds and don't use quotes around values if they aren't needed. Don't use semicolons if not needed. Don't use anything unless it is needed in fact. Web browsers have been designed to be flexible and shit, take advantage of that fact. All of them pretty much adhere to the same loose coding styles like that. (IE has some problems with comments in older versions, but that is pointless to care about since nobody cares about some office nerd with IE5.5, printing from a printing press and is wearing clothes from the stone age, they aren't the target market)
      Don't Do Global.
      Try not to abuse Objects too much because they are oddly still quite slow in JavaScript compared to direct variable access. If you must use objects, and more so with loops, store those in a temporary variable each time and reference that rather than the variable. It is noticeably faster when you are dealing with even 100 nodes, never mind 500, or 1000

      And finally, of course, for all those tards that think JavaScript is da devil, redirect them to a no-js version of a page with an iframed ad that has that one tag that refreshes the page.
      Don't bother trying to stop adblockers. It will only piss them off and make them not come back. They will only make up a small percentage of losses.
      You can ask nicely, stating you only accept Good Ads and don't do any dodgy stuff, but don't stop them.
      .
      There we go. A Good Website. Shame we are speaking about Yahoo. Haven't they been stuck in the 90s since the 90s?

      I'd love for another professional video site to come in to the market for independent groups.
      Hell, I'd love for Youtube to completely die forever, but that is for another post.

    10. Re:ads by FuzzNugget · · Score: 1

      Even better, when I want to watch a movie trailer or funny commercial, I have to watch an ad first. So, I have to watch an ad to watch an ad. Yo dawg.

    11. Re:ads by Trax3001BBS · · Score: 1

      They're seeking to take advantage of complaints from users who make videos for YouTube that they don't make enough money for their efforts.

      Lets hope they put in even more ads. I really like the unskipable 30 second ads before some shitty 15 second video.

      Run a HOSTS file (Howdy apk), and use Tcpview www.sysinternals.com (Microsoft), easier HTTPNetworkSniffer www.nirsoft.net there may be better (wireshark is too much overhead) but these work for me.

      Find where the ad is coming from and block it, if that doesn't work, I'll just download the video, it comes without any filler.

    12. Re:ads by MrBigInThePants · · Score: 1

      I never see the ads...

      Technology is a wonderful thing.

    13. Re:ads by Gavagai80 · · Score: 1

      Even google (google video) couldn't compete with youtube. That's why they had to buy it.

      --
      This space intentionally left blank
    14. Re:ads by CTU · · Score: 1

      I hear you like ad's so I put an ad in your ad

    15. Re:ads by tlhIngan · · Score: 1

      I didn't know there was any lack of competition in the video serving market. Other video websites seem to find it hard to compete with YouTube. What makes Yahoo different? After all Yahoo hasn't been a force in anything much since the days when web-links were magenta and underlined, and most web page backgrounds were Windows grey.

      What other sites are there?

      Vimeo is probably the biggest alternative, and they have a good following for the "high quality indie film" market - given the videos I see posted there tend to be well produced and edited short films and other videos. It lacks the "rawness" of YouTube. But it seems to work well.

      Twitch? That site is geared towards videogames. It offers livestreaming of events (with 30 second commercials every 30 seconds it seems) meaning it's not only pointless for non-videogame content, but the commercials are intrusive, loud, and really get in the way. It's only seeing a resurgence because both the PS4 and Xbone support it natively. But it lost a fair bit when PS4 voyeurs got caught up streaming amateur porn forcing Twitch to hide PS4 streamers away and close down a bunch of accounts.

      The other two I can think of are Dailymotion and Liveleak, the former doesn't seem to do anything YouTube can't, except maybe mobile, and Liveleak, well, they seem to be for posting stuff some people don't want the public to know.

      The other reason is well, the two biggest smartphone platforms natively support direct YouTube uploads. And Vimeo got ground because they were the first to embrace mobile by offering HTML5 video content shortly after iPhone first came out. (YouTube took a bit longer because well, everyone had the YouTube app)

    16. Re:ads by hobarrera · · Score: 1

      Get rid of flash and use the HTML5 player. Those ads don't exist when using it.

  3. If it's only for professionals by tepples · · Score: 2

    If it's only for established professional video publishers, it's not really YouTube as much as Hulu. Or perhaps Yahoo has the right idea to fill the gap between YouTube and Hulu for the strongest YouTube Partners.

    1. Re:If it's only for professionals by TWX · · Score: 4, Interesting

      Sounds to me that it's more like Blip.tv, Vimeo, or perhaps Funny or Die, than Hulu.

      I don't expect it to work because I don't expect enough content to be on it to justify my going there to look at random content when there aren't enough contributors. I generally only find myself going to non-Youtube video sites when someone sends me a link to a video that's on one of those sites, not to browse or search myself. That may well be because of their interfaces not making it as easy to find the content I want in the first place or to find like-items to what I'm currently viewing, but for whatever reason, Youtube has the content and the way to find it better than the other video sites at the moment.

      I wish Yahoo well, don't get me wrong, but we'll just have to wait and see if they actually manage to make something or if this is just another, "Me Too!" moment.

      --
      Do not look into laser with remaining eye.
  4. I'll bite your hand off for it by The123king · · Score: 4, Informative

    If it means i don't have to deal with Google+

    --
    If you gave me a choice between a printer and a giraffe with explosive diarrhoea, i'll get my ladder and my raincoat
    1. Re:I'll bite your hand off for it by tepples · · Score: 5, Informative

      Yahoo has its own problems with registration. In order to make a Yahoo account, you have to give Yahoo your valid cell phone number. Without receiving the verification message that Yahoo sends, you can't use your account. This means you have to buy a cell phone and subscribe to a plan that includes SMS.

    2. Re:I'll bite your hand off for it by tepples · · Score: 1

      So if multiple people living under one roof share a phone, such as a POTS phone or a wireless home phone, how are they all supposed to get verified?

    3. Re:I'll bite your hand off for it by amiga3D · · Score: 1

      It's off to Usenet for them.

    4. Re:I'll bite your hand off for it by Mantrid42 · · Score: 1

      Simple. Set up a Google Voice account.

    5. Re:I'll bite your hand off for it by chenjeru · · Score: 1

      There are free web services to receive SMS's, just as you can send or receive a fax.

      --
      Even if you're on the right track, you'll get run over if you just sit there. - Will Rogers
    6. Re:I'll bite your hand off for it by tepples · · Score: 1

      Set up a Google Voice account.

      Which requires immigration to the United States and (still) buying a cell phone to which to forward the calls.

  5. Good by gigaherz · · Score: 4, Informative

    Google is increasingly trying harder to get me to use my real name while browsing/commenting on YouTube, even though I have repeatedly stated that I do not want to do so. The sooner there's less abusive competition, the better.

    1. Re:Good by Virtucon · · Score: 1

      That's the trend, to tie you to your comments directly and to your marketing preferences as well. That way they can sell your likes and dislikes to the highest bidder and use your "recommendations" to push products without your consent. Frankly the d-anonymizing of the Internet is a bad thing and gives people many more tools to categorize you.

      --
      Harrison's Postulate - "For every action there is an equal and opposite criticism"
    2. Re:Good by jez9999 · · Score: 1

      Yeah, and Yahoo! are the perfect guys to be less abusive.

    3. Re:Good by eric_harris_76 · · Score: 1

      Yeah, I've grown tired of that prompting for my real name, too.

      It's also rather hard to find features you don't use much, such as logging out. When I'm away from home, like at the library, I want to do that. I really really want to.

      When the clock is about to run out, I don't want to have to try the Google main page, Google Alerts, my YouTube home page, Google Crochet and such to find the inconspicuous part of the obscure page where this is possible.

      Yeah, I know it's not that hard a thing to remember, once you know it. But why should we have to remember it? And what about the first time we need to know it, when there's nothing to remember yet?

      Grrr!

      --
      There's no time like the present. Well, the past used to be.
  6. Ads on Youtube are getting obnoxious by JoeyRox · · Score: 4, Informative

    For my own experience the quantity and length of ads on Youtube has reached the tipping point where I start dreading even going to Youtube anymore. It's fine to see a 5 second ad for a video I know I will enjoy, but the ads on the 'speculative' videos where I'm just hopping around looking for something interesting to watch are beyond ridiculous. The other day I watched 10 crappy videos in a row, all of which had at least a 5 second-then-skip ad at the beginning, and one with a must-watch 15 second ad. That totaled one minute of ads for what turned out to be zero seconds of entertainment.

    1. Re:Ads on Youtube are getting obnoxious by corezz · · Score: 2

      Why don't you use AdBlock+ like the rest of us? I didn't know ads existed on the net until you brought it up just now.

    2. Re:Ads on Youtube are getting obnoxious by DiEx-15 · · Score: 1

      Not only that: There is no quality control over it.

      Friday, I watched an ad for something called "The American Parasite". It was basically making some accusations and saying over 250 million Americans have this "parasite" and it was being covered up by the government and medical fields.All being done in a ASAP Science kind of way in order to somehow get people to trust them.

      Well, knowing what bullshit smells and looks like, I did a quick fact check. Turns out this "parasite" is nothing more than a yeast (Candida to be exact) that feeds on sugar. Not only that: the ad makes a whole lot of bogus and Correlation = Causality shit. All they wanted is for people to go to their complete moonbat site, watch a TL;DW video that makes even more bullshit moonbat claims, and for people to buy this probiotic crap.

      The moral of this story is that it won't be long before even more moonbats with pseudoscience take advantage of this and advertise a plethora of "You can't skip these" bullshit ads selling shit and sugar.

  7. Re:Ooh, me, me! by flyneye · · Score: 4, Interesting

    Yahoob! Roll a doob, squeeze her boobs, gonna veg on the intertube!
    Hey, lookout , here comes the lube, Microsoft hosting pr0n on a Bling Redtube!
    Out of the grave, here comes it sista, hosting world access TV is Alta Vista.
    Ibeen had to watch more ads, faster dates who masturbate on Iphone webcam.
    They got you hooked, you always look, youve forgotten how to read a book.
    To sit and dream and often wonder, to shit and smell and fart like thunder,
    in your hand a mangled book, those days are gone, dont be mistook.
    For now your droid does all the work and wipes your butt, while you jerk.

    --
    *Repent!Quit Your Job!Slack Off!The World Ends Tomorrow and You May Die!
  8. Holy 2005, Batman! by kimvette · · Score: 2

    Holy 2005, Batman!

    Google has a 9 year lead in this and they've been doing it better than anyone. How does Yahoo expect to compete in this space?

    Honestly the one company I'm surprised HASN'T entered this space is Microsoft because their M.O. lately hasn't been to improve their core product offerings and give customers what they want, but to get into market segments where they see OTHERS succeeding, only to fail miserably (see: MP3 players, search engines) - even in cases where they once dominated the market then let it languish without further development because it hadn't hit critical mass yet (see: PDA/multimedia devices and Smartphones).

    --
    The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
    1. Re:Holy 2005, Batman! by rainwater · · Score: 3, Informative

      They can compete by offering better revenue for more high quality content. If you read the article, they are not trying to build a "Youtube". It is more like Hulu for web only videos.

    2. Re:Holy 2005, Batman! by FlyingGuy · · Score: 2

      This is really simple. They have the infrastructure, they have the bandwidth. There are a lot of really quality content generators out there that Google just rapes. Here is a really cogent explanation ( ironically on You Tube ) by Jack Conte of Pomplamoose.

      http://www.youtube.com/watch?v...

      Really listen to what he is talking about and you can understand how Yahoo could just kick Google's ass in this space.

      --
      Hey KID! Yeah you, get the fuck off my lawn!
  9. so close! by slashmydots · · Score: 1

    Anyone who makes a youtube clone with less ads and no stupid social-tie-in comment system will demolish youtube very quickly. Unfortunately, since it's Yahoo, they're incapable of doing that. They will screw it up epically.

    1. Re:so close! by corezz · · Score: 1

      Makes u wonder why other long-lived sites like Vimeo, DailyMotion, and maybe a hundred other me-too video sites havne't taken off since they have "less ads and no stupid social-tie-in comment system"? Just a curious question.

    2. Re:so close! by TWX · · Score: 1

      There already are sites like Vimeo that don't have the social-tie-in. Obviously it's not working like you propose.

      I'm just getting tired of all of the Youtubers constantly showing up on each other's channels for little more than self-promotion. Once in awhile is fine, but it seems like they're cross-pollinating in a giant Youtube circle-jerk and unless you're following all of them it gets rather old rather quickly.

      --
      Do not look into laser with remaining eye.
    3. Re:so close! by hendrips · · Score: 1

      I don't know about Vimeo, but it's been my experience that a several of these competing video sites actually have more annoying and intrusive ads, though no Google+, thank God. Maybe I've just been unlucky.

    4. Re: so close! by wintermute000 · · Score: 1

      So, less ads and no data mining, it will get money via unicorns I presume.

  10. Welcome by jones_supa · · Score: 2

    I welcome them. YouTube needs a realistic competitor. Why I say realistic is because there are already a good bunch of similar video sites but they have hard time rivaling YouTube.

    The YouTube support for both watchers and content creators is terrible. If there's a technical problem in the site, good luck contacting anyone. Same thing for video makers: your channel might get flagged as infringing (and thus closed) completely automatically, based on some random troll viewer doing the flagging maliciously. After that, sorting out the situation is rather painful.

    1. Re:Welcome by Overzeetop · · Score: 2

      This is a youtube competitor like Crackle or Hulu is a competitor. It will fail if it wants to be Youtube, given the policies at Yahoo. This is more of a video commerce site for a curated few, not a place to throw up videos for the hell of it.

      --
      Is it just my observation, or are there way too many stupid people in the world?
    2. Re:Welcome by amiga3D · · Score: 1

      This is not really a competitor. Considering what the price is for browsing youtube it's hard to imagine anything better.

    3. Re:Welcome by Mashiki · · Score: 1

      This is a youtube competitor like Crackle or Hulu is a competitor.

      Let's be realistic, if you're outside of the US, and don't use a US based proxy neither one of those work properly. In turn, that's why youtube has the pull it does.

      --
      Om, nomnomnom...
  11. Do the search giants offer job search? by tepples · · Score: 1
    Anonymous Coward wrote:

    Get a job, you cunts.

    Does Yahoo or Google even offer effective search tools for video production jobs?

    1. Re:Do the search giants offer job search? by TWX · · Score: 1

      No, but theatre-technical programs in post-secondary programs will most likely lead to that, plus then one actually gets training on things like set design, lighting, set-blocking, and other important things that most youtubers don't seem to account for...

      In some ways I miss the days of Cable Access TV, when the relative scarcity of timeslots helped weed-out the absolute-worst content. It still may not have been great, but if you couldn't fill your fifteen-minute or half-hour timeslot with passable content then you lost your timeslot to someone that could.

      --
      Do not look into laser with remaining eye.
    2. Re:Do the search giants offer job search? by tepples · · Score: 1

      theatre-technical programs in post-secondary programs will most likely lead to [job placement]

      Any chance these programs can be done at least partly in the MOOC format?

    3. Re:Do the search giants offer job search? by TWX · · Score: 1

      Probably not. Television production is a trade. There's a lot more applied aspects to learn than there are theoretical aspects to learn in a classroom or via webcast, and a lot of it involves learning how to work as part of a team, which also does not work as part of a webcast.

      --
      Do not look into laser with remaining eye.
  12. Yahoo not only site requiring cell subscription by tepples · · Score: 2

    Yeah, right there you have the biggest problem with yahoo.

    It's not only Yahoo. Facebook reportedly has a similar "verification" process to enable extra privileges, and some sites using Facebook login require this verification, such as AOL's The Huffington Post. So does Google, where the privileges include Gmail and uploading longer videos to YouTube.

  13. Hey Yahoo Just don't by maliqua · · Score: 1

    Try to shove yahoo+ down our throats and it might work out for you

  14. Re:AdBlock = 'Souled-Out' + INFERIOR by TWX · · Score: 1

    Wow.

    I'm so glad that BBSes and Usenet lacked the ability to have bold text when I was fourteen...

    --
    Do not look into laser with remaining eye.
  15. Re:Ooh, me, me! by Anonymous Coward · · Score: 1

    And Yaboob! for the adult section.

  16. Blooming hosts files by tepples · · Score: 2
    I found your mention of ClarityRay interesting. I wonder what they mean by "serving of customized ads to ad-blocked users", especially when people block ads by Content-type like I do. For example, a request for a Flash object on a domain where I haven't whitelisted Flash Player doesn't even get as far as DNS. This means site with text and image articles can show text and image ads, and sites with video articles (such as YouTube) can show video ads. However:

    Hosts do more with less (1 file) at a faster level

    That'd be true if the hosts file processor in operating systems were actually efficient. I proposed an implementation involving a Bloom filter on my page about efficient implementation of a DNS blacklist. But in the operating systems deployed on most deployed PCs, a linear search through a multi-megabyte hosts file takes a while.

    (ring 0)

    Whether a resolver runs in supervisor mode (ring 0) or user mode (ring 3) makes little difference. It's about how efficient the resolution is, and most resolutions take longer than a context switch. There's no guarantee that it actually runs in ring 0; microkernels hand off hostname resolution to a user-space process. One example of this across multiple platforms is running a recursive resolver on localhost. Another is the possibility of storing the hosts file on a file system implemented in userspace (such as FUSE, Samba, or the like). What this ultimately means is that a well-coded user-space resolver can query a hosts file faster than a popular kernel's built-in linear search can.

    Hosts files yield more speed (blocks ads and hardcodes favorite sites - faster than remote DNS)

    One problem with hardcoding favorite sites comes when the IP address for a favorite site changes. That's what the expiry time on each record in a DNS zone was supposed to fix.

  17. Re:AdBlock = 'Souled-Out' + INFERIOR by TWX · · Score: 1

    That particular use of bold made reading his post quite disjointed. His presentation negated the making of his point regardless of validity.

    --
    Do not look into laser with remaining eye.
  18. Re:Copying your way to success by Pinky's+Brain · · Score: 1

    AOL already has their own video streaming service set up, stream quality seems quite nice too ... no user videos though so no direct competition to youtube.

  19. It's got to be by petes_PoV · · Score: 1

    YahooTube

    That is all

    --
    politicians are like babies' nappies: they should both be changed regularly and for the same reasons
  20. broadcast.com by crow · · Score: 1

    Why does Yahoo! need a new YouTube alternative when they already have Broadcast.com?

    http://en.wikipedia.org/wiki/B...

  21. Non-exclusive big-name videos = internet graveyard by default+luser · · Score: 2

    I agree that you have to start at the bottom and build a community if you want to build a solid following. Big name titles mean people will stop in, and forget the place even exists once the video is done playing. I know I did that for years with anything aside from Youtube.

    Not only are they aiming at the wrong end of the spectrum here , the non-exclusive video hosting means that nobody will bother linking to their copy versus the Youtube version. They're both free to watch, but Youtube has the advantage of name and platform support. Why would you make your blog or Facebook post of a video *less accessible* to your readers when Youtube is more widely available as a native app on cheaper mobile devices?

    --

    Man is the animal that laughs.
    And occasionally whores for Karma.

  22. Riiight... by Just+Brew+It! · · Score: 1

    If their recent redesign of YahooGroups is any indication, this will be a massive train wreck. The overhaul of YahooGroups was definitely a case of "fixing" something that wasn't broken. I admin three long-standing fora on YahooGroups (one even dates all the way back to before the eGroups acquisition) and plan to migrate all of them off of their system. Randomly dropped members, members who want to be removed but can't be, and other stupid shit.

    Replacement will be a hosted solution of my choosing, on a server I have more control over. I've had enough.

  23. Re:AdBlock = 'Souled-Out' + INFERIOR by geminidomino · · Score: 3, Informative

    Actually, it's trivial to do so.

    Running more than one computer? You have to manually edit the hosts file on every one.

    Concerned with futureproofing? Google has completely bypassed the hosts file on Android 4.4. I expect the same "feature" to appear on Windows either in the next SP, or the next version.

    Hosts files are sequential lists of entries: completely unsuited for random access.

    Obviously, the superior solution is a local DNS configured to return localhost/your favorite cat video site/your favorite porn site/whatever for all of those scumbag domains.

    APK is just caught in the 80s.

  24. Please destroy eBay, Yahoo! by SethJohnson · · Score: 2

    A long while ago Yahoo tried to compete with eBay offering YahooAuctions. Their heart wasn't in it, and they killed it off. The potential there was huge and because there is no competition, eBay has enjoyed enormous profits at the expense of anyone trying to sell stuff. The commission they take off every sale is huge. Yahoo could shave the commissions down just a bit and still make a healthy profit.

    Oh, and it would be trivial for Yahoo to make a craigslist competitor. I wish they would. Heck, with flickr, they've already got the photo hosting set up. Users would be attracted by improved interface and excellent mobile buying and selling app. At present, Craigslist doesn't care about either of these things and deserves to be knocked off its laurels.

  25. Anyone try to remain anonymous on Youtube? by GodfatherofSoul · · Score: 2

    Google makes it REALLY hard to create accounts now that aren't tied to your real identity. Every time I try with nicknames and non-name handles, I get told there's something suspicious about my account (yeah right) and that they're blocking it.

    If Yahoo doesn't try to make it a social tracking node (like the Google+ crap ruining the comments section), pays out well for hits, and provides a better interface for screening out the crap (low rated videos that get millions of hits based on a good teaser, duplicates, etc.) I think they stand a great chance of seeing a ton of videos migrate.

    --
    I swear to God...I swear to God! That is NOT how you treat your human!
  26. Re:if yahoo builds a youtube... by stokessd · · Score: 1

    Sort of the premium segment like Apple does vs Android.

    When I think premium, I think Yahoo. :D

  27. Archive.org by ikhider · · Score: 4, Informative

    I prefer to post on Archive.org. The site can support different resolutions and can even run on Libre-based operating systems. Also, you don't have to worry about regional restrictions. For example, I may send someone a Youtube link to a friend in Germany, but she cannot view it due to region restrictions. However, an Archive.org link will work. I would prefer Archive.org as the place for original, independent video content. No ads, no stress.

    --
    "SO we bide our time, waiting for a purer kick to bloom and the future is still bleak, uncertain and beautiful" -GSYBE
  28. Re:AdBlock = 'Souled-Out' + INFERIOR by Zontar+The+Mindless · · Score: 1

    If you must know, we're actually quite content just to sit here, watch you talk about yourself in the 3rd person, and continue munching our popcorn.

    --
    Il n'y a pas de Planet B.
  29. JennaMarbles by Trax3001BBS · · Score: 1

    Ars also has an article saying Yahoo maybe poaching Youtube "Stars" like Jenna Marbles.
    http://arstechnica.com/busines...

    Bachelor of Science in Psychology, and later attended Boston University for her Masters of Education in Sport Psychology and Counseling. http://en.wikipedia.org/wiki/J... she's no slouch, and a sense of humor that's just enjoyable.

    I first came across her in the video "How to trick people into thinking you're good looking" http://www.youtube.com/watch?v... and it surprised me how decent it was (as opposed to most videos).

    The bigger surprise? She's making ton's of money from Youtube ($4.3 million at least) - good for her. http://www.celebritynetworth.c...

    Youtube has a video they put together "Rewind YouTube Style 2012" http://www.youtube.com/watch?v... done to the video of PSY - Gangnam Style http://www.youtube.com/watch?v... (working on 2 Billion views , mucho dinero). And where I came across FreddieW ($1.8 million) another good sense of humor.

    Yahoo has a long climb to even become seen as a video source, It went from the next big thing to unnoticed over night. Youtube has become huge and an unexpected source of income to many. Me? I still won't allow ads on my videos, that any aren't being being viewed is irrelevant :}

    disclaimer
    I don't subscribe to any youtube channels, apparently that's a good thing, reading the comments on the Ars article you can't view Youtube, or comment to a video without first going through Google +, I can (it can't be that hard).

    And more importantly, I expect kick backs from all mentioned above.

  30. The kinds of videos that carry advertisements by tepples · · Score: 1

    There are ads on YouTube?

    Yes. The ads typically appear on videos that YouTube won't let you watch because "This video requires Adobe Flash Player" or "The content owner has not made this video available on mobile".

    1. Re:The kinds of videos that carry advertisements by CTU · · Score: 1

      I do not understand the later one, just what the heck dose it matter if someone watches on a mobile device or not?

  31. Benefit: series will continue by tepples · · Score: 1

    [Yahoo will] cherry pick the content and pay a little better. I don't see where it's really any improvement for most people.

    Some people's favorite video producers will be able to afford to license recognizable music for their videos. Or it might just be that the producer can keep producing videos as opposed to ending a series entirely in favor of a better paying job, as this anonymous commenter suggested.

    1. Re:Benefit: series will continue by amiga3D · · Score: 1

      No doubt it will benefit some people but as a competitor to youtube it'll have to improve things for everyone. Not sure that is their goal.

  32. VPN cost by tepples · · Score: 1

    Considering what the price is for browsing youtube

    Does "the price" include the price of a VPN to circumvent "Not available in your country"?

    1. Re:VPN cost by amiga3D · · Score: 1

      I guess that would depend on where you live. Some day soon we may all need VPN's to be safe.

  33. It just might be Broadcast.com by tepples · · Score: 1

    Why does Yahoo! need a new YouTube alternative when they already have Broadcast.com?

    How are you sure this article isn't a Slashvertisement for a grand reopening of Broadcast.com?

  34. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  35. Uncertainty about Vimeo's terms by tepples · · Score: 2

    There already are sites like Vimeo that don't have the social-tie-in. Obviously it's not working like you propose.

    Vimeo's guidelines require uploaded videos to be not only non-infringing but also the uploader's own work (permission is explicitly not enough) and without "commercial intent". Uncertainty around how those rules shall be interpreted makes me hesitant to recommend it as a general-purpose alternative to YouTube. For example, any video containing footage of a video game is banned if uploaded by anyone other than the game's copyright owner, which appears to rules out video game reviews that use footage of the game being reviewed. It also appears to be banned as "Product demos and tutorials" if uploaded by the game's copyright owner.

  36. Re: Good luck with that home page by Atl+Rob · · Score: 1

    You've actually been their, so your the one, interesting! I was imagining it was only used by the elderly who adopted it in the 90s... Go figure.

  37. They can build it... by AmazingRuss · · Score: 1

    ...but nobody will come.

  38. Mobile phone number as unique key by tepples · · Score: 1

    I don't know about Yahoo or Google, but I do know Facebook locks out any number from these "free web services" that is already associated to another user account. These services really want a unique mobile phone number per person.

  39. How is it made not a problem? by tepples · · Score: 1

    People have individual smartphones now. Have for years. It's not a problem for most people.

    What luxury do most families give up in order to afford five smartphones for a family of five?

  40. Oh the irony! by sgt+scrub · · Score: 1

    15 years ago Yahoo! destroyed broadcast.com, something that was better than YouTube will ever be. Now they have decided to start broadcast.com minus the in-house professionals that encoded and streamed the content for you. In April 1999, Yahoo! acquired the company for $5.7 billion (or over $10,000 per user) in stock and renamed it ...

    --
    Having to work for a living is the root of all evil.
  41. Yahoo DID by mr100percent · · Score: 1

    Does nobody remember 2005? Yahoo Video and Google Video competed with YouTube, it was not uncommon to see videos cross-posted on more than one.

  42. JumpCut became Yahoo Video in 2006 by Robbat2 · · Score: 1

    Back in 2006, Yahoo bought JumpCut. I met some of the JumpCut founders shortly after the acquisition, and they were hopeful at the time, because they we being rebranded as "Yahoo Video".

    Other than the implementation of ads, that doesn't different significantly from what they had 8 years ago. Why did it take this long?

    --
    ICQ# : 30269588
    "I used to be an idealist, but I got mugged by reality."
  43. good luck with that by lophophore · · Score: 1

    Yahoo cannot even make yahoo mail work right. The "redesign" -- when it works -- is not user friendly at all. Most of the time it doesn't load pages and show mail at all.

    Good luck getting video going.

    They need to pack their shit and go home, not blow more shareholder money on a(nother) losing venture.

    --
    there are 3 kinds of people:
    * those who can count
    * those who can't
  44. I think they'll lose to Facebook by PJ6 · · Score: 1

    As much as their purchase of Oculus Rift bothered me, I think I can see where it's going now.

    Some day, everyone will have a VR camera on their cellphones or Google Glass. Yahoo will try to catch up, but it won't matter.

  45. Re:I'm content with YOU, "Forrest"... apk by Zontar+The+Mindless · · Score: 1

    You're the one who is projecting and pretending to be other people, not me.

    I *know* who I am, and I do not keep my entire self-image beholden to a single ridiculous "accomplishment" for decades on end. And, no, I am not a sockpuppet for Tom/Barbara Hudson, who joined a couple of years *after* I did, and whom you harassed to the point that s/he left the site rather than put up with you.

    I actually use my Slashdot account, which, unlike yours, does not automatically post at -1 (which is why you quit using it). I've only the one account. I rarely if ever post AC. (Since I've some years' worth of excellent karma to draw on, I've no need to do so.)

    Also, I don't waste my time and others' posting volumes of drivel on a subject about which no-one else gives a shit.

    Are you ready to grow up now? Or at least get back on your meds?

    Or do I need to ring your up mum and have another little talk with her about you?

    --
    Il n'y a pas de Planet B.
  46. Re:Oho, he reveals himself... apk by Zontar+The+Mindless · · Score: 1

    I too can just as easily quote you out of context and "prove" any humourless, asinine thing I want.

    And--any kidding aside, Andy--I know a hell of a lot more about MPS than you might think, having spent nearly 15 years living with someone who has it.

    Also, *I* know how to use punctuation and markup correctly. :P

    --
    Il n'y a pas de Planet B.
  47. Flash Player; preexisting exclusive sublicenses by tepples · · Score: 1

    just what the heck dose it matter if someone watches on a mobile device or not?

    For one thing, mobile devices don't support Adobe Flash Player. They never did in the case of iOS, and they no longer do in the case of Android. YouTube needs Flash Player to obfuscate the advertisement display process and streaming process in order to deter development of effective ad blockers and stream recorders. For another, some video producers had already exclusively sublicensed mobile rights to a party other than YouTube. I'm guessing YouTube assumes that collecting advertisement revenue from viewers on PCs while respecting the producer's existing contractual obligations is better than collecting no advertisement revenue at all.

  48. Re:Wrong - dusting your "points" easily... apk by geminidomino · · Score: 1

    3.) Random access? WTF would you NEED IT FOR??

    4.) HERE IS THE BIG ONE:

    DNS != Superior - DO YOU KNOW HOW OFTEN DNS GETS "REDIRECTED"?

    These two I'm going to use to display that you don't know WTF you're talking about.

    3) "Random Access" is what you call reading data without going through the file line-by-line. If you can't figure out what that's for, then you're as incompetent as you are inane.

    4) I said internally run DNS. If your network is so full of holes that you have to worry about 192.168.0.150 being "redirected", then you're as incompetent as you are inane.

  49. Re:Buy Vimeo by sudorm · · Score: 1

    They unsuccessfully tried to buy DailyMotion already.

  50. Re:You are FUCKING stupid... apk by Zontar+The+Mindless · · Score: 1

    One that posted DAYS after I left this thread to get your bullshit in thinking I wouldn't see it...

    So says the one who followed my posting history backwards...

    --
    Il n'y a pas de Planet B.
  51. Re:You are FUCKING stupid... apk by Zontar+The+Mindless · · Score: 1

    Take a wild fucking guess, asshole.

    --
    Il n'y a pas de Planet B.