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
  #1251  
Old 10-19-2017, 07:39 PM
Syl0pt Syl0pt is offline
Member
 
Join Date: Mar 2017
Posts: 42
Syl0pt 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 Syl0pt View Post
module.js:529
throw err;
^

Error: Cannot find module 'bluebird'
at Function.Module._resolveFilename (module.js:527:15)
at Function.Module._load (module.js:476:23)
at Module.require (module.js:568:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/home/syl0pt/Videos/mfc-node-2/main.js:3:15)
at Module._compile (module.js:624:30)
at Object.Module._extensions..js (module.js:635:10)
at Module.load (module.js:545:32)
at tryModuleLoad (module.js:508:12)
at Function.Module._load (module.js:500:3)
A google search tells me that bluebird is part of the Node.js install. I'm guessing my best course of action then would be to uninstall/reinstall Node.js to get it working again.
Reply With Quote
  #1252  
Old 10-19-2017, 07:56 PM
Syl0pt Syl0pt is offline
Member
 
Join Date: Mar 2017
Posts: 42
Syl0pt 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 Syl0pt View Post
A google search tells me that bluebird is part of the Node.js install. I'm guessing my best course of action then would be to uninstall/reinstall Node.js to get it working again.
Ok well I reinstalled Node.js and am still having the same error thrown up

node main.js
module.js:529
throw err;
^

Error: Cannot find module 'bluebird'
at Function.Module._resolveFilename (module.js:527:15)
at Function.Module._load (module.js:476:23)
at Module.require (module.js:568:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/home/syl0pt/Videos/mfc-node-2/main.js:3:15)
at Module._compile (module.js:624:30)
at Object.Module._extensions..js (module.js:635:10)
at Module.load (module.js:545:32)
at tryModuleLoad (module.js:508:12)
at Function.Module._load (module.js:500:3)

I could really use some help here.
Reply With Quote
  #1253  
Old 10-19-2017, 08:28 PM
Syl0pt Syl0pt is offline
Member
 
Join Date: Mar 2017
Posts: 42
Syl0pt 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 Syl0pt View Post
Ok well I reinstalled Node.js and am still having the same error thrown up

node main.js
module.js:529
throw err;
^

Error: Cannot find module 'bluebird'
at Function.Module._resolveFilename (module.js:527:15)
at Function.Module._load (module.js:476:23)
at Module.require (module.js:568:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/home/syl0pt/Videos/mfc-node-2/main.js:3:15)
at Module._compile (module.js:624:30)
at Object.Module._extensions..js (module.js:635:10)
at Module.load (module.js:545:32)
at tryModuleLoad (module.js:508:12)
at Function.Module._load (module.js:500:3)

I could really use some help here.
Ugh.. my apologies.. I forgot to add 'npm install' to the mfc-node-2 directory. Once I did that everything started working.

Although I am still interested in getting the Forever app to properly work with mfc-node.

On my Windows PC I was able to use this as a bat file:
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

I got it working by changing the 'node main.js' line to mfc.exe (which is what i was using at the time). But it doesn't work for me with 'node main.js' on Linux Mint 18. Not sure what i'm doing wrong.
Reply With Quote
  #1254  
Old 10-20-2017, 12:19 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 Syl0pt View Post
I got it working by changing the 'node main.js' line to mfc.exe (which is what i was using at the time). But it doesn't work for me with 'node main.js' on Linux Mint 18. Not sure what i'm doing wrong.

Linux you could use cronjob, probably simpler.
Reply With Quote
  #1255  
Old 10-20-2017, 10:30 PM
cyberhunter313 cyberhunter313 is offline
Junior Member
 
Join Date: Oct 2017
Posts: 3
cyberhunter313 is on a distinguished road
Default

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


So @horacio i got your mfc node v2 installed and i can get the website http://localhost:9080/ but it shows no models on it.

The cmd prompt says all is fine and 1300 models are online but none show up in the web interface.

Code:
[10/20/2017 - 23:28:51] Connecting to MyFreeCams websocket server xchat112...
[10/20/2017 - 23:28:52] Login handshake completed. Logged in as 'Guest12544' with sessionId 282742918
[23:28:53] [DEBUG] Start new cycle.
[23:28:53] 1386 model(s) online.
[23:28:53] [DEBUG] 0 model(s) in queue.
[23:28:53] [DEBUG] 0 models in config.yml
[23:28:53] [DEBUG] 0 model(s) to record.
[23:28:53] Done >>> will search for new models in 30 seconds.
Any ideas what i did wrong, i followed your directions to the letter.

Thanks in advance.
Reply With Quote
  #1256  
Old 10-21-2017, 12:56 PM
horacio horacio is offline
Senior Member
 
Join Date: Oct 2012
Posts: 213
horacio 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 cyberhunter313 View Post
So @horacio i got your mfc node v2 installed and i can get the website http://localhost:9080/ but it shows no models on it.

The cmd prompt says all is fine and 1300 models are online but none show up in the web interface.

Code:
[10/20/2017 - 23:28:51] Connecting to MyFreeCams websocket server xchat112...
[10/20/2017 - 23:28:52] Login handshake completed. Logged in as 'Guest12544' with sessionId 282742918
[23:28:53] [DEBUG] Start new cycle.
[23:28:53] 1386 model(s) online.
[23:28:53] [DEBUG] 0 model(s) in queue.
[23:28:53] [DEBUG] 0 models in config.yml
[23:28:53] [DEBUG] 0 model(s) to record.
[23:28:53] Done >>> will search for new models in 30 seconds.
Any ideas what i did wrong, i followed your directions to the letter.

Thanks in advance.
To record something, you should have some model that is currently online in config.yml

Problem is: '[23:28:53] [DEBUG] 0 models in config.yml'
Reply With Quote
  #1257  
Old 10-21-2017, 04:57 PM
cyberhunter313 cyberhunter313 is offline
Junior Member
 
Join Date: Oct 2017
Posts: 3
cyberhunter313 is on a distinguished road
Default

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


Im not even talking about recording. The web interface shows no models in it. I did add an online model to the config and still nothing.

Code:
[17:53:50] Server listening on: 0.0.0.0:9080
[10/21/2017 - 17:53:50] Connecting to MyFreeCams websocket server xchat120...
[10/21/2017 - 17:53:50] Login handshake completed. Logged in as 'Guest92973' with sessionId 285918736
[17:53:51] [DEBUG] Start new cycle.
[17:53:51] 1501 model(s) online.
[17:53:51] [DEBUG] 0 model(s) in queue.
[17:53:51] [DEBUG] 1 models in config.yml
[17:53:51] [DEBUG] 0 model(s) to record.
[17:53:51] Done >>> will search for new models in 30 seconds.
I attached a photo of the web interface. Thanks for your help.
Attached Images
File Type: jpg 1.JPG (41.8 KB, 0 views)
Reply With Quote
  #1258  
Old 10-21-2017, 05:48 PM
supersonic80 supersonic80 is offline
Senior Member
 
Join Date: Mar 2016
Posts: 138
supersonic80 is on a distinguished road
Default

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


IE is not the best browser for this script, you should try Chrome or Firefox.

Quote:
Originally Posted by cyberhunter313 View Post
Im not even talking about recording. The web interface shows no models in it. I did add an online model to the config and still nothing.

Code:
[17:53:50] Server listening on: 0.0.0.0:9080
[10/21/2017 - 17:53:50] Connecting to MyFreeCams websocket server xchat120...
[10/21/2017 - 17:53:50] Login handshake completed. Logged in as 'Guest92973' with sessionId 285918736
[17:53:51] [DEBUG] Start new cycle.
[17:53:51] 1501 model(s) online.
[17:53:51] [DEBUG] 0 model(s) in queue.
[17:53:51] [DEBUG] 1 models in config.yml
[17:53:51] [DEBUG] 0 model(s) to record.
[17:53:51] Done >>> will search for new models in 30 seconds.
I attached a photo of the web interface. Thanks for your help.
Reply With Quote
  #1259  
Old 10-21-2017, 08:27 PM
cyberhunter313 cyberhunter313 is offline
Junior Member
 
Join Date: Oct 2017
Posts: 3
cyberhunter313 is on a distinguished road
Default

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


Thanks guys for your help, i actually found the problem. I opened the config.yml with microsoft word instead of an editor like notepad++ and i guess it fucked it up. I replaced that file and made the changed with notepad++ and all works now.
Reply With Quote
  #1260  
Old 10-24-2017, 10:00 AM
lordloki lordloki is offline
Junior Member
 
Join Date: Oct 2017
Posts: 1
lordloki 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 cyberhunter313 View Post
Im not even talking about recording. The web interface shows no models in it.

[...]

I attached a photo of the web interface. Thanks for your help.
same here. my config.yml file is perfectly fine and I can correctly add models via the http://localhost:9080/models/include?nm=modelname link.
the web interface itself is not working though. same stuff in the screenshot.
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 01:04 AM.


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