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
  #1161  
Old 08-06-2017, 11:26 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 horacio View Post
These errors are thrown by MFCAuto module that handles communication with MFC servers.

You can try to install https://www.npmjs.com/package/forever

More about that you can found there: https://github.com/sstativa/mfc-node/issues/34
Thanks I`ll try that, I am using a bat file.
Reply With Quote
  #1162  
Old 08-07-2017, 01: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)


Back to being unable to load index.html, I checked the one you posted a few posts ago and that one does not work either, the following error shows up in the console:

Error: malformed URI sequence
vm.refresh/</vm.serverModels<@http://localhost:9080/:507:61
vm.refresh/<@http://localhost:9080/:489:31
e/<@https://code.angularjs.org/1.5.11/angular.min.js:132:434
$eval@https://code.angularjs.org/1.5.11/angular.min.js:147:65
$digest@https://code.angularjs.org/1.5.11/angular.min.js:144:123
$apply@https://code.angularjs.org/1.5.11/angular.min.js:147:361
l@https://code.angularjs.org/1.5.11/angular.min.js:99:192
K@https://code.angularjs.org/1.5.11/angular.min.js:103:376
tg/</N.onload@https://code.angularjs.org/1.5.11/angular.min.js:104:338
Reply With Quote
  #1163  
Old 08-07-2017, 01:20 AM
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 Hermiod View Post
Thanks I`ll try that, I am using a bat file.
So you use the mfc.exe version?
In this case, it is enough to start the program again to get an xchat address that is not currently overloaded.
I have to admit that this happens to me very rarely.
Reply With Quote
  #1164  
Old 08-07-2017, 02:13 AM
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 Hermiod View Post
Back to being unable to load index.html, I checked the one you posted a few posts ago and that one does not work either, the following error shows up in the console:

Error: malformed URI sequence
vm.refresh/</vm.serverModels<@http://localhost:9080/:507:61
vm.refresh/<@http://localhost:9080/:489:31
e/<@https://code.angularjs.org/1.5.11/angular.min.js:132:434
$eval@https://code.angularjs.org/1.5.11/angular.min.js:147:65
$digest@https://code.angularjs.org/1.5.11/angular.min.js:144:123
$apply@https://code.angularjs.org/1.5.11/angular.min.js:147:361
l@https://code.angularjs.org/1.5.11/angular.min.js:99:192
K@https://code.angularjs.org/1.5.11/angular.min.js:103:376
tg/</N.onload@https://code.angularjs.org/1.5.11/angular.min.js:104:338
I assume this is happening because of a symbol that appears in 'blurb' or 'topic' so i made a version without this data so try it.

The last index version is: http://www.mediafire.com/file/lnwmas...x_20170806.rar

Index version without 'blurb' and 'topic' is: http://www.mediafire.com/file/eemh0d...7_no_blurb.rar

To remind, other v.2.0.6 'exe' files are here: http://www.mediafire.com/file/usmynn...2-20170803.rar
Reply With Quote
  #1165  
Old 08-07-2017, 05:06 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 horacio View Post
So you use the mfc.exe version?
In this case, it is enough to start the program again to get an xchat address that is not currently overloaded.
I have to admit that this happens to me very rarely.
Using the normal node.js version. Will try 'forever'.

Quote:
Originally Posted by horacio View Post
Index version without 'blurb' and 'topic' is: http://www.mediafire.com/file/eemh0d...7_no_blurb.rar
Same error, will try to debug it.

EDIT:This seems to have allowed it to load
//if (m.topic && m.topic.length > 3) {m.topic = decodeURIComponent(m.topic).substr(0,160);}
m.topic ='';
Reply With Quote
  #1166  
Old 08-07-2017, 11:03 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 Hermiod View Post
Same error, will try to debug it.

EDIT:This seems to have allowed it to load
//if (m.topic && m.topic.length > 3) {m.topic = decodeURIComponent(m.topic).substr(0,160);}
m.topic ='';
You're right, I did not completely remove the 'blurb' and 'topic'. Here's a corrected index.html so try it now.

Link for corrected version without 'blurb' and 'topic' is: http://www.mediafire.com/file/cgj7wb...8_no_topic.rar

main.js is also changed so you can try both versions of 'index.html' for the test.

Download link for all files in zip: https://github.com/horacio9a/mfc-node/archive/v2.zip

Last edited by horacio : 08-07-2017 at 11:49 PM.
Reply With Quote
  #1167  
Old 08-09-2017, 01:31 AM
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)


Hey Horacio,

really liking the program, but i'm confused about what the 'queue' option is for in the config file. I'm confused on how it works or how I can/should use it.

I haven't even messed with it yet because i didn't want to screw things up with my current node settings.

Thanks
Reply With Quote
  #1168  
Old 08-09-2017, 05:09 AM
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)


You should not touch it, it is for "internal" use only.

All your requests from WebUI go to the queue. Then the script checks the queue every 30 seconds and apply your changes.



Quote:
Originally Posted by Syl0pt View Post
Hey Horacio,

really liking the program, but i'm confused about what the 'queue' option is for in the config file. I'm confused on how it works or how I can/should use it.

I haven't even messed with it yet because i didn't want to screw things up with my current node settings.

Thanks
Reply With Quote
  #1169  
Old 08-09-2017, 10:23 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 supersonic80 View Post
You should not touch it, it is for "internal" use only.

All your requests from WebUI go to the queue. Then the script checks the queue every 30 seconds and apply your changes.
Ok, good to know...

Thanks for the reply.
Reply With Quote
  #1170  
Old 08-11-2017, 03:27 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)


Can someone tell me who is Celestia Vega and why are there almost 13k people in her room?

EDIT: 15k now, she seems to be online on a lot of social media
EDIT2: 16.5k, is she famous or something?
EDIT3: 17.1k and the server is dead :lol:
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 05:57 PM.


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