-
Notifications
You must be signed in to change notification settings - Fork 408
Closed
Labels
Description
rtpengine version the issue has been seen with
13.4.1.8+0~mr13.4.1.8 git-HEAD-55787df
Used distribution and its version
Debian 12
Linux kernel version used
5.15.0-153-generic
CPU architecture issue was seen on (see uname -m)
x86_64
Expected behaviour you didn't see
I use rtpengine_manage with flags rtcp-mux-offer SDES-off DTLS=passive RTP/SAVPF ICE=force codec-mask-PCMA codec-transcode-opus/48000/2/32000//stereo--0;useinbandfec--1;usedtx--1;maxaveragebitrate--24000;maxplaybackrate--16000;ptime--20, and each flag makes changes to the parameters except for usedtx. I expected usedtx to change the SDP parameter usedtx.
Unexpected behaviour you saw
usedtx don't change anything in the SDP. I see SDP without usedtx:
a=rtpmap:96 opus/48000/2
a=fmtp:96 stereo=0; useinbandfec=1; maxplaybackrate=16000; maxaveragebitrate=24000
Steps to reproduce the problem
Add usedtx flag and see SDP.
Additional program output to the terminal or logs illustrating the issue
Anything else?
No response