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)

Hermiod 08-29-2017 10:19 PM

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


 
Quote:

Originally Posted by Damianonymous (Post 93683)
Try FFmpeg + WinFF for ease of use.

"Winff is a frontend for FFMPEG that runs on Windows XP to Windows 10 and Linux. It will convert most any video file that FFmpeg will convert. WinFF does multiple files in multiple formats at one time. You can for example convert mpeg's, flv's, f4v, and mov's, all into avi's all at once. F4V to AVI."

What format do I convert it to and then what do I use?

Gyttiie 08-29-2017 11:30 PM

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


 
Hi. is it possible to make automatically reconnect to the server when i lost my internet for 1 minute?

it's very annoying when i lost my internet for a few mins and mfc-node can't reconnect to the server automatically and i should go to my pc and write "node.main.js".

fuggers 08-30-2017 07:49 AM

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


 
i can no longer get the http://localhost:9080/ page to open. is anyone else having this issue?

yerry28 08-30-2017 10:10 AM

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


 
yes ,,offline for me

CristianoA 08-30-2017 10:45 AM

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


 
same problem here code.angularjs.org timeout

CristianoA 08-30-2017 10:48 AM

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


 
meanwhile you can use this commands to add models

example
Code:

http://localhost:9080/models/include?uid=24298949
http://localhost:9080/models/include?nm=LittlePatrice


fuggers 08-30-2017 04:46 PM

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


 
Quote:

Originally Posted by CristianoA (Post 93716)
meanwhile you can use this commands to add models

example
Code:

http://localhost:9080/models/include?uid=24298949
http://localhost:9080/models/include?nm=LittlePatrice


cheers for that.

page working for me now

Hermiod 08-30-2017 06:15 PM

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


 
Quote:

Originally Posted by Gyttiie (Post 93704)
Hi. is it possible to make automatically reconnect to the server when i lost my internet for 1 minute?

it's very annoying when i lost my internet for a few mins and mfc-node can't reconnect to the server automatically and i should go to my pc and write "node.main.js".

You can use a bat file or forever

Bat file contents:
@echo off
SET foo=1
:initiate
ECHO Starting program, attempt %foo%
node main.js
set /A foo=foo+1
timeout 30
goto :initiate


Forever:
https://www.npmjs.com/package/forever

My node disconnects 3 to 4 times a day. The bad part is im getting about 80GB of files a day :D

Gyttiie 08-31-2017 12:04 AM

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


 
Quote:

Originally Posted by Hermiod (Post 93723)
You can use a bat file or forever

Bat file contents:
@echo off
SET foo=1
:initiate
ECHO Starting program, attempt %foo%
node main.js
set /A foo=foo+1
timeout 30
goto :initiate


Forever:
https://www.npmjs.com/package/forever

My node disconnects 3 to 4 times a day. The bad part is im getting about 80GB of files a day :D

I don't know did i do correct, i just wrote in console "npm install -g forever" (without downloading anything).

But i'm not sure did it help, because i turned off my wifi router for a minute and turn in back on, mfc-node didn't reconnect back to the servers and i needed to write - node main.js again.


If i did not correct, can you, Please, upload somewhere your mfc-node and i would download it and paste my config

Hermiod 08-31-2017 02:38 AM

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


 
Quote:

Originally Posted by Gyttiie (Post 93725)
I don't know did i do correct, i just wrote in console "npm install -g forever" (without downloading anything).

But i'm not sure did it help, because i turned off my wifi router for a minute and turn in back on, mfc-node didn't reconnect back to the servers and i needed to write - node main.js again.


If i did not correct, can you, Please, upload somewhere your mfc-node and i would download it and paste my config

Installation
$ [sudo] npm install forever -g

Usage
forever start app.js

I suppose you did not use the start command, failing to download might be caused by your firewall. To test if it was installed try:
forever --help

Those commands might only work inside a node.js command prompt. I am still using the bat file, but Horacio recommended 'forever'.


All times are GMT -6. The time now is 09:44 AM.