Sergio Garcia Murillo

Results 92 comments of Sergio Garcia Murillo

WIP via https://github.com/medooze/libdatachannels

no, it is not yet usable. I don't have an ETA for it as it will mainly depend if there is any customer that is requesting for it that priorices...

that seems the ws connection not the DTLS one (note the port 8000). First check that your ws is conencting correctly (accept the self signed SSL certificates) and then check...

DTLS is udp, you are checking the TLS connection for the websocket connection.

check on the browser javascript console that the websocket connection is successfully connected, if not, nothing will work.

I am ok with the patch, but this the event stop listener is removed on Refreser.close() so not really sure why it could be happening. Could you investigae it a...

one question, could it be that you are adding a track twice to the Refresher?

Upgrade available in https://github.com/webrtc/KITE/pull/184

I see several issues with this stat (although as I said before, the more stats the better). On congestion paths, rtt/2 is not a good proxy for one way delay,...

> playoutTimeInReceiverNtp should be RTCInboundRtpStreamStats.timestamp I thought about that too, but isn't it the timestamp of when the stat object is created, which may not be exactly the same as...