Open GoogleCodeExporter opened 8 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
Original issue reported on code.google.com by
darkside...@gmail.com
on 4 Feb 2012 at 12:30