View Single Post
  #99  
Old 10-13-2012, 06:33 PM
non90 non90 is offline
Member
 
Join Date: Jun 2012
Location: Germany
Posts: 44
non90 is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Quote:
Originally Posted by RDLS
I looked over both of those but so far I've been unable to fix it.
If you put the parameters in this order it works fine. That is exactly what is discussed in the postings I linked to. It is just the same problem I had at that time.

Code:
rtmpdump -r "rtmpe://edge3-a.stream.highwebmedia.com/live-edge" -W "http://chaturbate.com/static/flash/CBV_2p625.swf" -p "http://chaturbate.com/%username%/" -y "mp4:%username%-sd-2c42ecd59c03850eaee04fd89924ee5c3a24b1a41b56711cf3c0176135569ad8" -o "cams\%username%-%date:~-4,4%%date:~-7,2%%date:~-10,2%%time:~-11,2%%time:~-8,2%%time:~-5,2%.flv" -C S:username -C S:%username% -C S:2.625 -C S:password -T "m9z#$dO0qe34Rxe@sMYxx%" --live


Quote:
Originally Posted by KSV
You are not escaping the % symbol in batch file. replace it with %%.
Ah... maybe that is the reason why it only works fine in the different order of parameters. There the "-T" option is the last argument. Guess the not escaped % doesn't hurt then. Good to know.
Reply With Quote