From 3a9d3b7b61bc177318ae9bbf120e2850ca29916a Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 7 Sep 2021 00:05:51 +0200 Subject: [PATCH] rip hls --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7401a4d..ae8e2fc3 100644 --- a/README.md +++ b/README.md @@ -910,7 +910,7 @@ in the `scripts` folder: roughly sorted by priority -* hls framework for Someone Else to drop code into :^) +* nothing! currently ## discarded ideas @@ -938,3 +938,5 @@ roughly sorted by priority * indexedDB for hashes, cfg enable/clear/sz, 2gb avail, ~9k for 1g, ~4k for 100m, 500k items before autoeviction * blank hashlist when up-ok to skip handshake * too many confusing side-effects +* hls framework for Someone Else to drop code into :^) + * probably not, too much stuff to consider -- seeking, start at offset, task stitching (probably np-hard), conditional passthru, rate-control (especially multi-consumer), session keepalive, cache mgmt...