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

Error : netstream.failed rtmpdump

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

mounaime10 11-06-2014 11:12 AM

Error : netstream.failed rtmpdump


 
hello,
My problem I want to download a video, but it shows me "netstream.failed".

Here is the command used:
Code:

rtmpdump -r "rtmpe://s1oeoq2ag2cdmr.cloudfront.net/cfx/st" -a "cfx/st" -f "WIN 11,9,900,117" -W "http://www.alphorm.com/fp/flowplayer.rtmp-3.2.11.swf" -p "http://www.alphorm.com/video/1224/94" -y "mp4:FR_130/FR_130_01_01.mp4%3FExpires%3D1415296551%26Signature%3DeExqm1AjO4zoouhiwJ8b4KNZf8ivWK3Pkmqo5zhVNav5~guGgtZNYotLzBZ-LlqzWO6UwnD4Gb5QYf~GdDeKqrEwYKmPYFKQ2WRxMRySfMoOohnbyW-ayG~~ZSFyac0MmeoiEk2eW8-uBpV2PVgAmC4YqcvNF7s5jqo7SQ7NiYk_%26Key-Pair-Id%3DAPKAJF2PMCJPGKXG2GEA" -o "C:\Users\ADAM\Desktop\RTMPDump\output\video.flv"
thank you for helping me to find a solution.

hasomaso 11-06-2014 11:33 AM

Re: Error : netstream.failed rtmpdump


 
put link

mounaime10 11-06-2014 12:24 PM

Re: Error : netstream.failed rtmpdump


 
Quote:

Originally Posted by hasomaso (Post 71883)
put link

Thanks for your response hasomaso, Here are the links:

http://www.alphorm.com/video/1914/118

http://www.alphorm.com/video/1912/118

mounaime10 11-06-2014 12:28 PM

Re: Error : netstream.failed rtmpdump


 
I see there is a redirect to :http://www.alphorm.com

http://www.alphorm.com/formation/for...sual-basic-net -------> chapitre 1 -------> first video

hasomaso 11-06-2014 12:29 PM

Re: Error : netstream.failed rtmpdump


 
Quote:

Originally Posted by mounaime10 (Post 71885)
I see there is a redirect to :http://www.alphorm.com


yeah redirect to --> http://www.alphorm.com
you have account informations?

mounaime10 11-06-2014 12:36 PM

Re: Error : netstream.failed rtmpdump


 
Quote:

Originally Posted by hasomaso (Post 71886)
yeah redirect to --> http://www.alphorm.com
you have account informations?

I'll buy an account but I want the videos are on my pc.

mounaime10 11-06-2014 12:39 PM

Re: Error : netstream.failed rtmpdump


 
Quote:

Originally Posted by hasomaso (Post 71886)
yeah redirect to --> http://www.alphorm.com
you have account informations?

I want to download a free video of site, so I don't need to register.

hasomaso 11-06-2014 12:42 PM

Re: Error : netstream.failed rtmpdump


 
Quote:

Originally Posted by mounaime10 (Post 71888)
I want to download a free video of site

ok no problem you can that, but we must find first wich protokoll the streams and videos using and with witch sniffer you can sniff that

mounaime10 11-06-2014 12:48 PM

Re: Error : netstream.failed rtmpdump


 
Quote:

Originally Posted by hasomaso (Post 71889)
ok no problem you can that, but we must find first wich protokoll the streams and videos using and with witch sniffer you can sniff that

OK thank you So much hasomaso, its very kind of you.

blimey 11-06-2014 11:06 PM

Re: Error : netstream.failed rtmpdump


 
Quote:

Originally Posted by mounaime10 (Post 71882)
My problem I want to download a video, but it shows me "netstream.failed".

Here is the command used:
Code:

rtmpdump -r "rtmpe://s1oeoq2ag2cdmr.cloudfront.net/cfx/st" -a "cfx/st" -f "WIN 11,9,900,117" -W "http://www.alphorm.com/fp/flowplayer.rtmp-3.2.11.swf" -p "http://www.alphorm.com/video/1224/94" -y "mp4:FR_130/FR_130_01_01.mp4%3FExpires%3D1415296551%26Signature%3DeExqm1AjO4zoouhiwJ8b4KNZf8ivWK3Pkmqo5zhVNav5~guGgtZNYotLzBZ-LlqzWO6UwnD4Gb5QYf~GdDeKqrEwYKmPYFKQ2WRxMRySfMoOohnbyW-ayG~~ZSFyac0MmeoiEk2eW8-uBpV2PVgAmC4YqcvNF7s5jqo7SQ7NiYk_%26Key-Pair-Id%3DAPKAJF2PMCJPGKXG2GEA" -o "C:\Users\ADAM\Desktop\RTMPDump\output\video.flv"

Your command line will probably work if you exchange the html url % encoding for the direct character value. %3F(?), %3D(=), %26(&), etc. Though it may be expired by now.

Edit;
Checked it. Exchanging the html url % encoding does work.

Video is the first one on this page;
Code:

http://www.alphorm.com/formation/formation-citrix-xenserver-6-administration-a26
Url escape codes exchanged (still needs new Signature);
Code:

rtmpdump -r "rtmpe://s1oeoq2ag2cdmr.cloudfront.net/cfx/st" -a "cfx/st" -y "mp4:FR_130/FR_130_00_00.mp4?Expires=1415344847&Signature=<-----insert signature here----->&Key-Pair-Id=APKAJF2PMCJPGKXG2GEA" -o FR_130_00_00.flv
Get signature from source;
Code:

view-source:http://www.alphorm.com/video/1222/94

mounaime10 11-07-2014 06:54 PM

Re: Error : netstream.failed rtmpdump


 
Quote:

Originally Posted by blimey (Post 71894)
Your command line will probably work if you exchange the html url % encoding for the direct character value. %3F(?), %3D(=), %26(&), etc. Though it may be expired by now.

Edit;
Checked it. Exchanging the html url % encoding does work.

Video is the first one on this page;
Code:

http://www.alphorm.com/formation/formation-citrix-xenserver-6-administration-a26
Url escape codes exchanged (still needs new Signature);
Code:

rtmpdump -r "rtmpe://s1oeoq2ag2cdmr.cloudfront.net/cfx/st" -a "cfx/st" -y "mp4:FR_130/FR_130_00_00.mp4?Expires=1415344847&Signature=<-----insert signature here----->&Key-Pair-Id=APKAJF2PMCJPGKXG2GEA" -o FR_130_00_00.flv
Get signature from source;
Code:

view-source:http://www.alphorm.com/video/1222/94


thank you blimey for your quick response, I understand the process but when I copy the new signature and I execute the command:

Code:

C:\Users\NINô>C:\Users\NINô\Desktop\RTMPDump\rtmpdump.exe rtmpdump -r "rtmpe://s1oeoq2ag2cdmr.cloudfront.net/cfx/st" -a "cfx/st" -y "mp4:FR_130/FR_130_00_00.mp4?Expires=1415344847&Signature=ARRmViupLjJQpHg6fADBIm2FAAVa586Cnic5J9-E9BHRfc4Yf24BjTS2NRjXpww55PKXeIhl0lK8bKV3xt31AO44777fY0z2tJB8Sep2NP1Yc58s2zudCE1q7akqwQEY3OMVojJygfzTT7R2rB9kX2YMR779YR-JfrQF1f5PZS0_&Key-Pair-Id=APKAJF2PMCJPGKXG2GEA" -o FR_130_00_00.flv
RTMPDump v2.4 GIT-2013-12-05 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: Closing connection: NetStream.Failed

I still get the same error .

blimey 11-07-2014 09:17 PM

Re: Error : netstream.failed rtmpdump


 
Expires=1415344847
needs to be updated too. be careful not to include any % encoding.

mounaime10 11-08-2014 10:27 AM

Re: Error : netstream.failed rtmpdump


 
Quote:

Originally Posted by blimey (Post 71905)
Expires=1415344847
needs to be updated too. be careful not to include any % encoding.

Excellent, you really are a genius. I thank you very much for your warm support. :) :) :) :):) :)
Many many thanks blimey


All times are GMT -6. The time now is 04:28 PM.