Re: ICE restart question regarding TransportFlows

2016-03-01 Thread Martin Thomson
On Wed, Mar 2, 2016 at 4:13 AM, Michael Froman wrote: > What is not clear to me is whether these existing TransportFlows can (or even > should) be reused by switching out the NrIceMediaStream held in > TransportLayerIce after the ice restart. Nils mentioned that building all > new TransportFlo

Re: TCP Turn Relay

2016-03-01 Thread Nils Ohlmeier
> On Feb 29, 2016, at 04:23, Balwant Bisht wrote: > > TCP turn via proxy work in Firefox? > > I am trying to establish webrtc call via Turn's TCP port 443 and user is > behind proxy server which require authentication. But firefox not trying to > connect to turn server on port 443. I tried on

ICE restart question regarding TransportFlows

2016-03-01 Thread Michael Froman
I’ve been working on implementing ICE restart and have run into a question on how to handle the NrIceMediaStream (and NrIceCtx) embedded in each TransportFlow. Currently the TransportFlows are built in MediaPipelineFactory::CreateOrGetTransportFlow and then associated with a NrIceMediaStream i