Florent Castelli

Results 56 comments of Florent Castelli

And yes, apparently, disabling it helped a ton. I guess the video component isn't resetting the stream properly and VDPAU is quite confused (as you would expect from HW decoders)

This is a browser bug where the MediaCapabilities would report that the encoders are technically able to do SVC but the WebRTC encoders are not able to be configured for...

There is still some usage of the prefixed APIs, and it's still uncertain if those are caused by code using the deprecated API before the standard one. There are also...

> Is this related?: I'm looking at a case where the offerer offers sendonly video. I struggle on how to enable the receiving application to apply codec preferences (re-order and...

> One slightly confusing thing for me is that webrtc-extensions adds the possibility to define a codec with setParameters on the _RTCRTPsender_. Can't this be a problem if used before...

We should not have any senders with 0 encodings. The algorithm to create an `RTCRtpSender` says: > If sendEncodings is given as input to this algorithm, and is non-empty, set...

On my machine with an AMD 5950X 16 cores / 32 threads, the value returned by Environment.ProcessorCount is 32. Unfortunately, this is not optimal for running my computational intensive tests....

After some investigation in collaboration with @Supamiu , we found the following: - For more recent relics like the crafting ones, we do have information about the quest that gives...

Why wouldn't it be built from the master branch? The gh-pages is just an export from the master branch, that part should be automated, which is what this is doing.

Let me clarify this: you don't have to do any manual changes to change the gh-pages branch with automation, you just update master and it's published moments later (not daily...