Skip to content

Commit

Permalink
One more issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
kixelated committed Sep 15, 2023
1 parent f5c7c9b commit 8707a73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/issues.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ export function Issues() {
when to render video frames but also when to emit audio samples, which gets very complicated quickly as
it involves synchronization.
</div>
<div>
The current player has no synchronization or buffer, which means that frames are rendered as soon as
they are received over the network. This is meant to demonstate the lower latency bound of the protocol.
We'll need to add a configurable buffer for use-cases where quality and smooth playback is more
important than latency.
</div>
<div>
Additionally, there's no built-in controls. Even something as trivial as changing the volume requires
building a WebAudio filter as opposed to relying on the &lt;video&gt; tag. I'm not a front-end developer
Expand Down

0 comments on commit 8707a73

Please sign in to comment.