View Single Post
  #5  
Old 07-27-2012, 09:40 AM
non90 non90 is offline
Member
 
Join Date: Jun 2012
Location: Germany
Posts: 44
non90 is on a distinguished road
Default

Re: how i can use rtmpdump to recored Chaturbate?


Quote:
Originally Posted by shakitoff222 View Post
New question----"whats “-C S:2.610” why sometimes it change as “-C S:2.593” or “-C S:2.607” how can i get it from the page?
As far as I know it is the version of the chaturbate player (.swf file). And it only changes when chaturbare provides a new version of it. So at some point old versions of it doesn't work anymore.

You can find it on the source code of the html file of every cam site on chaturbate. There you will see something like this...
Code:
EmbedViewerSwf("/static/flash/CBV_2p610.swf"
As you can see, this is version 2.610. ("-C S:2.610")

When it changes to a new version like CBV_2p611.swf (2.611) you will have to adjust the file path of the .swf file and the correspondent "-C" parameter in your command line.
Reply With Quote