From 9fdbfde1e249a5123ef9f0f63c1b39620c6b03cb Mon Sep 17 00:00:00 2001 From: Bernard Aboba Date: Sat, 15 Jul 2023 09:55:33 -0700 Subject: [PATCH 1/2] Section 3.2.2: Add requirements N13 and N16 Partial fix for #103 --- index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/index.html b/index.html index 1314933..75f9202 100644 --- a/index.html +++ b/index.html @@ -315,12 +315,25 @@

Low latency Broadcast with Fanout

+ + N13 + It must be possible to support data exchange + in a web, service, or shared worker. Support for + service workers allows the page to issue a fetch() + which can be resolved in the service worker. + N15 The application must be able to take steps to ensure a low and consistent latency for audio, video and data under varying network conditions. This may include tweaking of transport parameters for both media and data. + + N16 + It must be possible to send arbitrary data reliable, unreliable or + partially reliable with a specific maximum number of retransmissions + or a specific maximum timeout. + N39 A user-agent must be able to forward media received from a peer From b58d46cd2eea42c5d3b6d632dae1f5b50fd9098b Mon Sep 17 00:00:00 2001 From: Bernard Aboba Date: Sat, 15 Jul 2023 10:25:53 -0700 Subject: [PATCH 2/2] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 75f9202..512be8d 100644 --- a/index.html +++ b/index.html @@ -315,7 +315,7 @@

Low latency Broadcast with Fanout

- + N13 It must be possible to support data exchange in a web, service, or shared worker. Support for