View Single Post
  #988  
Old 07-06-2017, 11:11 AM
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)


Quote:
Originally Posted by Damianonymous View Post
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 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
Reply With Quote