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
  #891  
Old 06-29-2017, 03:35 AM
MV07 MV07 is offline
Junior Member
 
Join Date: Jun 2017
Posts: 1
MV07 is on a distinguished road
Default

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


I suppose it could be a problem with the website? Changes to the way model data is handled before, or during, exporting JSON data. CamGirlzRec could be completely fine! I don't know.
Reply With Quote
  #892  
Old 06-29-2017, 06:08 AM
ZeChico ZeChico is offline
Member
 
Join Date: Apr 2014
Posts: 31
ZeChico is on a distinguished road
Default

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


Yes they changed the models data, old one was:
nm: m[0],
uid: m[2],
vs: m[3],
camserv: m[6],
camscore: m[14],
continent: m[15],
rc: m[19]

Now is.
nm: m[0],
uid: m[2],
vs: m[3],
camserv: m[6],
topic: m[14],
camscore: m[16],
continent: m[17],
rc: m[20],
tags: m[21]

MFC node should also be updated with this new format.
Reply With Quote
  #893  
Old 06-29-2017, 06:39 AM
homah homah is offline
Junior Member
 
Join Date: Jun 2017
Posts: 15
homah 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 ZeChico View Post
MFC node should also be updated with this new format.
MFC node seems to be working fine though?
Reply With Quote
  #894  
Old 06-29-2017, 08:20 AM
ZeChico ZeChico is offline
Member
 
Join Date: Apr 2014
Posts: 31
ZeChico 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 homah View Post
MFC node seems to be working fine though?
Yes it is (the last version posted on a few post back), but you should edit the main.js since is not yet updated with the new format so that he web page for control won't be messed up.

EDIT: MFC node seems to be officialy updated now on:
Code:
https://github.com/sstativa/mfc-node

Last edited by ZeChico : 06-29-2017 at 09:07 AM.
Reply With Quote
  #895  
Old 06-29-2017, 08:40 AM
ZeChico ZeChico is offline
Member
 
Join Date: Apr 2014
Posts: 31
ZeChico is on a distinguished road
Default

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


This is my version of the index.html of MFC node:


It's ordered by viewers by default, since for me it's the most important . Camscore means nothing.
The m3u8 works great with media player classic from k-codec pack, it uses much less CPU than VLC (both using software decoding).

If any one of you wants it, you need to replace the files on your MFC node installation with the ones from this zip.
Any of you are free to include it on the MFC node project if you want it.
MFC node update:
Code:
https://www.sendspace.com/file/zkpxub
Or:
Attached Files
File Type: zip MFC_node_update.zip (8.7 KB, 0 views)

Last edited by ZeChico : 06-29-2017 at 12:44 PM.
Reply With Quote
  #896  
Old 06-29-2017, 10:24 AM
homah homah is offline
Junior Member
 
Join Date: Jun 2017
Posts: 15
homah is on a distinguished road
Default

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


thanks for the share, I like how it reports into console who is already recording. Not sure why it has to throw up a random model into console everytime it updates though, I changed it to be a debug message and that sorted it.

edit: just seen your edit thanks

Last edited by homah : 06-29-2017 at 11:23 AM.
Reply With Quote
  #897  
Old 06-29-2017, 12:43 PM
ZeChico ZeChico is offline
Member
 
Join Date: Apr 2014
Posts: 31
ZeChico 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 homah View Post
thanks for the share, I like how it reports into console who is already recording. Not sure why it has to throw up a random model into console everytime it updates though, I changed it to be a debug message and that sorted it.

edit: just seen your edit thanks
LOL, that random model was for debug, I will edit my post with a correct version, you could delete that print line.
I had an old mfc node that reported what models were recording, and the new node have it only in debug mode, I change it back, my main.js is not even based on the new one in
Code:
https://github.com/sstativa/mfc-node
I just copied the updates from that github (chat servers).
Reply With Quote
  #898  
Old 06-29-2017, 01:48 PM
homah homah is offline
Junior Member
 
Join Date: Jun 2017
Posts: 15
homah is on a distinguished road
Default

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


I've pretty much gone with the github one, but thanks to your one I've made it so I can see who is being recorded without going on the web client (can't say I'm a fan of the web client, I'd rather surf mfc and make any changes directly to the config). Also used your timestamp layout, just seems easier to read, as well as changing it from blue to yellow (dark blue on black, ewww)
Here's how it looks now, much more readable: http://i.imgur.com/Nfx800t.jpg

Any idea whats with this code though
Code:
        '-c',
        'copy',
        '-vsync',
        '2',
        '-r',
        '60',
        '-b:v',
        '500k',
Seems to me it's trying to make the fps 60 and reduce the bitrate? bizarre. Doesn't seem to happen on the recordings anyway.

Last edited by homah : 06-29-2017 at 02:10 PM. Reason: typo
Reply With Quote
  #899  
Old 06-29-2017, 02:11 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)


I have finally published my version of @sstativa MFC Recorder at: https://github.com/horacio9a/mfc-node.
Filename format is in config.yml + 'picture preview' + recording in FLV format and some more improving.





Last edited by horacio : 06-29-2017 at 04:48 PM.
Reply With Quote
  #900  
Old 06-29-2017, 02:15 PM
homah homah is offline
Junior Member
 
Join Date: Jun 2017
Posts: 15
homah is on a distinguished road
Default

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


Thanks horacio I'll take a look
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 09:48 PM.


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