So... Anyone still doing this? I'm getting:
ERROR: Closing connection: NetStream.Play.Failed
..on a authenticated account. So maybe something has changed? Appreciate an updated working procedure, if anyone got it, or help on location the issue. I'm using the following script, and entering "./dump.sh Modelname" on the command line to start it:
Code:
#!/bin/bash
rtmpdump -z -r "rtmp://edge6-b.stream.highwebmedia.com/live-edge" -p "http://chaturbate.com/$1" -C S:Myusername -C S:$1 -C S:2.644 -
C S:pbkdf2_sha256\$12000\$smQcT4n1ByxT\$gjBG1HmjXtgiP3y\+KwtblahblahblahC2djrGTuUvi3E73\= -y "playpath" -o "$1.flv"
(Obivously my passsword hash is not exaclty what I pasted, but something similar)