Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

ERROR: Closing connection: NetStream.Play.StreamNotFound

(http://stream-recorder.com/forum/showthread.php?t=10774)

mamudo 01-08-2012 07:02 AM

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 :)

Bahman 01-08-2012 07:14 AM

Re: ERROR: Closing connection: NetStream.Play.StreamNotFound


 
Use rtmpexplorer:;)
Code:

RTMP Server v2.4 GIT-2011-11-14 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!

rtmpdump -r "rtmp://fms.1B3E.edgecastcdn.net/001B3E/F/2012/1/7" -a "001B3E/F/201
2/1/7" -f "WIN 11,1,102,55" -W "http://web1.kure.tv/P/player_files/flowplayer.co
mmercial-3.2.7.swf" -p "http://www.kure.tv/inanc/941-aile-rehberi/aile-rehberi-d
ayakla-terbiye-olur-mu/40-Bolum/108854/" -y "mp4:5a2b74b0d5d04da2824b98d396d0bd6
0.mp4" -o mp4_5a2b74b0d5d04da2824b98d396d0bd60.flv

Closing connection... done!

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 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:
7419.826 kB / 91.88 sec (2.4%)


mamudo 01-08-2012 08:17 AM

Re: ERROR: Closing connection: NetStream.Play.StreamNotFound


 
Hi Bahman,

thank you for your quick response :)

I tried it with rtmpexplorer.exe, but on the site there was a message that my MS internet explorer is outdated, although it is actual (Version 9). When I open the link in MS internet explorer manually, it is working...

But your command line

Code:

rtmpdump -r "rtmp://fms.1B3E.edgecastcdn.net/001B3E/F/2012/1/7" -a "001B3E/F/201
2/1/7" -f "WIN 11,1,102,55" -W "http://web1.kure.tv/P/player_files/flowplayer.co
mmercial-3.2.7.swf" -p "http://www.kure.tv/inanc/941-aile-rehberi/aile-rehberi-d
ayakla-terbiye-olur-mu/40-Bolum/108854/" -y "mp4:5a2b74b0d5d04da2824b98d396d0bd6
0.mp4" -o mp4_5a2b74b0d5d04da2824b98d396d0bd60.flv

is working perfect when I start it with rtmdump.exe :)

There is also the possibility to get a video with better quality (720p), but you have to be a member then. Any chance to get this video or all other videos in the folder "/001B3E/F/2012/1/7"?

Thx :)

mesut28 01-08-2012 08:37 AM

Re: ERROR: Closing connection: NetStream.Play.StreamNotFound


 
Quote:

Originally Posted by mamudo (Post 37075)
Hi Bahman,

thank you for your quick response :)

I tried it with rtmpexplorer.exe, but on the site there was a message that my MS internet explorer is outdated, although it is actual (Version 9). When I open the link in MS internet explorer manually, it is working...

But your command line

Code:

rtmpdump -r "rtmp://fms.1B3E.edgecastcdn.net/001B3E/F/2012/1/7" -a "001B3E/F/201
2/1/7" -f "WIN 11,1,102,55" -W "http://web1.kure.tv/P/player_files/flowplayer.co
mmercial-3.2.7.swf" -p "http://www.kure.tv/inanc/941-aile-rehberi/aile-rehberi-d
ayakla-terbiye-olur-mu/40-Bolum/108854/" -y "mp4:5a2b74b0d5d04da2824b98d396d0bd6
0.mp4" -o mp4_5a2b74b0d5d04da2824b98d396d0bd60.flv

is working perfect when I start it with rtmdump.exe :)

There is also the possibility to get a video with better quality (720p), but you have to be a member then. Any chance to get this video or all other videos in the folder "/001B3E/F/2012/1/7"?

Thx :)

Türk müsün? :D aynı konuyu bende merak ediyordum. Pmden ekle msn görüşelim..

Bahman 01-08-2012 09:55 AM

Re: ERROR: Closing connection: NetStream.Play.StreamNotFound


 
Quote:

Originally Posted by mamudo (Post 37075)
There is also the possibility to get a video with better quality (720p), but you have to be a member then. Any chance to get this video or all other videos in the folder "/001B3E/F/2012/1/7"?

You can't access to that folder because it's forbidden/denied from the site!!;)


All times are GMT -6. The time now is 07:19 AM.