View Single Post
  #1  
Old 01-08-2012, 07:02 AM
mamudo mamudo is offline
Junior Member
 
Join Date: Jan 2012
Posts: 2
mamudo is on a distinguished road
Default

ERROR: Closing connection: NetStream.Play.StreamNotFound


Hi guys,

I try to download a video from this site:

http://www.kure.tv/inanc/941-aile-re...-Bolum/108854/

With command line

Code:
rtmpdump -r "rtmp://fms.1B3E.edgecastcdn.net/001B3E
/F/2012/1/7/5a2b74b0d5d04da2824b98d396d0bd60.mp4" -a "001B3E" -y "F/2012/1/7/5a2
b74b0d5d04da2824b98d396d0bd60.mp4" -o test.flv
I get following error:

Code:
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: client signature does not match!
INFO: Connected...
ERROR: HandleCtrl: Ignoring SWFVerification request, use --swfVfy!
ERROR: Closing connection: NetStream.Play.StreamNotFound
If I try this command line

Code:
rtmpdump -r "rtmp://fms.1B3E.edgecastcdn.net/001B3E
/F/2012/1/7/5a2b74b0d5d04da2824b98d396d0bd60.mp4" -o test.mp4
I can download the video 5 or ten seconds:

Code:
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: client signature does not match!
INFO: Connected...
ERROR: HandleCtrl: Ignoring SWFVerification request, use --swfVfy!
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              3677.08
INFO:   moovPosition          32.00
INFO:   width                 480.00
INFO:   height                360.00
INFO:   videocodecid          avc1
INFO:   audiocodecid          mp4a
INFO:   avcprofile            66.00
INFO:   avclevel              21.00
INFO:   aacaot                2.00
INFO:   videoframerate        25.00
INFO:   audiosamplerate       44100.00
INFO:   audiochannels         2.00
INFO: trackinfo:
INFO:   length                9192700.00
INFO:   timescale             2500.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                162141184.00
INFO:   timescale             44100.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            mp4a
INFO:   length                162141184.00
INFO:   timescale             44100.00
INFO:   language              eng
INFO: sampledescription:
INFO:   length                330937200.00
INFO:   timescale             90000.00
INFO:   language              eng
INFO: sampledescription:
6540.688 kB / 78.96 sec (2.1%)
ERROR: WriteN, RTMP send error 10053 (46 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
6810.098 kB / 81.88 sec (2.2%)
Download may be incomplete (downloaded about 2.20%), try resuming
My OS: Windows 7
Following applications are available:

Code:
08.01.2012  15:00    <DIR>          .
08.01.2012  15:00    <DIR>          ..
27.09.2011  12:21           262.555 librtmp.dll
26.09.2011  20:52               487 README.txt
27.09.2011  12:21           271.737 rtmpdump.exe
27.09.2011  12:21           267.792 rtmpgw.exe
27.09.2011  12:21           260.643 rtmpsrv.exe
27.09.2011  12:21           260.097 rtmpsuck.exe
Anyone have a idea on this?

Thx
Reply With Quote