View Single Post
  #5  
Old 09-27-2011, 09:22 AM
TubeDigger TubeDigger is offline
Senior Member
 
Join Date: Jun 2011
Posts: 134
TubeDigger is on a distinguished road
Default

Re: Please help on recording from Peg Central


If you want only this video from that site - just start RTMPdump with the following command line: rtmpdump -r "rtmp://theta-rtmp.pegcentral.com/peg_c_stream/?doConnect=12345&doPublish=54321" -a "peg_c_stream/?doConnect=12345&doPublish=54321" -T "mytestpassword" -y "mp4:tricsmarttv/CCC-2010-04-14-160047.mp4" -o "CCC-2010-04-14-160047.flv"

Code:
c:\>rtmpdump -r "rtmp://theta-rtmp.pegcentral.com/peg_c_stream/?doConnect=12345&
doPublish=54321" -a "peg_c_stream/?doConnect=12345&doPublish=54321" -T "mytestpa
ssword" -y "mp4:tricsmarttv/CCC-2010-04-14-160047.mp4" -o "CCC-2010-04-14-160047
.flv"
RTMPDump v2.4 GIT-2011-07-11 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: trackinfo:
INFO:   timescale             30000.00
INFO:   length                162041880.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   timescale             44100.00
INFO:   length                238175232.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            mp4a
INFO:   audiochannels         2.00
INFO:   audiosamplerate       44100.00
INFO:   videoframerate        29.97
INFO:   aacaot                2.00
INFO:   avclevel              51.00
INFO:   avcprofile            100.00
INFO:   audiocodecid          mp4a
INFO:   videocodecid          avc1
INFO:   width                 480.00
INFO:   height                360.00
INFO:   frameWidth            480.00
INFO:   frameHeight           360.00
INFO:   displayWidth          480.00
INFO:   displayHeight         360.00
INFO:   moovposition          302509684.00
INFO:   duration              5401.40
1133.895 kB / 30.43 sec (0.5%)
or you may try TubeDigger.
Reply With Quote