Implemented HLS player (client-side), added scaffold for server-side HLS streamer

This commit is contained in:
the-m-monk
2025-12-30 00:29:05 +10:00
parent 32da27c404
commit 60edd082af
7 changed files with 74 additions and 1 deletions

View File

@@ -8,7 +8,12 @@
<body>
<h2 id="library-viewer-header">Library viewer:</h2>
<div id="library-file-list-container"></div>
<!-- begin templates -->
<template id="library-generic-item-template">
<a class="library-generic-item-href"></a>
</template>
<!-- end templates -->
<!-- begin js -->