kspark-scott

Results 13 comments of kspark-scott

I can add a bit more context, for the record if nothing else. I've done this using just the data channel and was impressed at the low latency, though it...

Hi @Daniel4144 , regarding alignment, there are known alignment issues with MRC on HoloLens 1. Specifically, alignment drifts as you get further away from the focus point/plane for the scene....

I can at least confirm that we use coturn with MixedReality-WebRTC -- both v1.0.3 and v2.0.2 -- and have had no problem with relay candidates being generated and used as...

@torepaulsson, yes, that's the difference. We use only `turn`. I missed the reference to `turns` in the original description.

Thanks Filippo (@fibann). We can try this out, though it may take a few days before I have the time to fit it in. It will require a change to...

@fibann, fantastic, thanks. I hope to get a chance to try this out on Monday (I'm set up to build the core dependencies locally).

@fibann, I was able to try the new max-quantization parameter today and can confirm that it appears to be working as expected in the context of our app without requiring...

I can confirm that we did indeed go with the lower resolution (896x504). We often use relatively low bit rates (generally 1 mbps but often 512 kbps and even 128...

@astaikos316 What capture resolution and frame rate are you using? If you make impossible demands of the encoder -- e.g. "please encode this 1920x1080@30 fps capture into a 128kbps stream"...

@astaikos316 we update the SDP in the PeerConnection.LocalSdpReadytoSend event handler before sending it to the peer. There generally won't be a b=AS line. If there is, you replace it, if...