Hulu Again Removed From Boxee and Again Added Back
An anonymous reader writes "In a mouse and cat game, Hulu the popular online content provider of shows, movies, and more has blocked Boxee yet again from accessing the Hulu content from the Boxee application. Just as Boxee added RSS feeds to include Hulu content, Hulu responded with blocking Boxee users from accessing the content via RSS feeds the very same day. RSS feeds are publicly available and it's really disappointing to hear that a site would block certain applications from accessing their content in such a manner. I would assume that the Boxee development team is currently working on disguising its browser to look like Firefox, Internet Explorer, or some other known browser in an attempt to fool Hulu."
Claiming that "Boxee" is like a browser's RSS feed is totally misleading. The software package cuts out the entire site, the adverts, etc and repackages it as almost its own material (with a small source icon).
How would you feel if someone hot-linked your content, consumed your bandwidth, and gave you no advertising revenue in exchange?
Boxee does not strip out the ads. It is still the same video stream, boxee just gives a remote-friendly interface to the media. It is no different than watching Hulu in full screen with your computer plugged into a TV. Hulu allows embedding into another website just like Youtube and other media sites, so how is embedding into the Boxee media player any different?
Also, Hulu's ads are played in the video. How are they being deprived of advertising revenue?
Said, "It's just like dice but it's got more sides And it tells me who lives and who dies"
If every iteration of this cat and mouse game gets on Slashdot, then almost every other story will be about it....
Think Deeply.
There is no "ripping" of content. Hulu lets you embed their videos into another website. Their ads are in the video. Boxee just provides an interface to play the video with it streaming from hulu. If you are wondering why you need another interface, realize that Boxee is a Media Center app. It is streamlined to be controlled with a remote and its main function is playing your own content. Adding hulu into the mix gives you the ability to watch hulu's content legally without having to navigate with a normal web browser. The price you pay is you watch the normal Hulu ads. Sounds like free advertising for Hulu to me.
Said, "It's just like dice but it's got more sides And it tells me who lives and who dies"
You should see the larger image. Boxee is a fork of Xbmc, xbmc but stripped down. Xbmc can run python scripts, check other xbmc plugins which work, ninja video, ted talks, rev3. http://code.google.com/p/voinage-xbmc-plugins/downloads/list I have a plugin for fancast which hosts a lot of the same content as hulu. I'm not sure they intentionally strip out the ads, id be more than willing to sit through them though.
My understanding: Content providers gave Hulu a license to display their works on computers. However, they don't perceive Boxee as a computer; instead, they perceive it as a TV. They haven't given Hulu a license to display their works on TVs, so they're unhappy with Hulu being on Boxee. Of course, there's no difference between "display on a computer" and "display on a tv" anymore, but they don't want this to be true. It's dumb, but that's the media industry for you.
I'd never heard of Hulu so I went to the site and...
I use youtube-dl and mplayer to watch youtube hosted stuff, elsewhere I'll pull the URL manually from script or container files. Hulu can scream that users must use software configuration x/y/z to use their service but that's not how the web has ever worked.
Jason Kilar, CEO of Hulu, admitted on the company's blog that the content owners demanded that Boxee stop displaying Hulu content.
It's scary being a Flash and Flex developer on Slashdot. You guys are unnaturally rabid.
This code, executed on a dd-wrt router, will give all your clients 30 seconds of nothing during commercials when watching Hulu videos. It will block most other browser ads also but what the hell... Works really well with Slashdot.
Just add it to your startup section and enjoy a nearly ad-free internet.
---- /tmp/dlhosts /tmp/hosts\nlogger DOWNLOADED http://www.mvps.org/winhelp2002/hosts.txt\nkillall -1 dnsmasq" > /tmp/dlhosts /tmp/dlhosts /tmp/dlhosts /tmp/hosts /etc/hosts /tmp/dlhosts" >> /tmp/crontab
logger WAN UP Script Executing
sleep 5
test -s
if [ $? == 1 ] ; then
echo -e "#!/bin/sh\nwget -O - http://www.mvps.org/winhelp2002/hosts.txt | grep 127.0.0.1 | tr -d '\015\032' | sed -e '2,\$s/127.0.0.1/0.0.0.0/g' -e 's/[[:space:]]*#.*$//' -e '2,\$s/0.0.0.0 localhost$/127.0.0.1 localhost/g' -e '2,\$s/0.0.0.0 pagead.*.googlesyndication.com//g' | grep 0.0 >
chmod 777
fi
ln -s
echo "45 23 * * 5 root
-----