Quote:
I'm using a chaturbate code that works all the time under windows:
Code:
rtmpdump -r "rtmp://edge9-a.stream.highwebmedia.com/live-edge" -W "http://chaturbate.com/static/flash/CBV_2p634.swf" -p "http://chaturbate.com/NAME/" -C S:MYNAME -C S:NAME -C S:2.634 -C S:pbkdf2PASSWORD --live -y "anything_here" -o "NAME.flv"
Could anybody please help me? I tried to find the error for hours and hours…
|
You don't describe how you're escaping the
$ characters in your password hash. This bites linux/mac users frequently as most advice and examples are geared at windows users.
Check that you're escaping
$ with
\$. Also, you might want to put 2.640, 2p640 instead of 2.634, 2p634. If that still doesn't solve your problem, check the CB specific thread on these forums.