Skip to content

Commit

Permalink
fix: add log
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Feb 23, 2025
1 parent 624c55f commit 45b62e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,7 @@ export const Renderer = (args: { stream: MediaStreamDB }) => {
}

// announce it in the discovery db so other replicators (non browser) nodes can find it and replicate it
console.log({ discovery: mediaStreamDB.address });
mediaStreamDBs.mediaStreams.put(mediaStreamDB);

videoLoadedOnce.current = true;
Expand Down

0 comments on commit 45b62e5

Please sign in to comment.