Quote:
Originally Posted by shakitoff222
finally!!!!!!!!!!!!!! it works on my stupie lenovo now...
these 2 codez work
1
Code:
rtmpdump -r"rtmpe://edge3-a.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,2,202,235" -W "http://ccstatic.chaturbate.com/static/flash/CBV_2p610.swf" -p "http://chaturbate.com/performername/" -C S:login_name -C S:performer_name -C S:2.610 -C S:your_password_hash
-y "mp4:anyname" -v -T "m9z#$dO0qe34Rxe@sMYxx%" --live -y "mp4:public-performername" -o "mp4_public-performername.flv"
Code:
rtmpdump -r "rtmpe://edge2-a.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,2,202,235" -W "http://ccstatic.chaturbate.com/static/flash/CBV_2p610.swf" -p "http://chaturbate.com/performername/" -C S:login_name -C S:performer_name -C S:2.610 -C S:your_password_hash -y "mp4:performername" -v -T "m9z#$dO0qe34Rxe@sMYxx%" -o "performername.flv"
New question----"whats “-C S:2.610” why sometimes it change as “-C S:2.593” or “-C S:2.607” how can i get it from the page?
|
I'm trying to do similarly, and I tried the above codes. I modified them a little to fit, but I'm still getting errors. The first code gives me an error about not specifying the path or something, so I modified from the second code.
Code:
rtmpdump -r "rtmpe://edge2-b.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,2,202,235" -W "http://chaturbate.com/static/flash/CBV_2p613.swf" -p "http://chaturbate.com/caylin/" -C S:USERNAME -C S:caylin -C S:2.613 -C S:PASSWORDHASH -y "mp4:caylin" -v -T "m9z#$dO0qe34Rxe@sMYxx%" -o "caylin.flv"
This is what happens when trying his second code:
Code:
WARNING: Trying different position for server digest!
INFO: Connected...
ERROR: Closing connection: NetStream.Play.Failed
I assume the -T is something specific I need to change... But if so, what? I am changing the USERNAME and PASSWORDHASH to mine after looking up how to get the hash. Sorry, I'm used to Replay Media Catcher, which you know doesn't work on this site. I do know coding though - just need to know the format, what to look for, etc.