backend and frontend: support out of order chunks + now it's performant on chrome

This commit is contained in:
2025-08-12 02:20:46 -06:00
parent 7afd8db8d8
commit e80543144a
21 changed files with 876 additions and 253 deletions
+3 -1
View File
@@ -4,6 +4,8 @@
$: url = streamStore.Url;
$: certHash = streamStore.CertHash;
$: width = streamStore.Width;
$: height = streamStore.Height;
</script>
<svelte:head>
@@ -13,7 +15,7 @@
<!--<section>
</section>-->
<Stream {url} {certHash} />
<Stream {url} {certHash} {width} {height} />
<style>
section {