From 62028be064929e1c10e72da89c9f827b632e11d7 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 28 Jan 2026 10:57:43 +0200 Subject: [PATCH] janus: rtpv: mark all extensions as sendonly --- janus/src/rtpv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/janus/src/rtpv.c b/janus/src/rtpv.c index b59fcd3..17bd053 100644 --- a/janus/src/rtpv.c +++ b/janus/src/rtpv.c @@ -71,8 +71,8 @@ char *us_rtpv_make_sdp(us_rtpv_s *rtpv) { "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 + "a=extmap:1/sendonly urn:3gpp:video-orientation" RN + "a=extmap:2/sendonly http://www.webrtc.org/experiments/rtp-hdrext/playout-delay" RN "a=extmap:3/sendonly http://www.webrtc.org/experiments/rtp-hdrext/abs-capture-time" RN "a=sendonly" RN, pl, pl, pl, pl, pl, pl,