Open GoogleCodeExporter opened 8 years ago
I get a very similar issue on ubuntu 9.10
get_flash_videos --debug
http://seattletimes.nwsource.com/flatpages/video/mediacenterbc3.html?bcpid=30884
189001&bctid=424765847001
[1] 20880
adam@ganthet:~/tmp$ No plugins installed
Downloading
http://seattletimes.nwsource.com/flatpages/video/mediacenterbc3.html?bcpid=30884
189001
-> GET
http://seattletimes.nwsource.com/flatpages/video/mediacenterbc3.html?bcpid=30884
189001
<- 200 text/html (19700)
Trying to open plugin ~/.get_flash_videos/plugins/Seattletimes.pm
Trying to open plugin ~/.get_flash_videos/plugins/Nwsource.pm
Trying to open plugin ~/.get_flash_videos/plugins/Com.pm
Trying to open plugin ~/.get_flash_videos/plugins/Objects.pm
Trying to open plugin ~/.get_flash_videos/plugins/Tremormedia.pm
Trying to open plugin ~/.get_flash_videos/plugins/Com.pm
Trying to open plugin ~/.get_flash_videos/plugins/Admin.pm
Using method 'brightcove' for
http://admin.brightcove.com/js/BrightcoveExperiences.js
Extracted playerId: 30884189001, videoId: , lineupID:
$VAR1 = bless( {
'messages' => [
bless( {
'source' => '
',
'target_uri' => '/2/onResult',
'version' => 0,
'value' => [],
'response_uri' => ''
}, 'Data::AMF::Message' )
],
'headers' => [],
'version' => 0
}, 'Data::AMF::Packet' );
Error:
Couldn't extract Flash movie URL. This site may need specific support adding,
or fixing.
Please confirm the site is using Flash video and if you have Flash available
check that the URL really works(!).
Check for updates by running: /usr/bin/get_flash_videos --update
If the latest version does not support this please open a bug (or
contribute a patch!) at http://code.google.com/p/get-flash-videos/
make sure you include the output with --debug enabled.
Couldn't download any videos.
Original comment by alogghe
on 10 Aug 2010 at 6:05
alogghe/Comment #1: Your issue is different, you need to quote the URL:
get_flash_videos
'http://seattletimes.nwsource.com/flatpages/video/mediacenterbc3.html?bcpid=3088
4189001&bctid=424765847001'
Original comment by monsieur...@gmail.com
on 18 Aug 2010 at 10:04
It seems that videoId is the site's ID rather than the Brightcove ID. I'll have
a think about this, looks like some sort of generic @videoPlayer=ref: support
should be possible (which might help with issue 155 too).
Original comment by monsieur...@gmail.com
on 18 Aug 2010 at 10:07
It might help after this long time:
I use verson 1.24 with rtmpdump v2.4 on Mac OS 10.8.3 and figured out how to
possibly fix this problem by using a simple text editor:
- take the direct link to the flash video by using Firedebug
- from the debug output of get_flash_videos use the full command that is given
to rtmpdump and copy it to a text editor:
- Options --rtmp and --tcUrl are broken:
-> --rtmp: change rtmp:// to rtmpe://
-> --tcUrl: change rtmp:// to rtmpe:// and add the host after // (you can find this in the debug output in the full video links)
- the host itself seems to be given too: add --host "[host]" to the options.
- copy the whole text into Terminal.app and execute; the video will be
downloaded.
There could be an error, just try to execute this again.
It is inconvenient but for me, it worked.
Original comment by malfel...@gmail.com
on 27 Apr 2013 at 11:21
There was a mistake in my comment:
Instead of Firedebug I meant Firebug, which is a plugin for Firefox.
Original comment by malfel...@gmail.com
on 27 Apr 2013 at 11:23
Original issue reported on code.google.com by
fzihlm...@gmail.com
on 9 Aug 2010 at 8:53