Quote:
Originally Posted by Damianonymous
|
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