Slashdot Mirror


BitTorrent Becomes Ever More Legit

lily_bt writes "BitTorrent just signed a deal with 4 entertainment distributors to add more than 1,600 titles to its video library. From 'SuperSize Me' to The Three Stooges to Bollywood films, BitTorrent wants to offer the most comprehensive service when it launches its pay service. The best part is that this content will be made available by subscription." From the article: "Once distrustful of peer-to-peer technologies, Hollywood studios appear more willing to partner with companies such as BitTorrent and video-sharing site Guba.com, which last month partnered with Warner Bros. to distribute movie titles. BitTorrent, widely used to both legally and illegally swap copies of copyright movies, has been aiming to turn its technology into a tool used for legal services."

44 of 169 comments (clear)

  1. cool by spykemail · · Score: 2, Insightful

    The more legit BitTorrent makes itself look the better. As long as I can get quasi-legal fansubs I'm happy.

    1. Re:cool by tepples · · Score: 3, Insightful
      now it will probably be impossible to tell the difference in traffic from the legal and illegal ways of downloading

      And the ISPs are going to cap both legal and illegal ways now. "If you want video, subscribe to our video on demand service, not BitTorrent."

    2. Re:cool by Suzuran · · Score: 2, Informative

      Please understand: FANSUB ARE ILLEGAL. No ifs, ands, or buts. Fansubs are TOLERATED. TOLERATED != LEGAL, or even QUASI-LEGAL. Fansubbing can be stopped at any time once someone gets the money and motivation to enforce the law against fansubbers.

      If you don't like this, do something about it.

    3. Re:cool by PapaZit · · Score: 5, Insightful

      This leads to an amusing possibility: the MPAA/RIAA suing ISPs for blocking BitTorrent.

      --
      Forward, retransmit, or republish anything I say here. Just don't misquote me.
    4. Re:cool by RyuuzakiTetsuya · · Score: 2, Funny

      It would be like if I punched you in the face on the street.

      If you don't complain, then it's legal.

      --
      Non impediti ratione cogitationus.
  2. OMG by teknoboy · · Score: 3, Funny

    They are pulling a Napster! This time without being sued first...

    1. Re:OMG by GundamFan · · Score: 2, Insightful

      You know... I think Bittorrent never really wanted to be the illegal content distribution system of choice... at least on paper.

      --
      I don't give a damn for a man that can only spell a word one way.
      Mark Twain
    2. Re:OMG by nutshell42 · · Score: 2, Interesting
      They are pulling a Napster! This time without being sued first...

      Could be because the movie industry is in almost every respect a bit less evil and a bit less stupid than the music industry. Perhaps because they have the music industry as a bad example on how not to do it.

      --
      Don't think of it as a flame---it's more like an argument that does 3d6 fire damage
  3. Great, but... by Anonymous Coward · · Score: 4, Insightful

    ...why should I suddenly trust them now?

    Every step they've made so far has been in the worst possible faith. I fully expect this to be another step in the same vein. What's their motive this time? Will the distributed content be so crippled and overpriced as to ensure failure and attempt to strong-arm yet more draconian laws?

    Until the RIAA and MPAA are disbanded, I won't be trusting either industry - and I'll be doing my level best to avoid buying their products, even if that means my not having any movies or music at all.

    1. Re:Great, but... by Anonymous Coward · · Score: 2, Interesting

      Until the RIAA and MPAA are disbanded, I won't be trusting either industry - and I'll be doing my level best to avoid buying their products, even if that means my not having any movies or music at all.

      I second you on that. I have actually and drastically reduced the number of movies seen and music heard. Nor I waste my time to download them on P2P network. Simply I prefer to spend my time and money to other activities. There are plenty of things to do in one's life to not get bored.. though there are some people who are endlessly bored and boring. Yet, independent movies and bands have still a great value.

  4. Subscription by Spad · · Score: 5, Insightful

    The best part is that this content will be made available by subscription.

    Let me guess, it'll be in WMV format, you won't be allowed to burn it to DVD and if you terminate your subscription you'll lose access to any movies you've downloaded so far (Assuming, that is, that you're actually allowed to keep them for longer than 24 hours).

    1. Re:Subscription by beh · · Score: 3, Insightful

      What would interest me more is how they would put bittorrent to use with DRM?

      If they want to make sure that only YOU can watch the movie, or - in case you burn it on DVD and give it away - track you down if you spread copies, they would need to make sure that you get YOUR personalised copy of it (either with a fixed end-of-validity: say, you order your copy at 4:38pm, and it times out 4:37 next day -- or imprinted with some signature so that they will know YOU copied the movie), how would that still work with a distributed protocol a la bittorrent?

      I don't see how it could - client caching doesn't make any sense (because of time limits in viewing), and it doesn't make a sense downloading a single block for someone else, just so THEY can download quicker.

      Or - they go and encrypt all movies exactly the same and give you a temporary key for the file to allow you to decrypt it for a short while -- but is there a format that would allow for changing keys? (WITHOUT the danger of someone finding a way to crack the thing without knowing a temporary key? In that case, ANYONE could download a movie and decrypt it permanently - couldn't they?)

    2. Re:Subscription by Kadin2048 · · Score: 5, Insightful

      I'm interested in their answer to this as well.

      This question came up the last time the idea of legitimate, DRM-ed P2P software was discussed, and I didn't see any answer.

      The whole advantage of BT versus a direct transfer protocol is the client-to-client aspect, which can only work as long as each client wants the same file. This means that you can't encrypt every file with a per-user/per-file key, and have to rely on the client software to apply the DRM to the final file. (As I believe iTunes does -- or used to do, anyway; wasn't the whole point of pyMusique that it could save files without applying the DRM?)

      I have no idea how the system actually works, but if I were going to design something like it, I'd say that you'd have to have files that were encrypted with a per-file global key (this theoretically limits their use to users of the service, rather than just everyone, at least until the files+key escape onto the net) and then encrypt the files as they're written to disk (including the temp files) with a per-download key which would be used to enforce the expiration and single-user nature of the files. The keys would have to be kept inside the application, or inside the Windows Media framework, and the system would depend fundamentally on the security of the client software and the its prevention of user access of the keystore.

      Oh, and the peer-to-peer connections between various clients would have to be encrypted with randomly generated keys, so that a user couldn't just capture packets flowing into the machine and reconstruct the un-DRMed file that way. This handshaking could also be used to (attempt to) verify the integrity of the clients to each other, so that a user couldn't inject an untrustworthy client and get un-DRMed content -- although I think it's impossible to block this avenue completely in the long run. (This is the pyMusique approach, at least as I understand it: simulate a client and get the file as normal, but just don't apply the DRM as the 'real' client does. However a P2P based system is more vulnerable to this attack than a centralized, iTMS-like service, since you can't arbitrarily change the handshaking procedure whenever you want: older versions of the client will still be out there, talking to each other, unless you have some sort of remote killswitch or enforced auto-updates.)

      That I know of, there are at least parts of the Windows Media DRM system which remain unhacked, including it's key-management functions for DRMed files; although I suspect this is not due to any fundamental features of the system but more because of its limited use right now (and easier ways to bypass it that don't involve breaking the DRM itself, i.e. Audio Hijack). In the long run, a system like this can only work with any kind of security with Treacherous Computing technology that restricts the user from ever accessing the keystore, and even then I'm not sure you can guarantee security that way.

      Because what you're trying to do is give the user access to something and keep them from it at the same time, all DRM systems are a bit schizophrenic, and this is no exception.

      --
      "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
  5. How is bittorrent a business model? by mobiux · · Score: 4, Insightful

    I thought bittorrent was the technology of filesharing where everyone sends parts of the whole file. Sure there is the tracking file that enables it, but isn't this essentially using everyone elses bandwidth for thier profit?

    It just doesn't make sense to me why anyone would pay for this.
    "Pay us a fee, you can get movies, but you have to share the bandwidth you've already paid for?"

    1. Re:How is bittorrent a business model? by DieNadel · · Score: 5, Insightful

      Unless the businessmodel encompasses something like paying for your bandwidth.

      I have broadband at home, but I spend most of my time working in the office. It would be nice to let bittorrent use my connection while I'm not using it and when I get home I'd be able to download, say, 3 films or something.

      It reminds me of the old time mp3 FTP file sharing: if someone uploads 1MB, then this account would be able to download 10MB.

      Anyway, I usually watch a movie a day. If the monthly subscription is cheaper than a cable, or DirectTV pay-per-view or even renting a movie each day, it would be fine by me to only "own" a movie for 24hs.

      --
      Utinam logica falsa tuam philosophiam totam suffodiant!
    2. Re:How is bittorrent a business model? by spyrochaete · · Score: 2, Interesting

      One of my biggest turnoffs from World of Warcraft is the patching system. You have to run an external client to download mandatory patches. A quick glance reveals that this is a bittorrent client that cannot be configured.

      I tried WoW twice - once during beta and once again recently. In the beta the BT client maxed my bandwidth 100% - maximum uprate and downrate - for a 4.5GB file. The heavy load made my made my modem reset every 20 or 30 seconds and it took me days of dedicated transferring to download the game. When I tried it again a couple of weeks ago they'd eased up somewhat, allowing a maximum downrate accompanied by 20KB/s uprate. When I installed the client it detected that I had an old version and it downloaded the old patches very quickly. However, when a new patch came out (about 160MB) it took over 5 hours to download! Considering I get over 600KB/s down from my ISP it should only have taken a couple of minutes! And, of course, I couldn't play the game until I patched.

      I find this really despicable. Not only do you have to pay $15/m for the game, you also have to pay with your own bandwidth. By comparison, Guild Wars, a game with no monthly fees, offers direct downloads (HTTP or FTP I guess) that always come in at top speed. Even Anarchy Online, a free MMORPG with optional for-pay expansions, offers free HTTP downloads for patches.

      I seem to recall the Real online music store, if it still exists, doing something similar. Music purchasers would automatically upload songs to other purchasers while the client was running. Customers with faster uprates uploaded more, but saw no share of Real's cost savings.

      Few ISPs offer unlimited bandwidth these days. In the case of the WoW beta I sacrificed an additional 2.5GB (over 50%) bandwidth to download the installer. This is really unprofessional in theory, but wouldn't be so bad in practise if it at least worked as reliably as HTTP download.

    3. Re:How is bittorrent a business model? by Anonymous Coward · · Score: 2, Funny

      You should probably speak for yourself. If this person is watching a movie a day, I'm guessing not a lot crops up.

  6. BitTorrent Becomes Ever More Legit by witte · · Score: 3, Informative

    ... in Spain too ?

  7. DRM? by gentimjs · · Score: 3, Insightful

    If these files which I can legally recieve over bittorrent are DRM'ed -or- require me to maintain my subscription to keep watching them, then fughetaboutit. I'm keeping my money, thanks.

  8. More noise to hide in? by also-rr · · Score: 5, Insightful

    No one has managed to place effectice restrictions on HTTP activities because the protocol is too noisy with legitimate activity. Might this now be the same in the future with BitTorrent?

  9. Annoying protocol by Anonymous Coward · · Score: 2, Informative

    In my experiences, BitTorrent is horribly slow unless you open up inbound ports through your firewall to your workstation. This isn't feasible in a corporate environment and I would normally be fine with that since I'm not going to be downloading movies at work, but many people are starting to only offer BitTorrent links for legitimate downloads. The first time I came across it was the Mandriva Club last year.

  10. Coupla points by tygerstripes · · Score: 2, Interesting
    1. Finally Hollywood have worked out how to take advantage of technology (instead of the other way around). This may, I suspect, actually get some people into legally downloading copyrighted content. Maybe.

    2. How much is this gonna cost? Unless it's significantly cheaper than purchasing a DVD, I doubt it'll take the world by storm - there is a certain trust in the DVD format. No mention of prices in TFA - any clues?

    3...
    BitTorrent is building a video store from which customers can download movies at speeds of up to 1 gigabit per second, according to the company.
    1 Gigabit? That's a bit of an outrageous claim, isn't it? Obviously, BitTorrent speed increases with current download demand, but hang on: 1 Gigabit???. Who has that kind of connection speed, exactly?

    Still, it really is encouraging to see major distributors at last display recognition of the fact that these tools and programs are not criminal; they can be put to both lawful and illegal use, and harnessing them is far more productive than trying to suppress them.
    --
    Meta will eat itself
  11. Now all we need... by CastrTroy · · Score: 4, Interesting

    Now all we need is to get the ISPs to stop blocking Bittorrent. That's the only thing I run that actually makes it worth getting high speed, and to get it to work, I not only have to change the port it runs on, I have to change it to a specific port that for some reason they don't check. I think that Bittorrent's biggest adversary will be ISPs who insist on blocking it, or make it a pain to configure in order to cut down on the users' "unlimited" bandwidth.

    --

    Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
  12. Compensation? by fuyu-no-neko · · Score: 5, Insightful

    Part of the P2P model is that we (the customer) do the majority of the distribution work. Will BitTorrent suitably compensate us for our work, say by giving us substantial savings over other methods of buying the films? Or will they try to get a free lunch out of us so to speak?

    I a parallel would be if the local pizza company offered to sell you a pizza for half price, but only if you delivered a pizza to another customer whilst you're at it.

    --
    Don't take the above poster too seriously. He doesn't.
    1. Re:Compensation? by ddvlad · · Score: 2, Funny
      a parallel would be if the local pizza company offered to sell you a pizza for half price, but only if you delivered a pizza to another customer whilst you're at it.
      No, that's not a valid parallel. With p2p you are not tempted to eat the pizza on the way ;)
      --
      Cornholio is a prophet.
    2. Re:Compensation? by CastrTroy · · Score: 2, Insightful

      Pizza stores sometimes have this. There's usually "No Delivery charge", however, they also have "Walk in specials" where if you go and pick it up yourself, you save some money. If there's not distribution (delivery) charge, then the stuff downloaded off bittorrent should be much cheaper than what you can get the same product for at the movie store.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    3. Re:Compensation? by cortana · · Score: 2, Funny
      Will BitTorrent suitably compensate us for our work, say by giving us substantial savings over other methods of buying the films?
      No. :)
  13. Since when is a subscription good? by dema · · Score: 3, Funny

    The best part is that this content will be made available by subscription.

    s/best/worst

  14. why? by Lumpy · · Score: 4, Insightful

    From 'SuperSize Me' to The Three Stooges to Bollywood films, BitTorrent wants to offer the most comprehensive service when it launches its pay service.

    all of those and more are already available on bittorrent. Hell there is already HD Rips of most content available via BT.

    How do they expect to compete with the illigit stuff? I can either download and play the illigit items on anything I own or pay for the content and only play it on the windows machine with the approved player?

    no thanks. Offer it without DRM so I can play it on my archos, mythbox, and other items that are not approved or I am not buying.

    --
    Do not look at laser with remaining good eye.
    1. Re:why? by Lumpy · · Score: 2, Interesting

      No actually, I cant stand the low quality rips on bittorrent, so I simply buy the DVD and then violate the DRM and copyright laws with extreme violence on my pc to turn it into a mp4 files. It's quite a bloodbath when I do that at home. Sometimes if I cant ge to that netflix I rented I'll rip that too for my archos and watch it later on the road. (OMG! THE HORROR! I am the cause of the downfall of freedom!)

      AS for TV shows, yes I still get some off bittorrent, the networks can go pound sand as far as I am concerned as it is no different than borrowing a friends Tape of the show. their claim that it bites into DVD sales of that show is completely bogus. Nobody wants to archive the copy with the network channel ID in the corner, the commercial breaks, and the damn blipvert popup ad's at the bottom.

      --
      Do not look at laser with remaining good eye.
  15. BitTorrent, Inc. versus "bittorrent" by Kadin2048 · · Score: 5, Insightful

    The article does a really bad job of emphasizing the difference between Bittorrent the download protocol/technology, and BitTorrent, the CA-based company.

    It's kind of like what would happen if Yahoo! had named itself "HTTP" back in the early 90s.

    What's basically happening here is that a company (BitTorrent) is marketing a service which (I think) uses the bittorrent protocol to share DRMed movies, as part of a subscription service.

    From a technical standpoint, this has as much to do with the Pirate Bay's use of BT as Apple's iTunes does with AllOfMP3.com, since they both use HTTP. Which is to say, basically none.

    However, from an economic/political standpoint, this could be a good thing depending on how you look at it. Because BitTorrent, Inc. is the 'public face' of the BT protocol, whatever it does reflects on the perception of bittorrrent generally. If it's perceived as being legitimate, then it dampens the kneejerk "bittorrent == piracy" reaction, even though the majority of the traffic using that protocol on the network at any given time may be illegitimate or pirated. This perception is important, since it may be what drives ISPs and others to filter, block, or ratelimit packets on their network. As in many aspects of life, what people perceive to be the truth is far more important than what's actually the case.

    I would wager that at some point, as BitTorrent, Inc. tries to clean up its image, that it will probably try to keep other file-sharing systems from using it's name and trademark -- Azureus will have to be a "distributed peer-to-peer simultaneous transfer client" instead of a "Bittorrent client."

    --
    "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
  16. In an attempt to rent... by Ultronator · · Score: 2, Informative
    We're sorry, but our system indicates that you are not eligible to purchase the item you requested for one or more of the reasons listed below.

    - Your internet browser is not Microsoft Internet Explorer (Firefox compatibility coming very soon!)

    With our sincerest apologies to non-United States and Apple, Linux and other non-Windows users, in order to enjoy the GUBA Premium service, you must be located in the United States, and use Windows 2000 or XP with Windows Media Player 9.0 or higher, which support the Windows Media Digital Rights Management System as required by our premium content providers. We will add other DRM support as soon as it becomes available and approved by major premium content providers.


    So hopefully they mean what they say and they'll actually support more than just windows and ie soon.
    1. Re:In an attempt to rent... by Kadin2048 · · Score: 2, Funny

      The first time I read your comment, I thought you said:
      So hopefully they mean what they say and they'll actually support more than just windows and die soon.

      Which I feel would be the best possible outcome, incidentally.

      --
      "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
  17. DRMed to the dirt by vi9er · · Score: 3, Interesting

    Just checked out guba.com. In Firefox, they tell me that i have to be running IE, and have windows media 9 or higher, "Which support the Windows Media Digital Rights Management System as required by our premium content providers. We will add other DRM support as soon as it becomes available and approved by major premium content providers" CrapTastic!

  18. I dont want subscription by DuncanE · · Score: 2, Interesting

    Can I be honest and say I dont like the subscription model?

    I can already get that quite nicely via NetFlix etc. I want to be able to pay 2 (maybe 5) bucks and download the movie NOW. I dont mind if I have watch it within a week or even within 24 hours before the DRM kicks in, but I dont want to have to pay when I dont use.

    Movies on demand. Thats what we want.

  19. Net Neutrality by quokkapox · · Score: 2, Interesting

    This method of distributing large files which require a lot of bandwidth does an end run around the telcos who are trying to charge large sites extra money, without the need for specific "Net Neutrality" legislation.

    If YouTube were able to distribute their video content (at least the most popular ones) via p2p, they wouldn't need such a large pipe if they're only seeding and running a tracker-like service. The p2p user base will share amongst themselves (which is more efficient anyway for the ISPs). If someone else on my own ISP's network has the video already, I don't need to stream it directly from YouTube or Google, when I can get most of it from my neighbor.

    --
    it's a blue bright blue Saturday hey hey
  20. De minimis is dead by tepples · · Score: 2, Interesting
    Yet, independent movies and bands have still a great value.

    How can one make an independent documentary film if it costs $10,000 to license four seconds of copyrighted TV show that happened to be showing on the television set in one of the documentary subject's room? How can an independent band publish an album if it runs the risk of accidentally tripping over someone's copyrighted melody?

  21. Roadblock by spykemail · · Score: 4, Interesting

    After reading everyone's comments I've come to the opinion that they're going to hit a big roadblock with this. The people most interested in this type of distribution model are the exact same people least interested in putting up with restrictive digital rights management, especially of the Microsoft variety.

    It's almost like these companies don't do any market research at all :(. I, for example, would love to lay the DVD (and all physical distribution formats) to rest in favor of files downloaded over the internet (hint: I already have). It's cooler, it SHOULD be cheaper, files don't get scratched every time I touch them, and I plan to have a computer screen bigger than my TV screen anyway. But there's simply _NO_ way I'm going to pay money for something that requires a Microsoft product to work. I'd rather climb up a skyscraper, wrap one end of a chain of Windows 98 CDs around my neck, tie the other end to a lightning rod, and jump off. I'm also not going to put up with a proprietary DRM of any kind.

    If someone can develop and popularize an open source standard DRM format that has REASONABLE (or at least adjustable - so that I can choose to buy things with less restrictions) restrictions call me.

  22. Helps Net Neutrality by tlabetti · · Score: 4, Interesting

    I think bittorent's deals can eventually help Net Neutrality. If big content providers are successful using bittorent to distribute their properties then they will start to cry foul when bittorent traffic is relegated to the slow speed tier. The content providers such as Warner have properties that the ISPs want (TV shows/on demand movies etc...) and thus they can push the ISPs to keep bittorent traffic untouched.

    The more the big content providers find ways of distributing content directly to the consumer the more interested they will become in telling ISPs to stay out of the gatekeeper business.

  23. Yes. by jb.hl.com · · Score: 3, Insightful

    Given that BitTorrent's number one usage is downloading pirated movies and music, this is a drop in the bucket. And it's not that Hollywood or the RIAA are distrustful of P2P in general, they're distrustful of people using P2P to send around media they own the copyright to.

    Good first step, and I don't agree with the people complaining about DRM on the movies...in the world we live in, where people will take anything not nailed down, it's kind of a necessity.

    --
    By summer it was all gone...now shesmovedon. --
  24. The best part by zoeblade · · Score: 2, Insightful

    The best part is that this content will be made available by subscription.

    Best for who, exactly? Presumably the movie companies, not the customers. This way you get to keep on giving money for the subscription, and when you finally decide to stop, you have no products to show for it.

    I for one will consider downloading albums and films legally just as soon as a method of selling them second hand legitimately appears. Until then, I'll stick to tangible formats which still give me that right.

  25. Its the right formula for Hollywood .. by torpor · · Score: 2, Interesting


    a) .. its the cheapest way for Hollywood to distribute its films: use their end-customers' bandwidth.
    b) .. the tracking available, and 'general concensus' style marketing details that can be gleaned from a torrent, are Super Sexy to Hollywood market scientists
    c) .. tie it in with 'the new Media' ideal that is finally out of the "passé" years in the Hollywood cognescenti, and it means the dream can now be delivered: we own you

    Consider this. Whatever is running on your computer, is 'owning your computer'. Hollywood understands now that the torrent protocol means that, by granting access to sexy media files, media producers can be using your resources in payment (i.e. 'occupying the attention of you/your computer'). Hollywood always has been, and always will be, interested primarily in Time Spent At Attention, because this is one step closer to Give Us Money.

    What, you didn't think torrent was Spyware?

    --
    ; -- the corruption of government starts with its secrets. a truly free people keep no secrets. --
  26. Lets hope they are not. by Belial6 · · Score: 4, Insightful

    Lets hope they are not paying attention. You just told them that you cannot function without buying their product. That means they can do anything they want, and you will still buy it. Given your statment about coding, I assume that you do this for a living? If so, you just told the RIAA that you cannot earn a living without their product. Why in the world would they sell their product for a fair price, and treat you with any respect if you cannot do without it?

    You've put yourself in the position of a haroin addict, and told the only dealer in town, just how bad your addiction is. Don't take this as an insult, because you certainly have a right to buy what products you want, but it is people like you that makes sure consumers have absolutly no leverage in negotiating a fair deal. The RIAA will take 1 of you over 5 of me, because they can charge you 6 times as much as me.