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)

Snap 07-03-2017 06:55 AM

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


 
Quote:

Originally Posted by ZeChico (Post 92464)
This is my latest version, the menu have a small preview, and when the mouse cursor is hover, it will update.
It will not auto-load preview for models with less than 20 spectators.

(the image have been edited to hide nudity)



Download:
Code:

https://www.sendspace.com/file/tvgf7t
Or:

Thanks, working well I think. Still getting the timeout error but everything is still working, from what I can tell.

OntintheGod 07-03-2017 07:19 AM

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


 
1. i installed node 8.1.3 (i have windows 10)
2. i installed and copy ffmpeg in the working directory
3. i run npm install and node main.js; it gave me to choose 3 option : exit (3) chaturbate (2) and myfreecams (0); i selected 0; it flashes something
4. i opened browser (chrome) and try to open http://localhost:9080 but showed me anything

I assumed that i should install node 6.3.X, but getting into the downloads i see a huge variety of nodes to download.

How i should know which is the proper node version for my needs ?

ZeChico 07-03-2017 07:26 AM

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


 
Quote:

Originally Posted by Snap (Post 92479)
Thanks, working well I think. Still getting the timeout error but everything is still working, from what I can tell.

The timeout error means that the node did not update (models list), it will update in the next refresh. The recording should still be recording.

Quote:

Originally Posted by OntintheGod (Post 92480)
1. i installed node 8.1.3 (i have windows 10)
2. i installed and copy ffmpeg in the working directory
3. i run npm install and node main.js; it gave me to choose 3 option : exit (3) chaturbate (2) and myfreecams (0); i selected 0; it flashes something
4. i opened browser (chrome) and try to open http://localhost:9080 but showed me anything

I assumed that i should install node 6.3.X, but getting into the downloads i see a huge variety of nodes to download.

How i should know which is the proper node version for my needs ?

They seem to recommend Node 6.3.1:
Code:

https://nodejs.org/download/release/v6.3.1/win-x86/
I'm still using node 4.5.0...

John1915 07-03-2017 08:24 AM

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


 
First: Thanks to mfmax for letting me know about the recent mfc update!

Here is version 0.2.5 of OnlineModels:
http://www76.zippyshare.com/v/LOVPThZA/file.html

Changes:
updated JSON parsing to work with recent mfc update

Important: The order in which the app outputs the data changed a bit to represent the actual layout mfc uses. Now "blurb" is also being read from rdata (fast) and the index of a couple items has changed. If you use this to parse data to your own app, please check if everything works correctly!

Update: I'm still planning on releasing 0.3 at some point but am currently swamped with irl stuff. I have some really nice features planned that just need more time, so I really can't give an eta but I can promise that I'll work on it!

ZeChico 07-03-2017 09:27 AM

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


 
1 Attachment(s)
On this new version the "Link" for mobile forces high quality stream.
The "Link" is not meant for desktop.

It should open a new tab (you have to disable popups) and open the video in the browser or give you the option to open it using an external player.

If you have the firewall open for node, you should be able to access the MFC node page on you mobile device (have to be using wireless from the same network) using the IP of the PC (instead of using 127.0.0.1 or localhost) and port 9080.

If you connect a mouse to your mobile device it should also update the snap shots the same way.

This was all tested on an Android phone.

Download:
Code:

https://www.sendspace.com/file/y32obb
Or:

horacio 07-03-2017 11:43 AM

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


 
Quote:

Originally Posted by OntintheGod (Post 92480)
1. i installed node 8.1.3 (i have windows 10)
2. i installed and copy ffmpeg in the working directory
3. i run npm install and node main.js; it gave me to choose 3 option : exit (3) chaturbate (2) and myfreecams (0); i selected 0; it flashes something
4. i opened browser (chrome) and try to open http://localhost:9080 but showed me anything

I assumed that i should install node 6.3.X, but getting into the downloads i see a huge variety of nodes to download.

How i should know which is the proper node version for my needs ?

Node version is not problem. In may case all is OK.
You must go step by step. With Command prompt window you must install and check all 3 node directories 'C:\-nm-mfc\', 'C:\-nm-cb\' and 'C:\-nm-su\'. For me is stupid have ffmpeg.exe in every 3 directories ... better is put one somewhere in path ... I like a parrot to repeat that is C:/Windows good location for that.
You must get this kind of window roughly after 'node main.js' command:



Node.bat should start at the end when you sure that all 3 master nodes are successfully installed.

horacio 07-03-2017 01:11 PM

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


 
From @ZeChico I took the 'menu' with thumbnail so it's now possible to know what's going on in the room and without other methods. Many thanks @ZeChico ;)

- When you click on a thumbnail (yellow), a menu appears and you can add this model to your favorites to recording immediately, and you can also stop recording immediately.

- When you click on model name (green) you get the full size picture across the entire browser page.

- When you click on 'State/Online'(blue) you can enter in the model room on new browser page.

- When you click on 'Mob./true'(red) you can view stream on new Chrome browser page if you have 'Native HLS Playback' add-on (https://chrome.google.com/webstore/d...pbekeedfgemhof) installed.
At the end of the browser URL behind m3u8? I've put a model name that can be useful if at some point you want to start recording to know model name ;)

The last column is 'tags'. Previously it was 'topic' but I think 'tags' are more useful if you want to quickly find F3 with certain model categories ;)



I'm fortunate that the models were not so crazy that censorship was not needed ;)

OntintheGod 07-03-2017 01:20 PM

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


 
Quote:

Originally Posted by horacio (Post 92486)
Node version is not problem. In may case all is OK.
You must go step by step. With Command prompt window you must install and check all 3 node directories 'C:\-nm-mfc\', 'C:\-nm-cb\' and 'C:\-nm-su\'. For me is stupid have ffmpeg.exe in every 3 directories ... better is put one somewhere in path ... I like a parrot to repeat that is C:/Windows good location for that.
You must get this kind of window roughly after 'node main.js' command:



Node.bat should start at the end when you sure that all 3 master nodes are successfully installed.


i get this when i run node main.js

########################################
### MFC Node Recorder by horacio9a ###
########################################
The system cannot find the path specified.


EXIT(3) - ShowUp(2) - Chaturbate(1) - MyFreeCams(0)(ENTER):

horacio 07-03-2017 02:46 PM

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


 
Quote:

Originally Posted by OntintheGod (Post 92488)
i get this when i run node main.js

########################################
### MFC Node Recorder by horacio9a ###
########################################
The system cannot find the path specified.


EXIT(3) - ShowUp(2) - Chaturbate(1) - MyFreeCams(0)(ENTER):

I would like to appeal to all that the quotes are just a text to make the browsing of the forum easier to read.
I'm with @OntintheGod changed a couple of PMs and I hope it will end well.
He and others who want to install Node Master for MFC, CB and SU should pay attention to the zip and directories listed there!

http://stream-recorder.com/forum/sho...&postcount=938

ZeChico 07-03-2017 03:53 PM

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


 
Quote:

Originally Posted by horacio (Post 92487)
From @ZeChico I took the 'menu' with thumbnail so it's now possible to know what's going on in the room and without other methods. Many thanks @ZeChico ;)
(...)

Glad to help. ;)


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