[SR-Users] set_rtpengine_set question

Juha Heinanen jh at tutpro.com
Sat Aug 24 14:38:37 CEST 2019


Answering to my own question: use the same set order both in offer and
answer.

-- Juha

> When set_rtpengine_set() is called with two parameters before
> rtpengine_offer(), e.g.
> 
> set_rtpengine_set("1", "2");
> rtpengine_offer();
> 
> it was not clear to me from rtpengine README, if the sets need to
> reversed when set_rtpengine_set() is called before rtpengine_answer(),
> i.e.,
> 
> set_rtpengine_set("2", "1");
> rtpengine_answer();
> 
> or can the order of the sets be the same as it was in case of
> rtpengine_offer()?
> 
> -- Juha



More information about the sr-users mailing list