-
I'm facing an issue while integrating WebRTC audio streaming and Mapbox Navigation audio in the same iOS application. When the Mapbox Navigation SDK plays audio (e.g., turn-by-turn instructions), it i…
-
I noticed that using OSXvnc on a gigabit local network is much slower in terms of update speed vs the default screen sharing (in VNC compatibility mode.) FFmpeg uses avfoundation to capture the screen…
-
Using version 0.22.1 on Mac OS 12.4, a crash occurs. Details, and the relevant part of the backtrace are below:
```rust
thread '' panicked at 'called `Option::unwrap()` on a `None` value', /Users/…
-
I have a strange crash in my video processing app. It uses AVFoundation to work with video & audio and GPUImage for filtering. I have never faced this issue myself but after releasing it to the App St…
-
I enabled the AVFoundation camera provider like this:
https://github.com/kivy/kivy-ios/compare/master...cbenhagen:avfoundation
Using kivy 1.9.1 and master I get the following error when running the c…
-
As soon as I select Camtwist as the source, within .5 seconds the app crashes.
Here's the report.
Process: CocoaSplit [30858]
Path: /Applications/CocoaSplit.app/Contents/MacOS/Coc…
-
### What package does this bug report belong to?
video_player
### What target platforms are you seeing this bug on?
iOS
### Have you already upgraded your packages?
Yes
### Dependenc…
-
I have a mirrorless camera connected to my MacBook Pro via a HDMI capture device that connects to a USB port. This camera isn't detected when I use AVFoundation backend; only the built-in FaceTime cam…
-
Here we are calling `Camera::new`
https://github.com/CapSoftware/Cap/blob/8abfc996cd7077058bc610e1dd8f76677d4e44db/apps/desktop/src-tauri/src/camera.rs#L124-L126
When accessing the builtin Macbook…
-
Apple has the concept of "umbrella frameworks", frameworks that include other "sub-frameworks". objc2 doesn't currently handle these, no crates are provided for any umbrella framework or any sub-frame…