rt2yrru / get-flash-videos

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

Normal ustream movie fails #435

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
$ get_flash_videos --debug 'http://www.ustream.tv/recorded/25213585'
No plugins installed
Downloading http://www.ustream.tv/recorded/25213585
-> GET http://www.ustream.tv/recorded/25213585
<- 200 text/html; charset=UTF-8 (54706)
Trying to open plugin ~/.get_flash_videos/plugins/Www.pm
Trying to open plugin ~/.get_flash_videos/plugins/Ustream.pm
Using method 'ustream' for http://www.ustream.tv/recorded/25213585
Error: Failed to post to Ustream AMF gateway at 
/usr/share/perl5/FlashVideo/Site/Ustream.pm line 39.

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 yaa...@gmail.com on 28 Sep 2012 at 11:51

GoogleCodeExporter commented 8 years ago
$ get_flash_videos --update
You already have the latest version.

Original comment by yaa...@gmail.com on 28 Sep 2012 at 11:52

GoogleCodeExporter commented 8 years ago
That works for me....
$ get_flash_videos http://www.ustream.tv/recorded/25213585   
Using method 'ustream' for http://www.ustream.tv/recorded/25213585
Downloading http://www.ustream.tv/recorded/25213585
Downloading 
http://vodp17.ustream.tv/0/1/25/25213/25213585/1_5323924_25213585.flv?tracking=8
61438_22_0_0_0...
Yo_ho_ho_and_a_few_billion_pageviews_of_RUM.flv: 1% (3951.33 / 320851.41 KiB)^C

Even plays...

Using OpenBSD current amd64, get_flash_videos-1.24.20120716 (OpenBSD version), 
I do have modified plugins for channel5 present, shouldn't make any difference. 
I am due to update from build machine to later version.

You don't say which OS, and --update doesn't work until a new version is 
released, your probably on 1.24, but the code has been updated, without a 
version increment, and so there no new version uploaded/ which can be 
downloaded, and -update can be dangerous...

Just happens I updated new tarball,source and uploaded to my github repository 
includes number of fixes, might solve your problems, don't know the os or if 
you installed from a package, no idea if any of these are suitable.

https://github.com/njtaylor/get-flash-videos/downloads

Otherwise you can download direct from the git repository, any changes needed.

Original comment by njtaylor...@gmail.com on 29 Sep 2012 at 12:17

GoogleCodeExporter commented 8 years ago
Thanks, using the latest git version worked.

For completeness, this is what I was using before:

$ get_flash_videos --version
get_flash_videos version 1.25 (http://code.google.com/p/get-flash-videos/)
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 12.04.1 LTS
Release:        12.04
Codename:       precise

The 1.25 looks like a bug - I can only find 1.24 releases on github/gcode.

Original comment by yanghate...@gmail.com on 29 Sep 2012 at 12:45

GoogleCodeExporter commented 8 years ago
Working with git code, we will eventually do a release.

Original comment by zakflash...@gmail.com on 3 Oct 2012 at 7:30