Slashdot Mirror


BBC To Create 'Catch-Up TV Player'

grouchal writes "The BBC Trust (a semi independent regulator) has just approved the BBC's efforts to launch iPlayer (no new info on this link yet). This means that UK residents can watch broadcast BBC programs out of sync with the broadcast schedule by up to 30 days for free. The iPlayer will launch for the PC but is expected on Media Center, Xbox 360 devices in the near future. The approval also included some constraints." This would really have made my life a lot simpler when my tivo died a couple of weeks ago.

6 of 146 comments (clear)

  1. OS X as well... by BWJones · · Score: 4, Informative

    I should also add that the BBC will also support OS X.

    --
    Visit Jonesblog and say hello.
    1. Re:OS X as well... by xoyoyo · · Score: 4, Informative

      Not according to the BBC:

      But the trust has asked the BBC to ensure that the iPlayer computer application can run on different systems - such as Apple Macs - within "a reasonable time frame".

      Earlier this month BBC Future Media boss Ashley Highfield said the corporation was committed to rolling out the iPlayer on Windows PCs first of all, and then cable TV services, Apple Macs, and eventually Freeview boxes.

      But the BBC said it could not commit to a two-year deadline to achieve this goal, saying it was up to the third parties concerned. (my emphasis)

      Source: http://news.bbc.co.uk/1/hi/entertainment/6607083.s tm

      iPlayer is built on top of Windows Media Player using Windows DRM - part of the BBC's stunning support for open standards and multiplatform development. Even if they do ship it for Mac the DRM issue will probably limit the programmes you can download.

    2. Re:OS X as well... by crush · · Score: 4, Interesting

      I don't get the BBC at all. They make a lot of noise about how they can't release some material in some formats because it would create competition for private industry, but then they prop up the largest monopolist in software world. They also waste massively stupid amounts of bandwidth by broadcasting their archived material in e.g. RealPlayer format instead of something more compact like OggVorbis or even MP3 (take a listen to their BBC7 radio station), there's no need to broadcast that material in that high a quality. It makes it wasteful for most people to listen online and it creates exactly what they say they want to avoid: a very high quality digital copy that competes with commercial vendors (e.g. of books on CD).

  2. UK Resident by Short+Circuit · · Score: 4, Insightful

    This would really have made my life a lot simpler when my tivo died a couple of weeks ago. Not really...You're not a UK resident.
  3. DRM'd pile of crap by MartinG · · Score: 4, Insightful

    Even though I am a UK BBC license fee payer, I won't be able to use this service I have paid for, because I don't use Windows and in and case I'm mot prepared to accept DRM.

    I'll continue downloading DRM free BBC shows via bittorrent just as I have for a while now. I have no moral objection to doing this since I've paid for the content anyway.

    How long are we going to continue in a situation where the unofficial channels of content delivery are superior to the official ones? Surely it can't be forever and DRM will soon have to die?

    --
    -- MartinG To mail me: echo kewyjlcxyzvjfxbqwh | tr bcefhjklqvwxyz .@adgimnoprstu
  4. Re:Linux? by Ngwenya · · Score: 4, Informative

    Firstly, I think it very unlikely that the current iPlayer mechanisms would/could be be ported to Linux. They're heavily dependent on Windows DRM, which in turn is heavily dependent on the Windows architecture (complete with Windows' methods for detecting debugger operations to prevent DRM bypass). Thus, while the APIs could be replicated on Linux/OS X, the protections would be trivial to bypass. Leaving aside whether MS would permit a porting effort.

    OS X probably has a better shot - since you could implement the APIs without much extra paranoia, but use the inbuilt TPM on Intel Macs to ensure the OS and running environment was in a known good state. Since you can't count on a Linux box having a TPM, you can't make reverse engineering of the DRM system more difficult.

    For what its worth, the tech guys at the BBC are fully aware of Linux, and it is in their plan to support it via iPlayer. The best way of accomplishing this isn't through technical means, but political. It's important for people to understand why the BBC is using DRM. They don't want to - it just increases running costs and introduces new points of failure into an already complex system. But the programme makers (who are often not the BBC) together with the contracted personnel who produce the programs insisted that any attempt to broadcast content in the clear would count as unlimited repeat broadcast. Which is fine, but it would cost the BBC a fortune to pay out as per contractual requirements. Hence the DRM enforced limitations, which are a sort of contractual enforcement by proxy. A pretty crappy one, but one which the lawyers would accept.

    It's a simple problem to state, but hard to fix at a technical level - because there's no real technical problem. Existing contracts for TV works are written in language which predates the Internet and the on-demand style of viewing. Thus, it's always expressed in terms of initial showings, repeat fees, differential media exploitation rates, etc. Recent contracts which the BBC is creating are far more encompassing of alternative distribution technologies. So the final solution is to get far more sane exploitation rights written into contracts, which accurately reflect TV watching habits of the 21st century, and to stop wishing that the Internet and its on-demand modes of use would just go away.

    Of course, the ultimate stupidity of all of this is that the programmes are being broadcast in digital form completely unencrypted right now! DVB-T/C/S transmissions spit this stuff out in full resolution (whereas iPlayer doesn't) which a $200 PC card can receive and store the content on a persistent device. It's almost like the the lawyers put their fingers in their ears and sang "Lalala! Can't hear you!" when this gets mentioned.

    End result: Build a MythTV box with a Freeview card. You can suck down as many channels as you like and keep it for ever. Transcode to H.264 and a 500GB hard disk will keep 6 months of programming easily.

    --Ng