Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Section 3.2.2: Add requirements N13 and N16 #120

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -315,12 +315,25 @@ <h4>Low latency Broadcast with Fanout</h4>
</tr>
</thead>
<tbody>
<tr>
<td>N13</td>
<td>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.</td>
</tr>
<tr>
<td>N15</td>
<td>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.</td>
</tr>
<tr>
<td>N16</td>
<td>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.</td>
</tr>
<tr>
<td>N39</td>
<td>A user-agent must be able to forward media received from a peer
Expand Down