Slashdot Mirror


Netflix Now Offers Instant Online Movie Streaming

An anonymous reader writes "If you're the owner of a video rental store, it may be time to start thinking about getting into a different business, according to ZDNet. Netflix, the online movie rental service, is offering a new feature that allows its subscribers to instantly view movies and TV shows on their PC. From the article: 'Following a one-time, under-60-second installation of a simple browser applet, most subscribers' movie selections will begin playing in their Web browser in as little as 10 to 15 seconds. Movies can be paused and a position bar gives viewers the ability to immediately jump to any point in the movie. In all, the instant watching feature requires only Internet connectivity with a minimum of one megabit per second of bandwidth.' These movies are in addition to the standard DVDs you can have at home, it should be pointed out. You can see a demonstration of the service at the Hacking Netflix blog." Only a small percentage of customers have it available at the moment, but they hope to roll it out to everyone within six months.

2 of 247 comments (clear)

  1. Re:We already have it.. by Constantine+XVI · · Score: 3, Informative

    A) You can't put a full 2hr movie on YouTube without breaking it into 20 chunks, which is a HUGE hassle
    B) YouTube looks like crap on my 15in laptop. What about your 42in 1080p HDTV?
    C) Put YouTube on your TV without a device more advanced than a DVD player

    Not that this doesn't have it's own problems:
    A) Ridiculous bandwith requirements for the common person
    B) Can't put it on your TV easily (again)

    --
    "I think an etch-a-sketch with an ethernet port would beat IE7 in web standards compliance."
  2. Re:*HOW* is the transfer implemented? by AnyoneEB · · Score: 3, Informative
    BTW, I don't think caching and DRM are compatible.
    Sure they are. Company distributes video file encrypted with AES (or another block cipher) and keep the AES key secret. Anyone can download that file. The company has some DRM scheme such that an asymmetric key is generated such that the DRM utility on the customer's computer is only one with access to the private key. The user pays the company and then the company encrypts the key for the video file with the user's key and sends it off. This key may be stored in a key file or may just be put into the video file as metadata along with the title, etc. It doesn't matter because the key is only usable by that one user. (The decrypted key is never stored on the hard drive and is carefully protected when in memory.) As I understand it, this essentially is how MS's WMV (and WMA?) encryption currently works (in terms of process, not specific algorithms). You can look up details on the WMV protection, which is documented to some extent, but, as far as I know, not cracked.
    --
    Centralization breaks the internet.