bgarrels / get-flash-videos

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

some rtmp error #356

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.I enter perl c:/Perl/bin/get_flash videos and URL
2.then I click Enter button
3.and then I wait

What is the expected output? What do you see instead?
See this picture,I see that instead 
http://www.dodaj.rs/f/2/6V/2L7sAWkP/error-with-rtmp.png

What version of the product are you using? On what operating system?
ActivePerl on Windows Xp 32 bit

Please provide any additional information below.

Original issue reported on code.google.com by darkside...@gmail.com on 4 Feb 2012 at 12:30

GoogleCodeExporter commented 9 years ago
Did you install rtmpdump from here? http://rtmpdump.mplayerhq.hu/

type rtmpdump -h in your dos cmd window to display the version/options. If you 
get an error it is not installed or not installed correctly. Should be 
something like this example from OpenBSD:

$ rtmpdump -h
RTMPDump 2.4pl2
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL

rtmpdump: This program dumps the media content streamed over RTMP.

--help|-h               Prints this help screen.
--rtmp|-r url           URL (e.g. rtmp://host[:port]/path)
--host|-n hostname      Overrides the hostname in the rtmp url
....

You can cut and paste text from a dos cmd window no need for a png screen 
capture, click on the very top left of the cmd window the drop down menu should 
contain the edit submenu, you can either select all, or mark an an area to copy 
using the mouse and then press enter to copy. You can also redirect output to a 
file using >file.txt 2>&1 appended to the end of your command, replace file.txt 
with the name you want.

The version of get_flash_videos, is also required... if downloaded from this 
site, it will be 1.24, that version is considerably out of date, and unlikely 
to work for some sites. Also the version of rtmpdump is required - in this case 
I suspect it's missing.

If there is a site specific issue then the URL is required to allow checking or 
at least the site.

Original comment by njtaylor...@gmail.com on 5 Feb 2012 at 2:37