[OpenSIPS-Users] SIPREC video calls
Walter Schober
walter.schober at neotel.at
Wed Feb 18 19:48:39 UTC 2026
Hi Sal!
Thank you for the references. [2] is exactly my issue. Following the suggestion this results in
$siprec(media) = "allow-transcoding asymmetric rtpp-flags=sdp-media-remove=[video]";
rtpengine.log:
2026-02-18T20:29:13.287789+01:00 p01t-1 rtpengine[720]: DEBUG: [srs-i-jib4vodead5nlg8cbg7t]: [control] Dump for 'subscribe request' from 10.55.252.196:45930: { "call-id":
"srs-i-jib4vodead5nlg8cbg7t", "flags": [ "all", "siprec", "allow-transcoding", "asymmetric" ], "rtpp-flags": "sdp-media-remove=[video]", "received-from": [ "IP4", "0.0.0.0
" ], "from-tag": "1", "command": "subscribe request" }
which still does not filter out the video. -> no error in rtpengine.log for an unknown parameter though.
Also tried:
sdp-media-remove-video
sdp-media-remove--video
sdp-media-remove=[video] -> "sdp-media-remove": "[video]"
sdp-media-remove=[video,text]
sdp-media-remove=[\“video\“] -> "sdp-media-remove": "["video"]"
all attr=value go into attr:strvalue into NG, all others go into flags list.
But maybe simply the „subscribe request“ does not support sdp-media-remove?
br
Walter
Am 18.02.2026 um 19:03 schrieb Salvinder Parhar <salvinder.parhar09 at gmail.com>:
Hi Walter,
I think there's a PR[1] from NormB waiting to be reviewed/merged that introduces sending flags as list to rtpengine.
In the meantime, as advised by Richard in the rtpengine google group [2], you can use the below syntax to send it:
`rtpengine_offer("rtpp-flags=sdp-media-remove=[video]")`
[1] https://github.com/OpenSIPS/opensips/pull/3818
[2] https://groups.google.com/g/rtpengine/c/yXDeKzLYmVw/m/k1yFRddFAQAJ
Thanks,
Sal
_______________________________________________
Users mailing list
Users at lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20260218/320e53ac/attachment-0001.html>
More information about the Users
mailing list