How could we add one of these feeds to the HME/VLC video streamer?To include the Hulu embedded videos in the feed, check the "add video" checkbox before adding the feed to your RSS news reader. Note, this may increase load times for reading the RSS feed.
takes you to a page that redirects you to<media : player url="http://www.hulu.com/embed/0lMHFie3EbrGP4bJxvjcLA" width="512" height="296"/>
So would this work in .9 and above..? but .9 does not work right with the HME/LC streamer..Starting from VLC revision 18876 (which means 0.9.0-svn after 17/02/2007), you can stream flash with VLC. You also need to build VLC with a fairly recent ffmpeg version (r7593 21/01/2007 or newer).
You can then use the following command line to do HTTP Flash Video streaming:
% ./vlc --sout "#transcode{vcodec=FLV1,acodec=mp3}:std{access=http,dst=0.0.0.0:8081/stream.flv}"