Skip to content

Commit

Permalink
Pass frame data to main thread
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlymatthew committed Oct 9, 2024
1 parent c06068d commit 8e918e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@
dependency, also known as simulcast.
</p>

<p>
Key frames are green, delta frames are yellow.
</p>

<div style="display: flex; ">
<div style="margin-right: 8px">
<div>
Expand Down
2 changes: 2 additions & 0 deletions js/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ async function handleTransform(operation, readable, writable) {
timestamp,
spatialIndex,
temporalIndex,
data,
size,
type,
});
Expand Down Expand Up @@ -111,6 +112,7 @@ async function handleTransform(operation, readable, writable) {
timestamp,
spatialIndex,
temporalIndex,
data,
size,
type,
});
Expand Down

0 comments on commit 8e918e5

Please sign in to comment.