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)

supersonic80 11-01-2018 03:58 PM

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


 
Ages ago I succeeded to run capturebate-node on a Raspberry Pi. I don't have any idea why you have a problem with Intel NUC. Shouldn't it be 10 times faster than Raspberry?

https://github.com/Damianonymous/capturebate-node

If you use Windows, you might consider switching to Linux.

Quote:

Originally Posted by Moonspell (Post 96593)
especially if you have an intel cpu whatever "u" even an i-7 like my intel nuc... and doesn't work really good with that, almost all the time at 100% cpu usage, even with only 1 record...
any other programs standalone with a good ram - cpu usage anyone?
I'm mostly interested in the way to record different way of each streams, i think that's awesome, but with mfc node, chaturbate node from the mighty sstativa, is not possible at all...
any help with this?
thanks


korexaj 11-01-2018 04:22 PM

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


 
Quote:

Originally Posted by supersonic80 (Post 96594)
Ages ago I succeeded to run capturebate-node on a Raspberry Pi. I don't have any idea why you have a problem with Intel NUC. Shouldn't it be 10 times faster than Raspberry?

https://github.com/Damianonymous/capturebate-node

If you use Windows, you might consider switching to Linux.


Can you give a quick tutorial on how to get it working on raspberry pi? Also how well does it handle multiple models? what would you say is the upper limit before recordings are affected?

supersonic80 11-01-2018 06:23 PM

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


 
I did not use it for a long, it was more like a "proof of concept".
I believe the main issue was the speed of USB interface. But I used Raspberry Pi 1 model B+, don't think there will be any issues with Raspberry Pi 2 or 3.

Roughly, you will have to
  • compile and install rtmpdump-ksv (this is the most tricky part, I personally don't have instructions, but there are plenty on this forum),
  • install nodejs
  • install the script from the link above

Quote:

Originally Posted by korexaj (Post 96595)
Can you give a quick tutorial on how to get it working on raspberry pi? Also how well does it handle multiple models? what would you say is the upper limit before recordings are affected?


supersonic80 11-01-2018 06:33 PM

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


 
I think I used this in the past to compile rtmpdump-ksv, but I'm not sure if this is still valid.

sudo apt-get install ntp zlib1g-dev supervisor unzip build-essential checkinstall git libssl-devpostfix

wget https://www.openssl.org/source/old/1...-1.0.2l.tar.gz
tar xvf openssl-1.0.2l.tar.gz
cd ~/openssl-1.0.2l
./config
make depend
make
sudo make install

cd ~
git clone https://github.com/BurntSushi/rtmpdump-ksv.git
cd rtmpdump-ksv
make SYS=posix INC="-I/usr/local/ssl/include -L/usr/local/ssl/lib" LDFLAGS="-L/home/ubuntu/openssl-1.0.2l"
sudo make install

Moonspell 11-01-2018 07:39 PM

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


 
Quote:

Originally Posted by supersonic80 (Post 96594)
Ages ago I succeeded to run capturebate-node on a Raspberry Pi. I don't have any idea why you have a problem with Intel NUC. Shouldn't it be 10 times faster than Raspberry?

https://github.com/Damianonymous/capturebate-node

If you use Windows, you might consider switching to Linux.

i didn't said that... i would like an application, not in java, but in normal programmation code, not eat-cpu's alike chaturbatenode and mfcnode... but an exe with them + cam4 and others... all together... that would be cool.
At the moment i do use chaturbate-node + mfcnode... and that's all.

supersonic80 11-01-2018 08:10 PM

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


 
I know that mfc-node is "memory hungry", but surprised to know that it eats cpu.

Just curious, what CPU do you have?

Quote:

Originally Posted by Moonspell (Post 96598)
i didn't said that... i would like an application, not in java, but in normal programmation code, not eat-cpu's alike chaturbatenode and mfcnode... but an exe with them + cam4 and others... all together... that would be cool.
At the moment i do use chaturbate-node + mfcnode... and that's all.


korexaj 11-01-2018 09:30 PM

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


 
Quote:

Originally Posted by supersonic80 (Post 96599)
I know that mfc-node is "memory hungry", but surprised to know that it eats cpu.

Just curious, what CPU do you have?

i don;t know which version of mfc-node or other related scripts you guys are using but for me ALL of them use less than 100MB each (2 use less 30MB, 1 uses 52MB and last one uses 92MB).

However only one of them seems use almost no cpu (horacio9a's), which hangs around 0 - 4% of cpu usage.

korexaj 11-01-2018 09:31 PM

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


 
Quote:

Originally Posted by supersonic80 (Post 96597)
I think I used this in the past to compile rtmpdump-ksv, but I'm not sure if this is still valid.

sudo apt-get install ntp zlib1g-dev supervisor unzip build-essential checkinstall git libssl-devpostfix

wget https://www.openssl.org/source/old/1...-1.0.2l.tar.gz
tar xvf openssl-1.0.2l.tar.gz
cd ~/openssl-1.0.2l
./config
make depend
make
sudo make install

cd ~
git clone https://github.com/BurntSushi/rtmpdump-ksv.git
cd rtmpdump-ksv
make SYS=posix INC="-I/usr/local/ssl/include -L/usr/local/ssl/lib" LDFLAGS="-L/home/ubuntu/openssl-1.0.2l"
sudo make install


thanks will give this a go sometime soon. btw what os would you recommend. i haven't used mine in like years but might get latest version to play around with

yerry28 11-04-2018 12:45 PM

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


 
a guy, a member of Camwhores, tv ... he offers me a program that records private sessions of Myfreecams and Chaturbate for 750 dollars ..
any opinion?:confused:

korexaj 11-04-2018 01:16 PM

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


 
Quote:

Originally Posted by yerry28 (Post 96602)
a guy, a member of Camwhores, tv ... he offers me a program that records private sessions of Myfreecams and Chaturbate for 750 dollars ..
any opinion?:confused:

can't trust it unless i can see it working and even then i'n not gonna send some random dude $750 and hope he sends me the file.


All times are GMT -6. The time now is 06:15 AM.