Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
peer_connection: Only warn about unhandled incmoing RTP track
Browse files Browse the repository at this point in the history
haaspors committed Dec 13, 2024
1 parent e74fd77 commit 9e0500f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrtc/src/peer_connection/peer_connection_internal.rs
Original file line number Diff line number Diff line change
@@ -344,7 +344,7 @@ impl PeerConnectionInternal {
.await;

if let Err(err) = pci.handle_incoming_ssrc(stream, ssrc).await {
log::error!(
log::warn!(
"Incoming unhandled RTP ssrc({}), on_track will not be fired. {}",
ssrc,
err

0 comments on commit 9e0500f

Please sign in to comment.