On 07/08/13 09:12, Juha Heinanen wrote:
i read readme of mediaproxy-ng module and don't find the rtpproxy module capability to tell priority of added ice attributes. also, i have hard time parsing this these sentences:
+ + - instructs the RTP proxy to discard any ICE attributes already present in the SDP body and then generate and insert new ICE data, leaving itself as the only ICE candidates. Without this flag, new ICE data will only be generated if no ICE was present in the SDP originally; otherwise the RTP proxy will only insert itself as an additional ICE candidate.
more specifically, what case "otherwise" describes?
Otherwise = no "+" flag given and ICE candidates already present.
There's no support for explicitly specifying the priority. In the case of mediaproxy-ng inserting itself as additional candidates, the priority will be chosen to be lower than anything already present.
cheers