Watch Hulu, youtube (any flash based media site)
Posted: Fri May 08, 2009 11:36 am
I wrote this for LinHES (Arch based) but it should work on any Myth system. Just change the package management commands to fit your distro.
So Hulu doesn't want 3rd party applications to use their service. Fine, why fight them? Instead just use Firefox to view Hulu or any other online video content directly.
Install firefox and flash:
Create a menu entry for Firefox in the Online Streams submenu:
Update /usr/share/mythtv/is.xml with the following:
Restart X and the new menu for Firefox should now be listed. Fire it up.
Go to the following website:
http://app.neuros.tv/
This site is the best online aggregator for online video content I've ever seen. It's used by the Neuros Link box but works with any web browser just fine. It even lists Hulu videos through it.
Register (it doesn't cost anything). Go into the Firefox preferences and make this your default home page. You can also add Hulu, youtube, Justin.tv or any other video site.
Enjoy!
So Hulu doesn't want 3rd party applications to use their service. Fine, why fight them? Instead just use Firefox to view Hulu or any other online video content directly.
Install firefox and flash:
Code: Select all
pacman -S firefox
pacman -S flashplugin
Update /usr/share/mythtv/is.xml with the following:
Code: Select all
<!--#Firefox-->
<button>
<type>STREAM</type>
<text>Firefox</text>
<action>EXEC /usr/bin/Firefox</action>
</button>
<!--#Firefox-->
Go to the following website:
http://app.neuros.tv/
This site is the best online aggregator for online video content I've ever seen. It's used by the Neuros Link box but works with any web browser just fine. It even lists Hulu videos through it.
Register (it doesn't cost anything). Go into the Firefox preferences and make this your default home page. You can also add Hulu, youtube, Justin.tv or any other video site.
Enjoy!