Difference between revisions of "Talk:MythVodka"

From MythTV Official Wiki
Jump to: navigation, search
m (Talk:MythStreams moved to Talk:MythVodka: New name for plugin)
(rtmpdump has changed a lot since this page was written...)
Line 3: Line 3:
 
A version that compiles with trunk was mentioned on the user mailing list....
 
A version that compiles with trunk was mentioned on the user mailing list....
 
see: http://www.gossamer-threads.com/lists/mythtv/users/367146?search_string=mythvodka;#367146
 
see: http://www.gossamer-threads.com/lists/mythtv/users/367146?search_string=mythvodka;#367146
 +
 +
== rtmpdump ==
 +
rtmpdump was removed from sourceforge, and has moved to the MPlayer site. http://rtmpdump.mplayerhq.hu/
 +
The code has been completely rewritten in plain C instead of C++ and is much more compact and efficient now.
 +
A lot of bugs have been fixed and many features have been added. It is also usable as a standalone library.
 +
 +
The gethulu perl script that used to be shipped with the rtmpdump code has been expanded and turned into
 +
a plugin for the get-flash-videos script. The plugin is available at http://gitorious.org/get-flash-videos-plugins/gfv-plugins
 +
 +
Code for extracting the necessary keys from the Hulu SWF files is available here
 +
http://xbmc.org/forum/showpost.php?p=297013&postcount=56
 +
http://xbmc.org/forum/showpost.php?p=419018&postcount=113
 +
http://xbmc.org/forum/showpost.php?p=419018&postcount=114
 +
You will need swfdec to use this code.
 +
 +
PS: Please support swfdec; it is far more useful than gnash. Duplication of effort is wasteful, just kill gnash and drive swfdec to completion. (My opinion, obviously.)
 +
[[User:Hyc|Hyc]] 09:58, 28 December 2009 (UTC)

Revision as of 09:58, 28 December 2009

Any chance this gets updated to work with trunk?

A version that compiles with trunk was mentioned on the user mailing list.... see: http://www.gossamer-threads.com/lists/mythtv/users/367146?search_string=mythvodka;#367146

rtmpdump

rtmpdump was removed from sourceforge, and has moved to the MPlayer site. http://rtmpdump.mplayerhq.hu/ The code has been completely rewritten in plain C instead of C++ and is much more compact and efficient now. A lot of bugs have been fixed and many features have been added. It is also usable as a standalone library.

The gethulu perl script that used to be shipped with the rtmpdump code has been expanded and turned into a plugin for the get-flash-videos script. The plugin is available at http://gitorious.org/get-flash-videos-plugins/gfv-plugins

Code for extracting the necessary keys from the Hulu SWF files is available here

http://xbmc.org/forum/showpost.php?p=297013&postcount=56
http://xbmc.org/forum/showpost.php?p=419018&postcount=113
http://xbmc.org/forum/showpost.php?p=419018&postcount=114

You will need swfdec to use this code.

PS: Please support swfdec; it is far more useful than gnash. Duplication of effort is wasteful, just kill gnash and drive swfdec to completion. (My opinion, obviously.)

Hyc 09:58, 28 December 2009 (UTC)