Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#981
|
|||
|
|||
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?? |
#982
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
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:
|
#983
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
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" |
#984
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
Code:
https://www.codecguide.com/download_k-lite_codec_pack_mega.htm |
#985
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
https://s11.postimg.org/7ycdpyi8j/viewers.jpg Previously I wrote that M3U8 works, the latest version no longer opens the player, only saves the url. |
#986
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
In firefox go to --> tools --> options --> applications --> Now search for M3U8 and change its behaviour to use MPC. |
#987
|
|||
|
|||
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.
|
#988
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
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 |
#989
|
|||
|
|||
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) + '…'; } |
#990
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
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. |
Thread Tools | |
Display Modes | |
|
|