Miguel del Amor

Results 12 issues of Miguel del Amor

Hello gentlemen, If you try to use this library with new Google Toolbar, you'll get a crash every time that you open your application. ( because for using new Toolbar...

### Expected behaviour In order to use MediaProjection you need to request for a permission in this way: ``` mMediaProjectionManager = (MediaProjectionManager) activity.getSystemService(Context.MEDIA_PROJECTION_SERVICE); startActivityForResult( mMediaProjectionManager.createScreenCaptureIntent(), REQUEST_MEDIA_PROJECTION); ``` And then you're...

- Xamarin.Forms 4.3.0.908675 - Rg.Plugins.Popup 1.2.0.223 **Issue** While using CollectionView with GridItemsLayout configuration, Span property has no effect; then just one row/column if shown. If using same layout outside of...

I am trying to use runAs tool to run EXCEL.EXE as another user, and it fails while being under Windows 10 version 2004. ( works on 19xx versions ) This...

**Environment** - Target (SDK) Windows 10, version 1803, 17134. - Running over Windows 10 Pro 1903. - Xamarin Forms 4.2.0.848062 - DLToolkit.Forms.Controls.FlowListView 2.0.11 **Code** I've a custom renderer like this...

I am interested on using the library but to send the capture through network to a remote place, like getting the h264 or h265 nal units and then sending it...

I am trying to check net capacity and I am doing: ``` private async Task FakeDataSource() { await Task.Delay(500); Random rnd = new Random(); var randomBytes = new byte[64000]; //...

I am trying to fix an issue that comes from sending the Android camera using SipSorcery, after several tests I ended up recording the stream in raw h264 just before...

## Summary AkVCamManager is not producing any output, it does nothing. ## Current Behavior When I execute `./build/AkVirtualCamera.plugin/Contents/Resources/AkVCamManager add-device "Virtual Camera"` it keeps waiting and produces no output. Checked as...

Verdict: Question
Platform: Mac

**Steps** 1. Create WasapiLoopbackCapture and add a listener on DataAvailable. 2. Execute StartRecording() of WasapiLoopbackCapture. 3. See that when mute speakers audio data received on DataAvailable is just silence. Note:...