edelmoral / get-flash-videos

Automatically exported from code.google.com/p/get-flash-videos
0 stars 0 forks source link

Brightcove --> no url found, therefore got no video #154

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. get_fash_videos ..... see below

What is the expected output? What do you see instead?
--> getting the Flash video

What version of the product are you using? On what operating system?
--> 1.23 on debian lenny

Please provide any additional information below.
--> The movies can only be seen from a German IP address. I can provide access 
to my server for further debugging. Please ask for the details with mail to 
fzihlmann@gmail.com.

Thanks so far
Fabian

Below see the output (--debug mode):

command -->get_flash_videos --debug 
'http://www.sky.de/web/cms/de/hl_video_layer.jsp?videoId=793373&TB_iframe=true&h
eight=400&width=601'

No plugins installed
Downloading 
http://www.sky.de/web/cms/de/hl_video_layer.jsp?videoId=793373&TB_iframe=true&he
ight=400&width=601
-> GET 
http://www.sky.de/web/cms/de/hl_video_layer.jsp?videoId=793373&TB_iframe=true&he
ight=400&width=601
<- 200 text/html;charset=ISO-8859-1 (6652): UTF8 on, ASCII, 6652 characters 
6652 bytes
Trying to open plugin ~/.get_flash_videos/plugins/Www.pm
Trying to open plugin ~/.get_flash_videos/plugins/Sky.pm
Trying to open plugin ~/.get_flash_videos/plugins/De.pm
Trying to open plugin ~/.get_flash_videos/plugins/Premiede.pm
Trying to open plugin ~/.get_flash_videos/plugins/Ivwbox.pm
Trying to open plugin ~/.get_flash_videos/plugins/De.pm
Trying to open plugin ~/.get_flash_videos/plugins/C.pm
Using method 'brightcove' for 
http://c.brightcove.com/services/viewer/federated_f9/26061242001?isVid=1&publish
erID=24177331001
Extracted playerId: 28367615001, videoId: 793373, 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 issue reported on code.google.com by fzihlm...@gmail.com on 9 Aug 2010 at 8:53

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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