Open truongtin opened 3 years ago
I don't know either; you skipped the Issue Template with all the basic information about your project and environment, so I have no idea what you are trying to do on which platform with which version of the code.
@djee-ms I follow the tutorial for UWP at https://microsoft.github.io/MixedReality-WebRTC/manual/cs/helloworld-cs-mediatracks-uwp.html. I have a stuck at Add Local Media Tracks. When added existed VideoBridge.cs and StreamSamplePool.cs files. In VideoBridge.cs file, I cannot call I420VideoFrameStorage class. Visual Studio noticed that "could not be found I420VideoFrameStorage ", I've added MixedReality.WebRTC.UWP by nuget package as Tutorial
The class I420VideoFrameStorage
is defined here:
https://github.com/microsoft/MixedReality-WebRTC/blob/8666f367e61fd478be5433b01939695a33f81d5b/libs/Microsoft.MixedReality.WebRTC/VideoFrameQueue.cs#L41
I saw this code, I'll add this class into StreamSamplePool.cs file Thank you
No, this code is in the core C# library, there is no need to add it anywhere.
But I cannot call this class in my project. How do I call this class in StreamSamplePool.cs ?
@djee-ms Do you know where I can get these files? Thank you
I420VideoFrameStorage could not be found I've added MixedReality.WebRTC.UWP in my UWP project. But I420VideoFrameStorage could not be found. I don't know how to fix this issue. Please help me Thank you