Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #251  
Old 05-06-2013, 03:08 AM
nacnay nacnay is offline
Junior Member
 
Join Date: Dec 2012
Posts: 4
nacnay is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


@muller91

you have to use latest rtmpdump by ksv to work the code u mentioned. If you dont have it get it from the link below.

Code:
http://www.mediafire.com/file/bwxugu3x319p1x5/rtmpdump-2.4.zip
Regarding password hash you have to login to your CB acc, then seach for the password hash in the page source which is begin with 'pbkdf2_sha256$........and end with ......\u003D'

or just use the following javascript to get your password hash.

Code:
javascript:var%20prm=document.getElementById('movie').childNodes[6].value;prm=prm.replace(/=/g,"&").split("&");alert(prm[25]);
Reply With Quote
  #252  
Old 05-06-2013, 03:49 AM
pianeta5 pianeta5 is offline
Junior Member
 
Join Date: May 2013
Posts: 13
pianeta5 is on a distinguished road
Unhappy

Re: chaturbate.com: SecureToken problems


Hi everybody!
I'm trying to record chaturbate model with this code:
rtmpdump -r "rtmp://edge4-b.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,6,602,180" -W "http://chaturbate.com/static/flash/CBV_2p634.swf" -p "http://chaturbate.com/model/" -y "mp4" -o "model_%_date%_%_time%.flv" -C S:Anonymoususer -C S:model -C S:2.634 -C S:anonymous -T "m9z#$dO0qe34Rxe@sMYxx%" --live

...but it doesn't work! It says :
Connecting ...
INFO: Connected...
ERROR: Closing connection: NetStream.Play.Failed

What's the problem? How can I fix this???
Please, somebody help me!!!
Reply With Quote
  #253  
Old 05-06-2013, 04:05 AM
muller91 muller91 is offline
Junior Member
 
Join Date: May 2013
Posts: 9
muller91 is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Quote:
Originally Posted by nacnay View Post
@muller91

you have to use latest rtmpdump by ksv to work the code u mentioned. If you dont have it get it from the link below.

Code:
http://www.mediafire.com/file/bwxugu3x319p1x5/rtmpdump-2.4.zip
Regarding password hash you have to login to your CB acc, then seach for the password hash in the page source which is begin with 'pbkdf2_sha256$........and end with ......\u003D'

or just use the following javascript to get your password hash.

Code:
javascript:var%20prm=document.getElementById('movie').childNodes[6].value;prm=prm.replace(/=/g,"&").split("&");alert(prm[25]);
Thanks a lot nacnay , you are great!

OK, I got the password hash part, but I kept getting "model status is error"?
Reply With Quote
  #254  
Old 05-06-2013, 04:56 AM
nacnay nacnay is offline
Junior Member
 
Join Date: Dec 2012
Posts: 4
nacnay is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


@muller92 & @pianeta5
If you are using the following CB Script;
rtmpdump -r "rtmp://edge12-a.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,6,602,180" -W "http://chaturbate.com/static/flash/CBV_2p634.swf" -p "http://chaturbate.com/CamName/" -y "mp4" -o "C:\temp\Test.flv" -C S:Anonymoususer -C S:CamName -C S:2.634 -C S:anonymous -T "m9z#$dO0qe34Rxe@sMYxx%" --live

Replace 'Anonymoususer' with YOUR CB USERNAME
and 'anonymous' with YOUR PW HASH
Reply With Quote
  #255  
Old 05-06-2013, 05:02 AM
muller91 muller91 is offline
Junior Member
 
Join Date: May 2013
Posts: 9
muller91 is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Quote:
Originally Posted by nacnay View Post
@muller92 & @pianeta5
If you are using the following CB Script;
rtmpdump -r "rtmp://edge12-a.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,6,602,180" -W "http://chaturbate.com/static/flash/CBV_2p634.swf" -p "http://chaturbate.com/CamName/" -y "mp4" -o "C:\temp\Test.flv" -C S:Anonymoususer -C S:CamName -C S:2.634 -C S:anonymous -T "m9z#$dO0qe34Rxe@sMYxx%" --live

Replace 'Anonymoususer' with YOUR CB USERNAME
and 'anonymous' with YOUR PW HASH
Hi nacnay, I followed your instructions and I'm still getting "model status is error"?
Reply With Quote
  #256  
Old 05-06-2013, 05:57 AM
pianeta5 pianeta5 is offline
Junior Member
 
Join Date: May 2013
Posts: 13
pianeta5 is on a distinguished road
Unhappy

Re: chaturbate.com: SecureToken problems


Quote:
Originally Posted by nacnay View Post
@muller92 & @pianeta5
If you are using the following CB Script;
rtmpdump -r "rtmp://edge12-a.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,6,602,180" -W "http://chaturbate.com/static/flash/CBV_2p634.swf" -p "http://chaturbate.com/CamName/" -y "mp4" -o "C:\temp\Test.flv" -C S:Anonymoususer -C S:CamName -C S:2.634 -C S:anonymous -T "m9z#$dO0qe34Rxe@sMYxx%" --live

Replace 'Anonymoususer' with YOUR CB USERNAME
and 'anonymous' with YOUR PW HASH
Thanks a lot Nancy... but still doesn't work... :8
Now says:
ERROR: Closing connection: NetStream.Play.Failed
Reply With Quote
  #257  
Old 05-06-2013, 05:16 PM
jimbob9 jimbob9 is offline
Junior Member
 
Join Date: Jan 2013
Posts: 9
jimbob9 is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


anonymous can only have a stream open once. Did you close it in your browser?
Reply With Quote
  #258  
Old 05-06-2013, 05:44 PM
muller91 muller91 is offline
Junior Member
 
Join Date: May 2013
Posts: 9
muller91 is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


OK, it seems like different versions of rtmpdump.exe produces different errors code.

RTMPDump v2.4 GIT-2012-11-09 (Compiled by KSV) - Model Status Error

rtmpdump v2.4 GIT-2011-07-11 (Compiled by KSV) - NetStream.Play.Failed

Just to be sure, I only need to copy one file rtmpdump.exe to my Windows/systems32 folder, right?

Thanks.
Reply With Quote
  #259  
Old 05-06-2013, 05:55 PM
skyDude14 skyDude14 is offline
Junior Member
 
Join Date: Aug 2012
Posts: 20
skyDude14 is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


can any one tell me what is the exact rtmp url of each chaturbate stream ? how i can feed it to jw player ?
Reply With Quote
  #260  
Old 05-07-2013, 09:05 AM
nacnay nacnay is offline
Junior Member
 
Join Date: Dec 2012
Posts: 4
nacnay is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


I have using the following code it works fine with me with any version of rtmpdump by ksv.

Code:
rtmpdump -r "rtmp://edge7-b.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,5,502,146" -W "http://chaturbate.com/static/flash/CBV_2p634.swf" -p "http://chaturbate.com/CamName/" -y "mp4" -o "C:\temp\Test.flv" -C S:CB_USERNAME -C S:CamName -C S:2.634 -C S:PW_HASH -T "m9z#$dO0qe34Rxe@sMYxx%" --live
Replace CB_USERNAME & PW_HASH with your corresponding username & password hash respectively.
Reply With Quote
Reply Post New Thread
Tags: ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 08:25 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons