From e13afdd391b05d0ddb3d9841d6e46d4cca4b2cb1 Mon Sep 17 00:00:00 2001 From: girst Date: Tue, 9 Mar 2021 20:30:35 +0100 Subject: [PATCH] remove implemented TODOs re. hls/cors in browser: https://bugzil.la/1263150#c5 --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 83af6ab..581e405 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,9 @@ If you can program in Python or know HTML/CSS, get in touch! - Find a recognizable/googleable/duckable name send suggestions! - - Livestream support (HLS/DASH) - Problem: desktop browsers don't support it natively; hls.js/dash.js cause CORS errors => must rewrite URLs and proxy everything - 1080p support Problem: must mux video and audio streams client side; requiring javascript (non-MediaSource solution to avoid CORS) - /watch endpoint should allow continue playing playlist (&list=PL...&index=x) - - implement some captcha-busting service - see also: https://github.com/iv-org/invidious/issues/1256 - support for autogenerated channels Problem: require different protobuf structures; cannot differentiate from normal channels Samples: UCbqBqmG-EXTUsp2v4SHGDRg, UCuVPpxrm2VAgpH3Ktln4HXg, UClgRkhTL3_hImCAmdLfDE4g -- 2.39.3