You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[mod_opus] configure timestamp increments to be fixed
Allow transcoding between different rate without messing up the
RTP timestamps after transcoding kicks-in.
@celliso1: It appears this PR (#2623) has revealed a bug in the opus encoder affecting the timestamp increment. The RFC 7587 states opus always increments at 48kHz regardless of the payload sample rate, but mod_opus.c is using 16 kHz or 8kHz samples per packet.
Co-authored-by: celliso1 <[email protected]>
Tested-by: Jérôme Poulin <[email protected]>
0 commit comments