View Single Post
  #7  
Old 12-30-2011, 08:48 AM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: how to install rtmpdumb


"Start" is a button that is like this:
Go to "Start" and then search for "Run" and when is found, click on "Run".
OK!!!!!!!

You should write a command for rtmpdump so that opening it!! You can't open it like other programs by double clicking on it!! OK!!

We write a command for it, like this: (copy&paste them all and replace your neme)
Code:
"C:\user\replace your name\desktop\rtmpdump.exe" -r "rtmp://flash90.ustream.tv/ustreamVideo/10046365" -a "ustreamVideo/10046365" -W "http://static-cdn1.ustream.tv/swf/live/viewer.rsl:85.swf" -p "http://www.ustream.tv/earthcam" -y "streams/live_1" --live -o earthcam.flv
It's a command to opening rtmpdump.exe when it's located in Desktop!! Please Notice at Path!!

Then you have sth like this:
Code:
"C:\user\Bahman\desktop\rtmpdump.exe" -r "rtmp://flash90.ustream.tv/ustreamVideo/10046365" -a
 "ustreamVideo/10046365" -W "http://static-cdn1.ustrea
m.tv/swf/live/viewer.rsl:85.swf" -p "http://www.ustream.tv/earth
cam" -y "streams/live_1" --live -o earthcam.flv
RTMPDump v2.4 GIT-2011-12-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   videocodecid          avc1
INFO:   width                 800.00
INFO:   height                450.00
INFO:   frameWidth            800.00
INFO:   frameHeight           450.00
INFO:   displayWidth          800.00
INFO:   displayHeight         450.00
INFO:   audiochannels         1.00
INFO:   audiosamplerate       16000.00
INFO:   audiocodecid          mp4a
INFO: trackinfo:
INFO: 0:
INFO:   timescale             90000.00
INFO:   language              eng
INFO: sampledescription:
INFO: 0:
INFO:   sampletype            H264
INFO:   type                  video
INFO:   profile-level-id      420014
INFO:   sprop-parameter-sets  Z0IAFOKQGQd/EYC3AQEB4eJEVA==,aM48gA==
INFO:   description           {H264CodecConfigInfo: profile: "Baseline", level:
2.0, frameSize: 800x450, displaySize: 800x450, PAR: 1:1, crop: l:0 r:0 t:0 b:7}
INFO: 1:
INFO:   timescale             16000.00
INFO:   language              eng
INFO: sampledescription:
INFO: 0:
INFO:   sampletype            MPEG4-GENERIC
INFO:   type                  audio
INFO:   config                1408
INFO:   description           {AACFrame: size: 0, rate: 16000, channels: 1, samp
les: 1024, errorBitsAbsent: true, profileObjectType: "LC"}
INFO: rtpsessioninfo:
INFO:   connectiondata        IN IP4 204.107.64.58
INFO:   information           -
INFO:   name                  Live
INFO:   origin                - 151097373 151097373 IN IP4 127.0.0.1
INFO:   timing                0 0
INFO:   protocolversion       0
INFO: attributes:
INFO:   x-qt-text-cmt         source application:H.264 Encoder
INFO:   x-qt-text-inf         -
INFO:   x-qt-text-nam         Live
INFO:   x-qt-text-cpy         2011
INFO:   x-qt-text-aut         EarthCam
1.233 kB / 0.00 sec
Reply With Quote