From e2890e58517f63bb01ab34806d7995eb1c8f5cf8 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 4 Jan 2026 16:03:42 +0200 Subject: [PATCH] janus: removed sync between video and audio --- janus/src/rtpa.c | 2 ++ janus/src/rtpv.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/janus/src/rtpa.c b/janus/src/rtpa.c index b1f8694..1cdd5b9 100644 --- a/janus/src/rtpa.c +++ b/janus/src/rtpa.c @@ -54,6 +54,8 @@ char *us_rtpa_make_sdp(us_rtpa_s *rtpa, bool mic) { "a=rtcp-fb:%u nack" RN "a=rtcp-fb:%u nack pli" RN "a=rtcp-fb:%u goog-remb" RN + "a=mid:a" RN + "a=msid:audio a" RN "a=ssrc:%" PRIu32 " cname:ustreamer" RN "a=%s" RN, pl, pl, diff --git a/janus/src/rtpv.c b/janus/src/rtpv.c index 63b4cb5..ce2f390 100644 --- a/janus/src/rtpv.c +++ b/janus/src/rtpv.c @@ -69,6 +69,8 @@ char *us_rtpv_make_sdp(us_rtpv_s *rtpv) { "a=rtcp-fb:%u nack" RN "a=rtcp-fb:%u nack pli" RN "a=rtcp-fb:%u goog-remb" RN + "a=mid:v" RN + "a=msid:video v" RN "a=ssrc:%" PRIu32 " cname:ustreamer" RN "a=extmap:1 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay" RN "a=extmap:2 urn:3gpp:video-orientation" RN