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-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:53 PM.