If RTP and RTCP terminate in different places you MUST have two DTLS connections.
Question: in the non-mux case today does Chrome use separate DTLS sessions for RTP and RTCP?
On Jul 18, 2014, at 1:38 PM, pthatcherg <notifications@github.com<mailto:notifications@github.com>> wrote:
It would be nice if the there were one DtlsTransport with two IceTransports, to avoid needing any layers above that to know about RTP/RTCP non-mux. It's an interesting solution.
However, what if RTP and RTCP end up going to different hosts? Then you must have two different DtlsTransport objects. Would we make that impossible to do?
—
Reply to this email directly or view it on GitHub<https://github.com/openpeer/ortc/issues/134#issuecomment-49477048>.