Howto install:
1. Get rtmpdump or better (needed for chaturbate)
KSVs patched version if you don't have it allready.
2. Get
python 2.7 if you don't have it allready.
3. If you want to use firefox get the
greasemonkey plugin.
Other ways aren't tested yet, but are planed. (chrome support, bookmarklets)
4. Get the server script. See first post for the newest version.
5. Get the userscript for the site and method you want to use. See first post for the newest versions.
If you are planing to run the server on another port than 80 change the line
"var port = 80;" at the top of the script to the port you want to use.
6. Activate your userscript:
For firefox and greasemonkey tools -> greasemonkey -> new user script
Then copy the according script into the editor and save.
7. Configure the server:
Right after the big comment block in the server script are the settings.
Interesting settings ATM are:
PORT_NUMBER: If you want your server to run on another port.
RTMPDUMP_PATH: The path to your rtmpdump executable
DOWNLOAD_PATH: The path to your download folder. "" to download to the folder where the server script is located. Else the path must end with an
/
Howto use:
1. Start your script like
python server.py (if you named the server
server.py)
2. Go to the according site. The occurence and exact behaviour could be different for different scripts, but there should always be an button to start/stop recording and, if supported, a button to auto record.
The buttons may need some seconds to show the correct recording state.
3. Well, record and have fun
4. To quit the server press ctr+c in the server window. Please don't kill it another way. ATM only with ctr+c the child rtmpdump processes are killed, too.