Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (Adult streaming videos) (http://stream-recorder.com/forum/forumdisplay.php?f=40)
-   -  

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

(http://stream-recorder.com/forum/showthread.php?t=3851)

MV07 06-29-2017 02:35 AM

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.

ZeChico 06-29-2017 05:08 AM

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.

homah 06-29-2017 05:39 AM

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


 
Quote:

Originally Posted by ZeChico (Post 92359)
MFC node should also be updated with this new format.

MFC node seems to be working fine though?

ZeChico 06-29-2017 07:20 AM

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


 
Quote:

Originally Posted by homah (Post 92361)
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

ZeChico 06-29-2017 07:40 AM

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


 
1 Attachment(s)
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:

homah 06-29-2017 09:24 AM

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

ZeChico 06-29-2017 11:43 AM

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


 
Quote:

Originally Posted by homah (Post 92366)
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).

homah 06-29-2017 12:48 PM

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.

horacio 06-29-2017 01:11 PM

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.





homah 06-29-2017 01:15 PM

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


 
Thanks horacio I'll take a look :)


All times are GMT -6. The time now is 06:28 AM.