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 |
Re: How do you use rtmp dump (rtmpdump tutorials)?rtmpdump 2.2 now includes a formatted manual page...
RTMPDUMP(1) RTMPDUMP(1) NAME rtmpdump - RTMP streaming media clientSYNOPSIS rtmpdump -r url [-n hostname] [-c port] [-l protocol] [-S host:port] [-a app] [-t tcUrl] [-p pageUrl] [-s swfUrl] [-f flashVer] [-u auth] [-C conndata] [-y playpath] [-v] [-d subscription] [-e] [-k skip] [-A start] [-B stop] [-b buffer] [-m timeout] [-T key] [-w swfHash] [-x swfSize] [-W swfUrl] [-X swfAge] [-o output] [-#] [-q] [-V] [-z]DESCRIPTION rtmpdump is a tool for dumping media content streamed over RTMP.OPTIONS Network Parameters These options define how to connect to the media server.Connection Parameters These options define the content of the RTMP Connect request packet. If correct values are not provided, the media server will reject the connection attempt.Session Parameters These options take effect after the Connect request has succeeded.Security Parameters These options handle additional authentication requests from the server.Miscellaneous EXIT STATUS 0ENVIRONMENTSuccessful program execution.1Unrecoverable error.2Incomplete transfer, resuming may get further. HOMEFILESThe value of $HOME is used as the location for the .swfinfo file. $HOME/.swfinfoSEE ALSOCache of SWF Verification information rtmpgw(8)AUTHORS Andrej Stepanchuk, Howard Chu, The Flvstreamer Team RTMPDump v2.2a 2010-03-10 RTMPDUMP(1) |
Re: How do you use rtmp dump (rtmpdump tutorials)?Anyone have or can provide a tutorial for a Mac OS user? Not a complete newb (or maybe I am!) but some of the windows command stuff doesn't translate over so well...or at least I can't get it.
Really just the basics of actually running RTMPdump in the terminal |
Re: How do you use rtmp dump (rtmpdump tutorials)?rtmpdump -r "rtmp://bbcmedia.fcod.llnwd.net:1935/a1414/e3?as=adobe-hmac-sha256&av=1&te=connect&mp=bbc7/secure_auth/modem/RBN2_bbc7_-_saturday_1000_b0085hk0_2010_06_05_12_28_08.mp4,bb c7/secure_auth/RBN2_bbc7_-_saturday_1000_b0085hk0_2010_06_05_12_27_46.mp4&et =1275766361&fmta-token=d0c7ff443c9b8eb935df30bc2dd8a2b87e5479b15a30 0c661bba5a928a17d368" -a "a1414/e3?as=adobe-hmac-sha256&av=1&te=connect&mp=bbc7/secure_auth/modem/RBN2_bbc7_-_saturday_1000_b0085hk0_2010_06_05_12_28_08.mp4,bb c7/secure_auth/RBN2_bbc7_-_saturday_1000_b0085hk0_2010_06_05_12_27_46.mp4&et =1275766361&fmta-token=d0c7ff443c9b8eb935df30bc2dd8a2b87e5479b15a30 0c661bba5a928a17d368" -f "WIN 9,0,260,0" -W "http://www.bbc.co.uk/emp/9player.swf?revision=18182_20020" -p "http://www.bbc.co.uk/iplayer/console/b0085hk1" -y "mp4:bbc7/secure_auth/RBN2_bbc7_-_saturday_1000_b0085hk0_2010_06_05_12_27_46.mp4" -o RBN2_bbc7_-_saturday_1000_b0085hk0_2010_06_05_12_27_46.mp4
|
Re: How do you use rtmp dump (rtmpdump tutorials)?Quote:
I have a question of swfsize. What is the swfsize? is that hashdata of sha256? like a "e2436d6201f4265a0a0ad974165a3b26a6f302ba8e7cfebd6 dfad2cac28105e1" ? I can't figure out the sha256num of a flash player. ![]() |
Re: How do you use rtmp dump (rtmpdump tutorials)?The -W switch in rtmpdump is included for the purpose of calculating the swf size and hash values for you.
All you really need do is include the -f switch giving details of the Flash version installed in your computer, and the -W switch giving the URL of the swf file specified in the webpage which serves the Flash file you want. Example (for the Windows browser plugin, i.e. for Internet Explorer, where you have the Flash Player 9 release 260 plugin installed): -f "WIN 9,0,260,0" -W "http://www.bbc.co.uk/emp/9player.swf?revision=18269_21576" |
Re: How do you use rtmp dump (rtmpdump tutorials)?It is said that the rtmpdump can also be used for Mac, but I've only seen for windows and for Android. Is the other one for mac? How to use it as I'm not quite familiar with the Mac command
Tks:o |
Re: How do you use rtmp dump (rtmpdump tutorials)?To install rtmpdump, rtmpsuck, rtmpsrv in Ubuntu 10.10 Maverick, just type the following in the terminal:
Code:
sudo apt-get install rtmpdump |
Re: How do you use rtmp dump (rtmpdump tutorials)?RTMPdump is a command line application. you can't run it by double clicking. easiest way for you will be to create a batch file and then run it.
Code:
1. Open up Notepad in Windows. Code:
rtmpdump -r "rtmpe://cp40493.edgefcs.net:1935/ondemand?ovpfv=2.1.4" -a "ondemand?ovpfv=2.1.4" -f "WIN 10,2,159,1" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.1.7.0.swf" -p "http://www.southparkstudios.com/full-episodes/s15e01-humancentipad" -y "mp4:mtvnorigin/gsp.comedystor/com/sp/season-15/1501/acts/sp_1501_act1_1280x720_1200.mp4" -o sp_1501_act1_1280x720_1200.flv |
Re: How do you use rtmp dump (rtmpdump tutorials)?Hi!
I want to record an ongoing live event that runs for weeks. So I need to record it in segments, like one hour. And I would like this to run automatically so that rtmpdump keeps recording hour long files like file1.flv, file2.flv, file3.flv and so on. Is it possible to do this with the commant line tool? Thanks for any help w this! |
Re: How to use RTMPDump? - rtmp dump tutorialshey guys,
i have a list of 109 rtmp streams i'm running mac os x 10.8 now i wrote a shell with this code Code:
rtmpdump -r rtmp://file1.mp4 -o ../1.flv Another thing: i noticed that the streams got meta data in form of Code:
INFO: ©nam VIDEO_TITLE |
How to use RTMPDump? - rtmp dump tutorialsDon't use a shell, that won't work.
You need to use a batch file instead, as rtmpdump will execute successive batch commands. http://www.aumha.org/a/batches.php http://en.wikipedia.org/wiki/List_of_DOS_commands |
Re: How to use RTMPDump? - rtmp dump tutorialsQuote:
|
Re: How do you use rtmp dump (rtmpdump tutorials)?how to give a end to a livestream ? ctrl + v ?
|
Re: How do you use rtmp dump (rtmpdump tutorials)?Quote:
If you click on the window's CLOSE button, for example, the recording of the live stream will end without corrupting the recorded file. |
Re: How to use RTMPDump? - rtmp dump tutorialsAnyone reading this thread might also find the following threads useful -
RTMPDump v2.1d and BBC iPlayer for Windows 7 - http://stream-recorder.com/forum/sho...1800#post31800 Successful download of RTMPE Handshake 9 stream using RTMPdump v2.4, 2011-07-23 build for Windows 7 - http://stream-recorder.com/forum/suc...1.html?p=31422 |
Re: How to use RTMPDump? - rtmp dump tutorialsI followed the instructions on how to install rtmpdump in linux...not easy for a nooB like me, but I was able to do it, and then I tried using the command, and the link I had:
~ $ rtmpdump -r rtmp://s1gteugew2m1bz.cloudfront.net:80/cfx/st -o test.flv But the response I get is: RTMPDump v2.4 df6c518~git (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Segmentation fault Now, I do not know if this is an error msg, or what. What does it mean? Thank you all!! |
Re: How to use RTMPDump? - rtmp dump tutorialsmaybe a simple question but how can i copy the text on rtmpsuck or rtmpsrv? :D
|
Re: How to use RTMPDump? - rtmp dump tutorialsHow can I find out swfurl, page url, and play path given only rtmp stream?
|
Re: How to use RTMPDump? - rtmp dump tutorialsQuote:
|
Re: How to use RTMPDump? - rtmp dump tutorialsHow can I dump something like this:
Code:
file=test.mp4 Thanks |
Re: How do you use rtmp dump (rtmpdump tutorials)?You can play RTMP streams in your browser.
This program will generate the code for you. http://www.4shared.com/get/fQcSSEFMba/RTMP_pplayer.html |
Re: How to use RTMPDump? - rtmp dump tutorialsThis is a working link -
http://search.4shared.com/q/CCAD/1/R...ayer?suggested You must first sign-in / log-in to your 4Shared account, before the sire will let you download any files. |
play RTMP in your browser with RTMP_pplayerYou can play RTMP streams in your browser.
This program will generate the code for you. Much easier than RTMP Dump. **** Updated link below: http://www.4shared.com/zip/pHFvejTlb..._pplayer.htmll |
Re: play RTMP in your browser with RTMP_pplayerQuote:
RTMP_pplayer.zip is unavailable. Site 4shared.com says this file was deleted. |
Re: How to use RTMPDump? - rtmp dump tutorialsHi!
Someone can help me to build the sentence to download this video from this sentence: ('Servidor 1 (BR)','player_alfacon.swf','rtmp','rtmps://51a31bcacc912.streamlock.net/alfaconcursos2s','aula/lilian_novakoski/ate/ln_ate_00001.mp4','100/lilian_novakoski/ate/ln_ate_00001.mp4','200/lilian_novakoski/ate/ln_ate_00001.mp4','http://51a31bcacc912.streamlock.net:1935/alfaconcursos2s/_definst_/mp4:200/lilian_novakoski/ate/ln_ate_00001.mp4/playlist.m3u8') I tried a number of ways, but none worked. Please!!!! Help!!! :( |
Re: How to use RTMPDump? - rtmp dump tutorialsQuote:
Code:
livestreamer hlsvariant://http://51a31bcacc912.streamlock.net:1935/alfaconcursos2s/_definst_/mp4:200/lilian_novakoski/ate/ln_ate_00001.mp4/chunklist_w788361268.m3u8 best -o lilian_novakoski.ts Code:
livestreamer hls://http://51a31bcacc912.streamlock.net:1935/alfaconcursos2s/_definst_/mp4:200/lilian_novakoski/ate/ln_ate_00001.mp4/chunklist_w788361268.m3u8 best -o lilian_novakoski.ts |
Re: How to use RTMPDump? - rtmp dump tutorialsQuote:
This video is a class-video and requires a key to access... I don't know if this information could change the tag... |
Re: How to use RTMPDump? - rtmp dump tutorialsQuote:
but the second "livestreamer hls://http://......." is good and works so the fisrt code is Code:
livestreamer hlsvariant://http://51a31bcacc912.streamlock.net:1935/alfaconcursos2s/_definst_/mp4:200/lilian_novakoski/ate/ln_ate_00001.mp4/playlist.m3u8 best -o lilian_novakoski.ts |
Re: How to use RTMPDump? - rtmp dump tutorialsQuote:
Yes, but just download a few seconds of the video, however the video is almost 30 minutes. Appears a timeout error: Code:
Exception in thread Thread-1: |
Re: How to use RTMPDump? - rtmp dump tutorialsthe m3u8 url is no longer valid
maybe you can post the original page URL of your video in a new thread to find the new m3u8 url Because this thread is "rtmp dump tutorials" |
All times are GMT -6. The time now is 09:12 PM. |