-
While doing my PR for #56 I found that the project will not compile on the recently released Fedora 41 due to the newer version of FFmpeg having removed fields that were previously deprecated. This is…
-
When starting the application recording on resolution 500*500 then resizing the application then resolution gets distorted.
I tried with this code but no success
private void Window_SizeChanged(…
-
Hi @pedroSG94 I am doing recording feature every 10sec using startRecord and stopRecord. before startRecord, I called prepareAudio and prepareVideo method. These below crashes happening in some of the…
-
Currently the spec doesn't specify any way for VideoEncoder to signal that a frame has been dropped due to `realtime` mode constraints.
I think it would be useful to have such a signal.
Possible opt…
-
### Device / Android version: *Pixel 7, API 34*
### Logs
FATAL EXCEPTION: VideoEncoder
java.lang.IllegalStateException: writeSampleData returned an error
at android.media.MediaMuxer.nativeWriteS…
-
The original video is encoded with VideoEncoder and muxed with mp4-muxer.
As you can see in the first vid, after I seek, the playhead starts moving but the frame is frozen. Later on in the video I se…
-
Hello,
I use RtspStream to push android screen and microphone to rtsp server (we use [ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit) as server site)
my android code:
```
rtspStream = new…
-
**Is your feature request related to a problem? Please describe. 📝**
No
**Describe the solution you'd like 🔑**
https://github.com/NiiightmareXD/windows-capture/blob/694f8aecbd4d0d8f0323ca96d2db63…
-
The [demo app](https://examples.diffusion.studio/) crashes when being used in Chrome 129.0.6668.101 on a MacBooks with Apple M3 processor.
A call to `VideoCodec.encode` fails with the following err…
-
### Start with the `why`:
VideoEncoder only supports NV12 or GRAY8 format. It cannot be used to encode depth images, only disparity images with subpixel disabled. This creates a big headache for us w…