Skip to content

Commit c08c219

Browse files
committed
Fixed missing SSRC in AudioBridge forwarders when not specified
1 parent 623e567 commit c08c219

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/janus_audiobridge.c

+1
Original file line numberDiff line numberDiff line change
@@ -8808,6 +8808,7 @@ static void *janus_audiobridge_mixer_thread(void *data) {
88088808
length = 160;
88098809
}
88108810
/* Update header */
8811+
rtph->ssrc = htonl(rf->stream_id);
88118812
rfm->seq_number++;
88128813
rtph->seq_number = htons(rfm->seq_number);
88138814
rfm->timestamp += (rfm->codec == JANUS_AUDIOCODEC_OPUS ? OPUS_SAMPLES : G711_SAMPLES);

0 commit comments

Comments
 (0)