Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (Adult streaming videos) (http://stream-recorder.com/forum/forumdisplay.php?f=40)
-   -  

www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)

(http://stream-recorder.com/forum/showthread.php?t=3851)

Elgero 09-27-2021 10:17 AM

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


 
I have stopped updating the automatic downloader that I posted here a while ago, because I'm not really using it myself anymore. I use this commandline tool that I've written and I'm posting it here in case someone finds it useful. It can only download public shows. It's not possible to download private/group shows, even if you have paid for them.

It's available for Windows, macOS and Linux. I only have a Windows 10 machine, so I don't know if the macOS and Linux versions work.

It doesn't support MyFreeCams at the moment. I need to rewrite that code, because it's a mess.


https://www.mediafire.com/folder/7s4u7jf8ckrk6/CamDump


Code:

The following sites/domains are supported:

BongaCams
Cam4
CamDolls
CamModels
Camsoda
Camster
Chaturbate
Flirt4Free
LiveJasmin
Naked
Streamate
StripChat
xHamsterLive
XNXX

Code:

Usage:
  CamDumpCli [url] [options]

Required arguments:
  [url]                        The url of the models' webcam page.

Optional arguments:
  -o, --output <path>          The full output path to save the video to.
                              [default: <current folder>\modelname_date_time.ts]
  -c, --use-camsite-dir        Save video to a subdirectory with the camsite name.
                              [works only when -o, --output is omitted]
  -m, --use-model-dir          Save video to a subdirectory with the model name.
                              [works only when -o, --output is omitted]
  -q, --max-quality <quality>  The maximum preferred quality (e.g. worst, 480p, 720p, 1080p, 2160p, best).
                              [default: best]
  -t, --max-threads <threads>  Maximum amount of download threads to use (1-10).
                              [default: 5]
  -?, /?, -h, /h, --help      Show this help information.


wizard 09-28-2021 11:16 AM

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


 
Thank you Elgero.

nikotz 10-11-2021 04:41 PM

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


 
Quote:

Originally Posted by Elgero (Post 97204)
I have stopped updating the automatic downloader that I posted here a while ago, because I'm not really using it myself anymore. I use this commandline tool that I've written and I'm posting it here in case someone finds it useful. It can only download public shows. It's not possible to download private/group shows, even if you have paid for them.

It's available for Windows, macOS and Linux. I only have a Windows 10 machine, so I don't know if the macOS and Linux versions work.

It doesn't support MyFreeCams at the moment. I need to rewrite that code, because it's a mess.


https://www.mediafire.com/folder/7s4u7jf8ckrk6/CamDump


Code:

The following sites/domains are supported:

BongaCams
Cam4
CamDolls
CamModels
Camsoda
Camster
Chaturbate
Flirt4Free
LiveJasmin
Naked
Streamate
StripChat
xHamsterLive
XNXX

Code:

Usage:
  CamDumpCli [url] [options]

Required arguments:
  [url]                        The url of the models' webcam page.

Optional arguments:
  -o, --output <path>          The full output path to save the video to.
                              [default: <current folder>\modelname_date_time.ts]
  -c, --use-camsite-dir        Save video to a subdirectory with the camsite name.
                              [works only when -o, --output is omitted]
  -m, --use-model-dir          Save video to a subdirectory with the model name.
                              [works only when -o, --output is omitted]
  -q, --max-quality <quality>  The maximum preferred quality (e.g. worst, 480p, 720p, 1080p, 2160p, best).
                              [default: best]
  -t, --max-threads <threads>  Maximum amount of download threads to use (1-10).
                              [default: 5]
  -?, /?, -h, /h, --help      Show this help information.


tnks for the program works perfect but i have to use under vpn for restriccions on my country you have a source code for implementing in python or a way to give a proxy?

Elgero 10-12-2021 10:41 AM

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


 
I've added proxy support. It supports http, socks4, socks4a and socks5 proxies.

Code:

-p, --proxy <proxy>
Examples:

-p http://123.123.123.123:8080
-p socks4://123.123.123.123:8080
-p socks5://username:password@123.123.123.123:8080

I haven't done a lot of testing, because it took me two hours to find a free proxy that actually worked and was fast enough to download a webcam stream.


https://www.mediafire.com/folder/7s4u7jf8ckrk6/CamDump

nikotz 10-12-2021 10:44 PM

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


 
Quote:

Originally Posted by Elgero (Post 97209)
I've added proxy support. It supports http, socks4, socks4a and socks5 proxies.

Code:

-p, --proxy <proxy>
Examples:

-p http://123.123.123.123:8080
-p socks4://123.123.123.123:8080
-p socks5://username:password@123.123.123.123:8080

I haven't done a lot of testing, because it took me two hours to find a free proxy that actually worked and was fast enough to download a webcam stream.


https://www.mediafire.com/folder/7s4u7jf8ckrk6/CamDump

Thanks man whit tor socks works perfect i runing in macos :D

woolfskinny 11-12-2022 06:33 AM

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


 
Quote:

Originally Posted by Elgero (Post 97209)
I've added proxy support. It supports http, socks4, socks4a and socks5 proxies.

Code:

-p, --proxy <proxy>
Examples:

-p http://123.123.123.123:8080
-p socks4://123.123.123.123:8080
-p socks5://username:password@123.123.123.123:8080

I haven't done a lot of testing, because it took me two hours to find a free proxy that actually worked and was fast enough to download a webcam stream.


https://www.mediafire.com/folder/7s4u7jf8ckrk6/CamDump

why i cant start this program? opens and closes immediately


All times are GMT -6. The time now is 11:48 AM.