Miguel del Amor
Miguel del Amor
Could it be an issue related to packet loss ? Just basing my answer as the receiving side is somehow corrupt and the effect is like this one (more or...
I saw on a bit old Microsoft example a full implementation of FEC using XOR and also Reed Solomon, just in case this helps -> https://github.com/conferencexp/conferencexp/blob/master/MSR.LST.Net.Rtp/fec.cs#L47 And Java implementation of...
How can I enable this reader buffer ? I am using PeerConnection and adding MediaStreamTracks but I don't see how to enable this buffer. The reason of wanting to check...
Ok I saw it, sorry: `pc.VideoStream.AddBuffer(TimeSpan.FromSeconds(2));`
You can achieve this over a NSWindow setting the style mask https://developer.apple.com/documentation/appkit/nswindow/stylemask
This is a code sample of how to reproduce the issue: ``` var outputFolder = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Desktop), "NAudio"); Directory.CreateDirectory(outputFolder); var outputFilePath = Path.Combine(outputFolder, "recorded.pcm"); var loopback = new WasapiLoopbackCapture(); var fileWriter...
Same here.. using socket.io server of latest version (2.2.0) with express latest version (4.16.4) and this java library of latest version (0.3.0). Not sure where the problem is.. The code...
Sure, here you go: [maui-app_20230523_172130.zip](https://github.com/filipnavara/mono-gcdump/files/11545995/maui-app_20230523_172130.zip) I had follow the guide that I found here: https://github.com/xamarin/xamarin-android/blob/main/Documentation/guides/tracing.md However my app is a MAUI App, I am trying to found the issue that's...
I have a couple more of netrace files, all of them giving error with mono-gcdump, here you go in case they're helpful [maui-app_20230523_others.zip](https://github.com/filipnavara/mono-gcdump/files/11546007/maui-app_20230523_others.zip)
Same issue here, any solutions ?