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: Clarify Use Case #123

Merged
merged 11 commits into from
Dec 8, 2023
17 changes: 8 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -303,13 +303,12 @@ <h4>Game streaming</h4>
transported using RTP or RTCDataChannel.</p>
</section>
<section id="auction">
<h4>Low latency Broadcast with Fanout</h4>
<p>There are streaming applications that require large scale as well as low latency.
Examples include sporting events, church services, webinars and company 'Town Hall' meetings.
Live audio, video and data is sent to thousands (or even millions) of recipients.
Limited interactivity may be supported, such as allowing authorized participants to ask
questions at a company meeting. Both the media sender and receivers may be behind a NAT.
P2P relays may be used to improve scalability, potentially using different transport than
<h4>Ultra Low latency Broadcast with Fanout</h4>
<p>There are streaming applications that require large scale as well as ultra low latency (glass-glass latency less than 500ms).
Examples include auctions and financial news. Live audio, video and data is sent to
thousands (or even millions) of recipients. Limited interactivity may be supported, such as
capturing video or audio from auction bidders. Both the media sender and receivers may be behind a NAT.
Peer-to-peer relays may be used to improve scalability, potentially using different transport than
the original stream.</p>
<p class="note">This use case has completed a Call for Consensus (CfC) [[?CFC-Low-Latency]] but has unresolved issues.</p>
<table class="simple">
Expand All @@ -336,8 +335,8 @@ <h4>Low latency Broadcast with Fanout</h4>
</tr>
</tbody>
</table>
<p>Experience: |pipe|, Peer5 and Dolby are examples of this use case, with media
transported via RTP or RTCDataChannel.</p>
<p>Experience: |pipe| and Dolby are examples of this use case, with media
transported via RTP.</p>
</section>
</section>
<section id="iot*">
Expand Down