View Single Post
  #7  
Old 06-15-2012, 08:58 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: rtmp download IDM not showing up


Quote:
Originally Posted by daflip
i want to log each rtmp link
Ok so just redirect it to a log file

Code:
$ rtmpsrv > links.log
RTMP Server v2.4-34-g7340f6d
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
Closing connection... done!

RTMPDump v2.4-34-g7340f6d
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              1385.39
INFO:   moovPosition          36.00
INFO:   width                 640.00
INFO:   height                360.00
INFO:   videocodecid          avc1
INFO:   audiocodecid          mp4a
INFO:   avcprofile            77.00
INFO:   avclevel              30.00
INFO:   aacaot                2.00
INFO:   videoframerate        24.99
INFO:   audiosamplerate       48000.00
INFO:   audiochannels         2.00
INFO: tags:
INFO:   ©too                 HandBrake 0.9.5 2011010300
INFO: trackinfo:
INFO:   length                124671601.00
INFO:   timescale             90000.00
INFO:   language              und
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                66498560.00
INFO:   timescale             48000.00
INFO:   language              und
INFO: sampledescription:
INFO:   sampletype            mp4a
6422.078 kB / 121.24 sec (8.7%)q
Exiting

Steven@Steven-PC /c/home/Steven/Desktop
$ cat links.log

rtmpdump -r "rtmp://vc2.any-vue.com/cfx/st/" -a "cfx/st/" -f "WIN 11,1,102,55" -
W "http://demo15.hwdmediashare.co.uk/plugins/hwdvs-videoplayer/jwflv_html5/playe
r.swf" -p "http://demo15.hwdmediashare.co.uk/hwdvideoshare/viewvideo/4315/entert
ainment/rtmp-test" -y "mp4:GNCI/TVpluz/HappyFamilyFellowship/2011/20111006_Chung
KY.mp4" -o 20111006_ChungKY.flv
Reply With Quote