imtadashi
imtadashi
I sometimes get this error. But when I create a new project and use the same old code, the issue will be resolved. I don't know what causes this issue...
For what scenario you are working on? Are you trying to capture audio device?
The problem might be in the device you are capturing the audio from. I had the error `System.AccessViolationException: Attempted to read or write protected memory` when I tried to access...
If you use this command `ffmpeg -list_devices true -f dshow -i dummy`. It will show all the available video and audio devices.  You can either use the name directly...
I attempted to share my second screen alone, and that's when I encountered this issue. After checking further, I discovered that FFMpeg v4 exhibits this problem by default. Even when...
> I've had a very similar experience with both issues. > > The memory usage is due to some non ideal memory management in the RTPPeerconnection.SendView & SendAudio methods. The...
> I don't understand, I record several streams at the same time without any error... How did you open multiple browsers tabs in same browsers?
Thanks for the above code suggestion. I have a video source in this variable `cameraSource`. So I manually tried to call this **cameraSource.ForceKeyFrame()**, but it didn't work. The code you...