Have you thought about something like:
/Johan
From: pjsip on behalf of Gang Liu
Reply-To: pjsip list Date: Saturday, 3 December 2016 at 04:16 To: pjsip list Subject: Re: [pjsip] Changing codec parameter dynamically you can do it at your custom transport adapter.
for example I guess you have some application flag "without audio". when this flag enabled, drop some rtp frames and send only 200 ms. only things you need to do is
rewrite rtp seq and rtp timestamp correctly at your adapter if remote peer don't like big big packet loss.
VAD work for some codec, some wouldn't because some like "SID" frames still sending out.
On Sat, Dec 3, 2016 at 7:12 AM, <301@xxxxxxx> wrote:
|
_______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@xxxxxxxxxxxxxxx http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org