fc-ts
fc-ts
> Are you using a media server, with one PeerConnection per remote participant? Yes
> I'm not sure how to help here, this looks like the frame buffer passed to `LoadRawTextureData` is invalid somehow. This is (almost directly) coming from the internal `libwebrtc` C++...
Okay I have some new info. Basically, some time ago I made changes to the `VideoRenderer` script because I noticed that video tracks with an odd dimension (width and/or height)...
First of all, thanks for the fast responses! I'm happy to see the changes are correct and I will certainly open a PR for these! About the crash, why do...
Unfortunately, the funny thing is that it crashes on the Y component ```csharp _textureY.LoadRawTextureData(frameData.DataY, lumaSize); ``` so it does not even arrive to load the U and V data!