Audio/video stream recording forums
|
| Attention Visitor: |
You may have to register or log in before you can post:
|
|
|||||||
|
|
|
Thread Tools | Display Modes |
|
#951
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
I keep trying to run it elsewhere and it just fails, even tried moving just main.js/index.html to my other working folder of mfc-node and it also fails to record stuff. Renaming node.bat manages to start it, but nothing happens. EDIT: Tried running the commands in node.bat manually, they just end up at a windows error box. |
|
#952
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)If you right click and edit the .bat file you'll see the cd command that will change to this directory. Try making a shortcut to node.exe and add " main.js" to the end of the target by going into the properties of that shortcut.
|
|
#953
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
THANK YOU for all your support, YES, i did it make it work but to make it work, i had to rename node.bat to node1.bat because when i was trying to node main.js the system recognised node (batch file). so now its working, i do not know if it is recording something, or how to start stop etc, but i will check MANY THANKS to ALL DEVELOPERS |
|
#954
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)THANK YOU for all your support, YES, i did it make it work
but to make it work, i had to rename node.bat to node1.bat because when i was trying to node main.js the system recognised node (batch file). so now its working, i do not know if it is recording something, or how to start stop etc, but i will check MANY THANKS to ALL DEVELOPERS |
|
#955
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
![]() |
|
#956
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Mines still okay.
|
|
#957
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
Dirty fix is to find the lines Code:
var topic_dec = decodeURIComponent(m[14]); var tags_dec = decodeURIComponent(m[21]); Code:
var topic_dec = '';
try {
topic_dec = decodeURIComponent(m[14]);
} catch (err) {
topic_dec = m[14];
}
var tags_dec = '';
try {
tags_dec = decodeURIComponent(m[21]);
} catch (err) {
tags_dec = m[21];
}
|
|
#958
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
It's me who thanks! ![]() |
|
#959
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)I would like antihero to update CamgirlzREC as well...
![]() |
|
#960
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Thank you supersonic80. That seems to have fixed it
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|