Quote:
Originally Posted by marktr
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.