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)

fuggers 07-05-2017 09:09 PM

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


 
im total crap at this.
i think ive followed the steps right but get the http://localhost:9080 to open in a browser as is unable to connect. any help??

Damianonymous 07-05-2017 09:40 PM

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


 
Quote:

Originally Posted by horacio (Post 92529)
I would like to answer you but I really do not understand what you ask me. Can you be a little clearer?

1. HLS plugins differ in the "open original video size" option.
2. In your mfc-node does not work "Viewers", does not list by the number of viewers.
3. Please take a screenshot of the settings in the nm.bate file, because my system can not find the right path :)

Quote:

Originally Posted by fuggers (Post 92539)
im total crap at this.
i think ive followed the steps right but get the http://localhost:9080 to open in a browser as is unable to connect. any help??

First run the application, then open http://localhost:9080/

horacio 07-06-2017 04:01 AM

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


 
Quote:

Originally Posted by Damianonymous (Post 92541)
1. HLS plugins differ in the "open original video size" option.
2. In your mfc-node does not work "Viewers", does not list by the number of viewers.
3. Please take a screenshot of the settings in the nm.bate file, because my system can not find the right path :)

1. Play HLS M3u8 working fine for me and I do not bother with those details like "open original video size" option
2. Column "Viewers" works for me OK ... b4 I call that "Users" but I wanted to match the other versions.
3. If you have other directories you must manually edit nm.bat with your directories

cd/
cd -nm-mfc
start node main.js

above is command which must be manually entered in 'Command Prompt' windows but this script doing that for you.
If for example your directory is not "C:\-nm-mfc" than "C:\mfc_recorder" then you have to edit nm.bat like:
"cd -nm-mfc" must be replaced with "cd mfc_recorder"

ZeChico 07-06-2017 04:40 AM

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


 
Quote:

Originally Posted by Hermiod (Post 92538)
Is there a way to make the image clickable so we could see the bigger images only when clicked? I suppose inc/exc/del would have to be moved.

EDIT: I tried downloading MPC-HC from its main website, it does not seem to work with the m3u8 link.

Download the k-lite codec pack:
Code:

https://www.codecguide.com/download_k-lite_codec_pack_mega.htm
Click on one of the mirrors.

Damianonymous 07-06-2017 05:28 AM

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


 
Quote:

Originally Posted by horacio (Post 92545)
1. Play HLS M3u8 working fine for me and I do not bother with those details like "open original video size" option
2. Column "Viewers" works for me OK ... b4 I call that "Users" but I wanted to match the other versions.
3. If you have other directories you must manually edit nm.bat with your directories

cd/
cd -nm-mfc
start node main.js

above is command which must be manually entered in 'Command Prompt' windows but this script doing that for you.
If for example your directory is not "C:\-nm-mfc" than "C:\mfc_recorder" then you have to edit nm.bat like:
"cd -nm-mfc" must be replaced with "cd mfc_recorder"

For me it is important because I do not record a resolution of less than 640/480 :) I've already started, I've mistaken the lines :p For me the Viewers does not work, it looks so:

https://s11.postimg.org/7ycdpyi8j/viewers.jpg

Quote:

Originally Posted by ZeChico (Post 92547)
Download the k-lite codec pack:
Code:

https://www.codecguide.com/download_k-lite_codec_pack_mega.htm
Click on one of the mirrors.

Previously I wrote that M3U8 works, the latest version no longer opens the player, only saves the url.

ZeChico 07-06-2017 06:06 AM

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


 
Quote:

Originally Posted by Damianonymous (Post 92548)
Previously I wrote that M3U8 works, the latest version no longer opens the player, only saves the url.

You must configure Firefox to open M3U8 with MPC.
In firefox go to --> tools --> options --> applications --> Now search for M3U8 and change its behaviour to use MPC.

Damianonymous 07-06-2017 07:43 AM

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


 
Ok in Chrome also works, you need to save the player when you first download.

horacio 07-06-2017 11:11 AM

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


 
Quote:

Originally Posted by Damianonymous (Post 92548)
For me it is important because I do not record a resolution of less than 640/480 :) I've already started, I've mistaken the lines :p For me the Viewers does not work, it looks so:
https://s11.postimg.org/7ycdpyi8j/viewers.jpg

For me is also important start stream in the best possible resolution.
As far as this is concerned I have not noticed a difference between "Native HLS Playback" and "Play HLS M3u8" but I am concerned with stability, because the "Play HLS M3u8" is much more stable, it does not crash after about 1 hour.
However, I have the objection to both of the above plugins for Chrome, which do not show video at 16:9 but only in 4:3 format :(
Only when I looked at the picture I realized what was wrong with "Viewer" and sorted it by the numbers is fixed now.
Thank you for letting me know ;)
I changed also nm.bat so I hope there will be easier to edit. Now I've shown how to use other disks, not only C.
I added "Rank" and increased length for "Tags" to 120 letters :)

Otherwise, I noticed that @ZeChico use the word "Topic" for "Tags" which is not a problem but I've noticed a mistake about decoding it.

Line 455 in his index.html now is:
if (m.topic && m.topic.length > 80) {m.topic = m.topic.substr(0, 79) + 'â¦';}

Correct is:
if (m.topic && m.topic.length > 3) {m.topic = decodeURIComponent(m.topic).substr(0, 79) + 'â¦';}

My updated files are there: https://codeload.github.com/horacio9...ode/zip/master

ZeChico 07-06-2017 01:23 PM

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


 
I have:
Code:

if (m.topic) {
        try {
          m.topic = decodeURIComponent(m.topic);
        } catch (e) {                                     
        }
}
                               
if (m.topic && m.topic.length > 80) {
  m.topic = m.topic.substr(0, 79) + '…';
}

First it decodes, than it cuts it, I see no problems.

horacio 07-06-2017 05:21 PM

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


 
Quote:

Originally Posted by ZeChico (Post 92558)
I have:
Code:

if (m.topic) {
        try {
          m.topic = decodeURIComponent(m.topic);
        } catch (e) {                                     
        }
}
                               
if (m.topic && m.topic.length > 80) {
  m.topic = m.topic.substr(0, 79) + '…';
}

First it decodes, than it cuts it, I see no problems.

You're right ... sorry. I have really seen at one point undecoded text but now that I have tried again with your files everything looks OK.
Anyway, I still think that the same result would be with just one line I suggested to you ;) I use it and I have no problem.


All times are GMT -6. The time now is 12:05 AM.