View Single Post
  #27  
Old 03-27-2012, 09:06 PM
greenythebeast greenythebeast is offline
Senior Member
 
Join Date: Dec 2011
Posts: 105
greenythebeast is on a distinguished road
Default

Re: [Release] Unofficial rtmpdump binaries


Quote:
Originally Posted by marktr View Post
Chaturbate today upgraded their software and is forcing clients to use CBV_2p597.swf or face an "upgrade needed" notice. The changes enforce a 1 stream limit for anonymous users. The rtmp command line has to reflect these changes in the url passed to -W, as well as one of the string parameters, which changes to -C S:2.597 [I can confirm that by changing these two values the functionality of the latest rtmpdump patch with this site is preserved]

My question is: What is the mechanism to derive the SecureToken for an authenticated user (myself), instead of the now limited AnonymousUser? Pointers are appreciated.
SecureToken stays the same regardless of user. Just change to:

-W 'http://ccstatic.chaturbate.com/static/flash/CBV_2p597.swf'
-C S:<name of a registered user>
-C S:2.597

That should allow more than one stream at one time. Works for me at least right now.
Reply With Quote