Yannick

Results 211 comments of Yannick

Sounds good. Before ts v4.6 I also use `es2020`. With ts v4.6 I use `node12` or `nodenext`. I personally prefer keeping ts v4.6 as it will be release soon (next...

Does your instance have a public ip? Did you add some iceServers?

Does your server block outgoing traffic? I believe same domain:port but different protocol should not interfere.

Maybe try twilio's free STUN server: https://www.twilio.com/stun-turn/pricing

You should use your own twilio account to get access to STUN servers. See https://www.twilio.com/docs/stun-turn/api

I do not know if the examples work. But I have deployed an app on ec2 for testing, and it works without https.

> @yandeu, for video broadcasting in browser, I think we need to use https in order to get the access right to the camera and microphone. Oh yes, I guess...

I guess on high cpu load, `delta` could be higher than expected and causing the issue? Is delta in seconds? Can you try to use a fix value for delta,...

You could drop all snapshots that are older than the previous shapshot. Get the time from a snapshot, compare, and call (or not) `SI.snapshot.add(snapshot)`