rtmp protocol on 11.2
I asked the following on a web forum yesterday: "According to http://www.downloadhelper.net/other-tool-check.php I need Replay Media Catcher in order to fetch TV episodes from http://www.fox.com. That's proprietary software only available for windoz. I don't use proprietary stuff like that, only whatever's free for Linux..." The reply: "Well, the rtmp protocol itself is proprietary, so... But anyway. You can use the open source rtmpdump to record those rtmp streams. Because of rtmp's proprietary nature, however, the project has faced challenges from Adobe." zypper se rtmpdump produced nothing, as did http://software.opensuse.org/search Anyone know how to fetch TV episodes from fox.com? -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-multimedia+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-multimedia+help@opensuse.org
Am 24.08.2010 14:20, schrieb Felix Miata:
zypper se rtmpdump produced nothing, as did http://software.opensuse.org/search
Anyone know how to fetch TV episodes from fox.com?
mit freundlichen Grüßen / with best regards Harald Stürmer -- A society that gets rid of all its troublemakers goes downhill. -Robert A. Heinlein, science-fiction author (1907-1988) -- To unsubscribe, e-mail: opensuse-multimedia+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-multimedia+help@opensuse.org
On 2010/08/24 16:03 (GMT+0200) Harald Stürmer composed:
Felix Miata wrote:
zypper se rtmpdump produced nothing, as did http://software.opensuse.org/search
Anyone know how to fetch TV episodes from fox.com?
I hadn't been aware that I was excluding user's home projects. Now that rtmpdump is installed, I still don't know what to do to get an rtmp URL and fetch the video. The page the video is on is not specific to the video chosen. From http://www.fox.com/watch/lietome what I want is the video that's labeled "Headlock, Season 2: episode 18" with URL http://www.fox.com/watch/lietome/348121597001. When I look in Firefox's page info nothing I find seems pointed in the right direction. In DOM inspector something that seems to point in the right direction is in the page's ID=myExperience class=BrightcoveExperience "http://c.brightcove.com/services/viewer/federated_f9?&width=640&heig... true&convivaEnabled=true&convivaID=c3.FOX" When I try any URL above or component thereof on the rtmpdump cmdline with -s or -p, even changing the http to rtmp, all I get is usage messages. rtmpdump -h won't redirect to a file so I can read it all, it has no examples, and there's no man page. http://code.google.com/p/get-flash-videos/ seems like a better direction to take, but has no RPM I can find. From http://code.google.com/p/get-flash-videos/wiki/Installation I but cannot be sure if "Install the Perl modules WWW::Mechanize (required)" is fulfilled by perl-libwww-perl (installed 5.8.30-2.2), or similar for XML::Simple by perl-XML-Simple (installed 2.18-65.2), or if any of the optionals are required (Data::AMF, Compress::Zlib, Crypt::Rijndael). When I try 'get_flash_videos http://www.fox.com/watch/lietome/348121597001' I get: Can't locate WWW/Mechanize.pm in @INC (@INC contains: /usr/lib/perl5/5.10.0/i586-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl .) at /usr/local/bin/get_flash_videos line 2238. BEGIN failed--compilation aborted at /usr/local/bin/get_flash_videos line 2238. -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-multimedia+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-multimedia+help@opensuse.org
On 2010/08/24 19:38 (GMT-0400) Felix Miata composed:
http://code.google.com/p/get-flash-videos/ seems like a better direction to take, but has no RPM I can find. From http://code.google.com/p/get-flash-videos/wiki/Installation I but cannot be sure if "Install the Perl modules WWW::Mechanize (required)" is fulfilled by perl-libwww-perl (installed 5.8.30-2.2), or similar for XML::Simple by perl-XML-Simple (installed 2.18-65.2), or if any of the optionals are required (Data::AMF, Compress::Zlib, Crypt::Rijndael). When I try 'get_flash_videos http://www.fox.com/watch/lietome/348121597001' I get:
Can't locate WWW/Mechanize.pm in @INC (@INC contains: /usr/lib/perl5/5.10.0/i586-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl .) at /usr/local/bin/get_flash_videos line 2238. BEGIN failed--compilation aborted at /usr/local/bin/get_flash_videos line 2238.
I forgot to try combined-get_flash_videos-1.23 first. That seems to get much farther, halting because Data::AMF::Packet (which YaST2 & http://software.opensuse.org/search cannot find) is not installed, but required for Brightcove videos. -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-multimedia+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-multimedia+help@opensuse.org
participants (2)
-
Felix Miata
-
Harald Stürmer