Skip to content

Commit

Permalink
Merge branch 'master' into dont-rewrite-missing-tl0picidx
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLennox committed Feb 22, 2024
2 parents e83fce4 + 7db9670 commit 9ef7d37
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions jvb/src/main/kotlin/org/jitsi/videobridge/SsrcCache.kt
Original file line number Diff line number Diff line change
Expand Up @@ -424,16 +424,6 @@ abstract class SsrcCache(val size: Int, val ep: SsrcRewriter, val parentLogger:
val ss = getSendSource(rs.props.ssrc1, rs.props, allowCreateOnPacket, remappings)
if (ss != null) {
send = ss.rewriteRtp(packet, start, rs)
logger.debug { this.toString() }
logger.debug {
if (send) {
"Sending packet: ${debugInfo(packet)} source=${rs.props.name} start=$start"
} else {
"Dropping packet from ${rs.props.name}/${packet.ssrc}. waiting for key frame."
}
}
} else {
logger.debug { "Dropping packet from ${rs.props.name}/${packet.ssrc}. source not active." }
}
}

Expand Down

0 comments on commit 9ef7d37

Please sign in to comment.