How to use RTMPDump? - rtmp dump tutorialsHow to use rtmpdump? I don't understand it. Can someone post instructions?
|
Re: How do you use rtmp dump (rtmpdump tutorials)?In Windows Run Command Prompt, go to the directory with rtmpdump.exe using cd command and run rtmpdump.exe .
rtmpdump basic usage Code:
rtmpdump -r "rtmp://host/dir/file.flv" -o filename.flv Code:
--help|-h Prints this help screen. SWF Verification Download the swf player you want to use for SWFVerification, unzip it using Code:
$ flasm -x file.swf Now generate the hash Code:
$ openssl sha -sha256 -hmac "Genuine Adobe Flash Player 001" file.swf Code:
$ ./rtmpdump --swfhash "123456..." --swfsize 987... |
Re: How do you use rtmp dump?Quote:
Do i need any other programs to find the links or anything. |
Re: How do you use rtmp dump (rtmpdump tutorials)?Yes, you need other programs to find RTMP URLs, find RTMPE stream URLs.
You may also need to find additional parameters. Sometimes you can find them from the source of the web-page. You can also use two additional server programs, rtmpsrv and rtmpsuck that come with rtmpdump 2.1: rtmpsrv is a stub for a server; it logs the connect and play parameters from a regular client that connects to it. These parameters can then be used with rtmpdump to retrieve a stream. rtmpsuck is a transparent proxy; it intercepts connections from a client and then makes an outbound connection to the real server. After all handshaking is complete and encryption keys with both sides are negotiated, it records the cleartext stream data into files while relaying the data from the server to the client. |
Re: How do you use rtmp dump?Quote:
Also i found a new program called flazr I don't know how to use that either maybe you can help. |
Re: How do you use rtmp dump (rtmpdump tutorials)?Quote:
Quote:
|
Re: How do you use rtmp dump?here is a command line using mtv's website as an example:
Code:
rtmpdump.exe --swfhash 1155163cece179766c97fedce8933ccfccb9a553e47c1fabbb5faeacc4e8ad70 --swfsize 563963 --swfUrl "http://media.mtvnservices.com/player/release/?v=3.14.0" -r rtmp://cp10740.edgefcs.net/ondemand/mtvcomstor/_!/mtv.com/onair/the_stew/comp_reel/mt_71824_stew_26_320.flv -o mt_71824_stew_26_320.flv the swfhash and swfsize were generated by: Quote:
|
Re: How do you use rtmp dump?For rtmpdump users,
New RTMPE and SWF Auth method was released from Adobe. Does anyone can get this hyper protected flv by using rtmpdump ? www.dai2ntv.jp: How to download RTMPE stream with SWF Authentication (Adobe Flash) |
Re: How do you use rtmp dump (rtmpdump tutorials)?How to download flash video RTMP/RTMPE streams with freeware rtmpdump and URL Snooper.
Please note that RTMP/RTMPE streams that use SWF Verification are supported by rtmpdump, but you need to provide some additional parameters. Related: FLV Players: How to play captured .FLV videos |
Re: How do you use rtmp dump (rtmpdump tutorials)?rtmpdump 2.1 parameters
Code:
--help|-h Prints this help screen. SWF Verification and rtmpdump 2.1 Unlike previous versions, rtmpdump 2.1 can compute hash/size of an SWF player automatically. You don't need to download the player, unpack it and compute its hash anymore. Just provide the URL to the SWF player by using the -W parameter: Code:
--swfVfy|-W url URL to player swf file, compute hash/size automatically |
All times are GMT -6. The time now is 02:32 PM. |