View Single Post
  #9  
Old 11-07-2014, 06:54 PM
mounaime10 mounaime10 is offline
Junior Member
 
Join Date: Nov 2014
Posts: 11
mounaime10 is on a distinguished road
Default

Re: Error : netstream.failed rtmpdump


Quote:
Originally Posted by blimey View Post
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 .
Reply With Quote