View Single Post
  #6  
Old 09-29-2012, 08:07 AM
diiaz diiaz is offline
Junior Member
 
Join Date: Sep 2012
Posts: 6
diiaz is on a distinguished road
Default

Re: Rtmp espn all the info.


Quote:
Originally Posted by chap View Post
Code:
rtmpdump -r "rtmp://cp84824.edgefcs.net/espn360i/video/vod/espn/river_1200_09_23_12_13_59_41.mp4" -o t.flv
Code:
rtmpdump
-r "rtmp://cp84824.edgefcs.net/espn360i/video/vod/espn/river_1200_09_23_12_13_59
_41.mp4" -o t.flv
RTMPDump v2.4 GIT-2012-07-26 (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:   duration                7646.59
INFO:   moovPosition            1171990090.00
INFO:   width                   848.00
INFO:   height                  480.00
INFO:   videocodecid            avc1
INFO:   audiocodecid            mp4a
INFO:   avcprofile              77.00
INFO:   avclevel                31.00
INFO:   aacaot                  2.00
INFO:   videoframerate          29.97
INFO:   audiosamplerate         48000.00
INFO:   audiochannels           2.00
INFO: trackinfo:
INFO:   length                  229168000.00
INFO:   timescale               29970.00
INFO:   language                eng
INFO: sampledescription:
INFO:   sampletype              avc1
INFO:   length                  367036416.00
INFO:   timescale               48000.00
INFO:   language                eng
INFO: sampledescription:
INFO:   sampletype              mp4a
7488.805 kB / 48.62 sec (0.6%)
Code:
rtmpdump -r "rtmp://cp84824.edgefcs.net/espn360i/video/vod/espn/RUGBY_event_1200_09_28_12_14_38_46.mp4" -o t.flv
Code:
rtmpdump
-r "rtmp://cp84824.edgefcs.net/espn360i/video/vod/espn/RUGBY_event_1200_09_28_12
_14_38_46.mp4" -o t.flv
RTMPDump v2.4 GIT-2012-07-26 (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:   duration                7520.40
INFO:   moovPosition            1158581543.00
INFO:   width                   848.00
INFO:   height                  480.00
INFO:   videocodecid            avc1
INFO:   audiocodecid            mp4a
INFO:   avcprofile              77.00
INFO:   avclevel                31.00
INFO:   aacaot                  2.00
INFO:   videoframerate          29.97
INFO:   audiosamplerate         48000.00
INFO:   audiochannels           2.00
INFO: trackinfo:
INFO:   length                  225386000.00
INFO:   timescale               29970.00
INFO:   language                eng
INFO: sampledescription:
INFO:   sampletype              avc1
INFO:   length                  360979456.00
INFO:   timescale               48000.00
INFO:   language                eng
INFO: sampledescription:
INFO:   sampletype              mp4a
7840.143 kB / 49.28 sec (0.6%)

Awesome man.... O_O

But one more question... look

Here, i'm locate the route 4 rtmpdump (in my RDP)

C:\Users\NL_Small>f:

Here i run the rtmpdump, to check it run ok.

F:\>NL_Small\rtmpdump.exe
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: You must specify a hostname (--host) or url (-r "rtmp://host[ort]/playp
ath") containing a hostname

But finally i can not run the rtmpdump.

F:\>NL_Small\rtmpdump -r "rtmp://cp84824.edgefcs.net/espn360i/video/vod/espn/R
UGBY_event_1200_09_28_12_14_38_46.mp4" -o t.flv
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Failed to open file! t.flv
Reply With Quote