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