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
  #261  
Old 05-07-2013, 02:18 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 muller91 View Post
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"?
Tested the command-line and found an error! "Anonymoususer" did not work for me, it must be "AnonymousUser" (capital U).

It should work then (at least the anonymous login recording).


Regarding the error with real username login, I would guess that the password hash is not correct. Did you escaped it? Like it is described here:
Quote:
Originally Posted by marktr View Post
After putting my logged in username in viewer_username, and my password hash in viewer_password (which you can grab from the html source), I am able to view many streams simultaneously. Remember to escape $ in shells where appropriate, and that \u003D is = (equals symbol), and you'll be good to go.
Quote:
Originally Posted by callten View Post
Goto a chaturbate room in your browser and then goto the tools menu (or whatever it is in whichever browser you use) and "view source". Search that for "password" and you will see it, something like
Code:
password: 'pbkdf2_sha256$10000$B7osw0jRC3Qb$ etc etc etc kSMBOHwjzZk\u003D',
You need to go through and put a ^ in front of all the $'s and replace the \u003D with a "=" (minus the quotes). Then put the resulting string (starting with pdkd and ending with =) in place of "anonymous" in the 4th parameter in the rtmpdump command string.
Reply With Quote
  #262  
Old 05-07-2013, 03:13 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


[quote=by callten You need to go through and put a ^ in front of all the $'s and replace the \u003D with a "=" (minus the quotes). Then put the resulting string (starting with pdkd and ending with =) in place of "anonymous" in the 4th parameter in the rtmpdump command string.[/QUOTE]


Hmm, this is my password copied from my browser:

pbkdf2_sha256$10000$FOmA2kP7HuQX$B4b0B1QsyXIToLTjS lS3vsvyA+KwX8qfR3exyRg5lWQ\u003D

What should be the correct way to change/enter it?

Thanks.
Reply With Quote
  #263  
Old 05-07-2013, 03:21 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 muller91 View Post
Hmm, this is my password copied from my browser:

pbkdf2_sha256$10000$FOmA2kP7HuQX$B4b0B1QsyXIToLTjS lS3vsvyA+KwX8qfR3exyRg5lWQ\u003D

What should be the correct way to change/enter it?

Thanks.
Code:
pbkdf2_sha256^$10000^$FOmA2kP7HuQX^$B4b0B1QsyXIToLTjSlS3vsvyA+KwX8qfR3exyRg5lWQ=
And should look in the command line like this:
Code:
-C S:pbkdf2_sha256^$10000^$FOmA2kP7HuQX^$B4b0B1QsyXIToLTjSlS3vsvyA+KwX8qfR3exyRg5lWQ=
Reply With Quote
  #264  
Old 05-07-2013, 05:02 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


Quote:
Originally Posted by non90 View Post
Code:
pbkdf2_sha256^$10000^$FOmA2kP7HuQX^$B4b0B1QsyXIToLTjSlS3vsvyA+KwX8qfR3exyRg5lWQ=
And should look in the command line like this:
Code:
-C S:pbkdf2_sha256^$10000^$FOmA2kP7HuQX^$B4b0B1QsyXIToLTjSlS3vsvyA+KwX8qfR3exyRg5lWQ=
Thanks non90, you are very helpful.

Now I know the reasons for mine not working yesterday! I DID NOT insert the ^ and = and I used the full \u003D!...my bad.

Best regards.
Reply With Quote
  #265  
Old 05-08-2013, 08:41 AM
skyDude14 skyDude14 is offline
Junior Member
 
Join Date: Aug 2012
Posts: 20
skyDude14 is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


non90 i tried to capture as Anonymous user but i keep getting this eror:

Quote:
Error: Closing connection:NetStream.Play.Failed
command:
Quote:
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
could you tell me what is wrong and what version of rtmpdump and flashplayer do i need ?
Reply With Quote
  #266  
Old 05-08-2013, 09:00 AM
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


@skyDude14

Well if you are sure you are not trying to record a password protected room (you cannot get into it on browser too) then I would guess it is not an appropriate version of KSV-patched rtmpdump.

Does it look like this when you run it?
Code:
RTMPDump v2.4 GIT-2012-12-30 (Compiled by KSV)
If not, i would recommend to download the latest version: http://stream-recorder.com/forum/sho...90&postcount=1
Reply With Quote
  #267  
Old 05-08-2013, 09:20 AM
skyDude14 skyDude14 is offline
Junior Member
 
Join Date: Aug 2012
Posts: 20
skyDude14 is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


non90 many thanks for reply. when i run it it looks like this:

Quote:
RTMPDump v2.4-35-ge0056c5
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: Closing connection: NetStream.Play.Failed

c:\rtmpdump>
its public room with no password. Furthermore , i dont see any record duration specified in the command! is there a way to specify for example only record 10 min of stream ?i evern tried to use rtmpdumphelper but when i run rtmpdumphelper the room keep saying connecting ....
Reply With Quote
  #268  
Old 05-08-2013, 09:27 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
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.
No way to work for me (((
But have CB_USERNAME and PW_HASH to be enclosed throw " " ? I did not it...
Another question... : where do you find the "m9z#$dO0qe34Rxe@sMYxx% token? I haven't in my sorce page... is it a problem?
Reply With Quote
  #269  
Old 05-08-2013, 09:29 AM
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 skyDude14 View Post
non90 many thanks for reply. when i run it it looks like this:

Quote:
RTMPDump v2.4-35-ge0056c5
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: Closing connection: NetStream.Play.Failed

c:\rtmpdump>
Well whatever version this is... it looks like it is not the latest version with KSV patches i guess. And without the patches of KSV it definitely will not work!


Quote:
Originally Posted by skyDude14 View Post
Furthermore , i dont see any record duration specified in the command! is there a way to specify for example only record 10 min of stream ?
I don't know because I never wanted to set a duration. The only thing that I can say on this topic is that it is not necessary to do so to get it work.
Reply With Quote
  #270  
Old 05-08-2013, 09:42 AM
skyDude14 skyDude14 is offline
Junior Member
 
Join Date: Aug 2012
Posts: 20
skyDude14 is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Thanks non90 for you help. knowing the rtmp stream of each stream is there a way to play the stream in Jw player ?the reason i like jw player that it always doesn't need new flash player installed. i just don't know how to feed the jw player with correct rtmp values.do you know how this can be done ?
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:53 PM.


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