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


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