Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording (Adult streaming videos)
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1181  
Old 08-29-2017, 11:19 PM
Hermiod Hermiod is offline
Member
 
Join Date: Jun 2017
Posts: 56
Hermiod is on a distinguished road
Default

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


Quote:
Originally Posted by Damianonymous View Post
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?
Reply With Quote
  #1182  
Old 08-30-2017, 12:30 AM
Gyttiie Gyttiie is offline
Junior Member
 
Join Date: Dec 2016
Posts: 7
Gyttiie is on a distinguished road
Default

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".
Reply With Quote
  #1183  
Old 08-30-2017, 08:49 AM
fuggers fuggers is offline
Junior Member
 
Join Date: Jul 2010
Posts: 3
fuggers is on a distinguished road
Default

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?
Reply With Quote
  #1184  
Old 08-30-2017, 11:10 AM
yerry28 yerry28 is offline
Junior Member
 
Join Date: Feb 2012
Posts: 7
yerry28 is on a distinguished road
Default

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


yes ,,offline for me
Reply With Quote
  #1185  
Old 08-30-2017, 11:45 AM
CristianoA CristianoA is offline
Senior Member
 
Join Date: Nov 2012
Location: Micronesia
Posts: 261
CristianoA is on a distinguished road
Default

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


same problem here code.angularjs.org timeout
Reply With Quote
  #1186  
Old 08-30-2017, 11:48 AM
CristianoA CristianoA is offline
Senior Member
 
Join Date: Nov 2012
Location: Micronesia
Posts: 261
CristianoA is on a distinguished road
Default

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
Reply With Quote
  #1187  
Old 08-30-2017, 05:46 PM
fuggers fuggers is offline
Junior Member
 
Join Date: Jul 2010
Posts: 3
fuggers is on a distinguished road
Default

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


Quote:
Originally Posted by CristianoA View Post
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
Reply With Quote
  #1188  
Old 08-30-2017, 07:15 PM
Hermiod Hermiod is offline
Member
 
Join Date: Jun 2017
Posts: 56
Hermiod is on a distinguished road
Default

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


Quote:
Originally Posted by Gyttiie View Post
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
Reply With Quote
  #1189  
Old 08-31-2017, 01:04 AM
Gyttiie Gyttiie is offline
Junior Member
 
Join Date: Dec 2016
Posts: 7
Gyttiie is on a distinguished road
Default

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


Quote:
Originally Posted by Hermiod View Post
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
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
Reply With Quote
  #1190  
Old 08-31-2017, 03:38 AM
Hermiod Hermiod is offline
Member
 
Join Date: Jun 2017
Posts: 56
Hermiod is on a distinguished road
Default

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


Quote:
Originally Posted by Gyttiie View Post
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'.
Reply With Quote
Reply Post New Thread
Tags: , , , , , , , , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 12:55 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons