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
  #331  
Old 03-12-2014, 09:31 PM
rastamanx rastamanx is offline
Junior Member
 
Join Date: Oct 2012
Posts: 25
rastamanx is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Quote:
Originally Posted by malky View Post
No problems recording here.

rtmpdump -v -r "rtmp://edge13-b.stream.highwebmedia.com/live-edge" -p "http://chaturbate.com/*******" -C S:****** -C S:*****
-C S:2.644 -C Sbkdf2_sha256$12000$Cml4dozmu5iA$bCs47aQOxTx7WIZ kdyTJMpgkWcfdXX/ZG8oONigPr4= -C S:6ba9a53862b1a4c741ede208635e24ebcfacfac7706629ed 631adabca107c3a3 -T "m9z#$dO0qe34Rxe@sMYxx%%" -y "playpath" -o "*******_1392961409.flv"
RTMPDump v2.4 GIT-2012-12-30 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
90991.479 kB / 5012.37 sec
1/ -C S:****** = username
2/ -C S:***** = model username
3/ -C S:2.644 = client flash version
4/ -C Sbkdf2_sha256 = user pass hash
5/ -C S:6ba9a53862b1a4c741ede208635e24ebcfacfac7706629ed 631adabca107c3a3
6/ -T "m9z#$dO0qe34Rxe@sMYxx%%" = secure token

Anyone can explain what this last (#5) S: param is and how do you get it through command line ?
Reply With Quote
  #332  
Old 03-12-2014, 11:08 PM
Arukarudo Arukarudo is offline
Junior Member
 
Join Date: Feb 2014
Posts: 4
Arukarudo is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


I know this number change each room, but i don't know if it changes each streaming, you would need to check the same streaming at different times... but anyway the code is there on the html of the model page, if you're going to do it by command line you would need to download and process it with some script, you could use php for example. all the relevant info is inside the html right after this piece of code
Code:
if (HasFlash()) { EmbedViewerSwf(
Reply With Quote
  #333  
Old 03-13-2014, 01:43 AM
rastamanx rastamanx is offline
Junior Member
 
Join Date: Oct 2012
Posts: 25
rastamanx is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Yeah I'm pretty sure it's a model room hash, and it's now needed.
No more directly running a batch script to rtmpdump, a first curl+egrep/gawk will prolly be needed (or php).
Reply With Quote
  #334  
Old 03-14-2014, 05:48 AM
malky malky is offline
Member
 
Join Date: Nov 2012
Posts: 34
malky is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


That's why you should use the bookmark script. It gets all the data you need and forms the rtmpdump command line ready for you to use. If you use multiple cmd windows you can record as many models as you want.

As for the use of anonymous. My old script still works no problem.

If you get the parameters using the javascript console parameter 5 is called rp. So probably room password I would have thought.

Last edited by malky : 03-14-2014 at 05:51 AM. Reason: new information
Reply With Quote
  #335  
Old 03-16-2014, 01:39 AM
miles_gloriosus miles_gloriosus is offline
Junior Member
 
Join Date: Feb 2014
Posts: 7
miles_gloriosus is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Thank you malky and Arukarudo!!!
Reply With Quote
  #336  
Old 03-16-2014, 05:51 PM
malky malky is offline
Member
 
Join Date: Nov 2012
Posts: 34
malky is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


While trying something new I accidently forgot to put the room password hash in the command line. I was surprised to see it still recorded!
Reply With Quote
  #337  
Old 03-16-2014, 11:31 PM
Stream Ripper Stream Ripper is offline
Super Moderator
 
Join Date: Feb 2007
Location: World
Posts: 886
Stream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond repute
Default

Re: chaturbate.com: SecureToken problems


Quote:
Originally Posted by malky View Post
While trying something new I accidently forgot to put the room password hash in the command line. I was surprised to see it still recorded!
Wow, see if you can duplicate that again intentionally
Reply With Quote
  #338  
Old 03-18-2014, 07:50 PM
stream23leech stream23leech is offline
Junior Member
 
Join Date: Feb 2013
Posts: 10
stream23leech is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Is the script meant to work with RTMPDump v2.4 out of the box?

Code:
DEBUG: RTMP_ClientPacket, received: invoke 113 bytes
DEBUG: (object begin)
DEBUG: Property: <Name:           no-name., STRING:	onStatus>
DEBUG: Property: <Name:           no-name., NUMBER:	0.00>
DEBUG: Property: NULL
DEBUG: Property: <Name:           no-name., OBJECT>
DEBUG: (object begin)
DEBUG: Property: <Name:              level, STRING:	error>
DEBUG: Property: <Name:               code, STRING:	NetStream.Play.Failed>
DEBUG: Property: <Name:        description, STRING:	security>
DEBUG: Property: <Name:           clientid, NUMBER:	1071194377.00>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <onStatus>
DEBUG: HandleInvoke, onStatus: NetStream.Play.Failed
ERROR: Closing connection: NetStream.Play.Failed
DEBUG: Closing connection.
http://pastebin.com/Dyf75WhR
Reply With Quote
  #339  
Old 03-19-2014, 02:18 AM
malky malky is offline
Member
 
Join Date: Nov 2012
Posts: 34
malky is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


No. It only works with the KSV patched version of RTMPdump that is available from his github.

https://github.com/K-S-V/Scripts/downloads
Reply With Quote
  #340  
Old 03-20-2014, 02:31 AM
yetanotherday yetanotherday is offline
tinyurl.com/sleazy-script
 
Join Date: Jul 2012
Posts: 54
yetanotherday is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Quote:
Originally Posted by malky View Post
No. It only works with the KSV patched version of RTMPdump that is available from his github.

https://github.com/K-S-V/Scripts/downloads
hello can u tell me how i can get this shit working on linux ubuntu without distroying system and download wrong dependencies ??


which directive i will use to call the rtmpdump /home/ ??
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 12:14 AM.


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