webrtc-java
webrtc-java copied to clipboard
WebRTC for desktop platforms running Java
**Is your feature request related to a problem? Please describe.** `CreatePeerConnectionFactory` takes a `FieldTrialsView` that can be used to enable experimental features (like message interleaving) - the underlying data type...
I can now obtain video frames from MediaMTX's WHP protocol, which basically meets my needs. But there is a small question, I don't know if you have any plans to...
**Describe the bug** Using VideoDesktopSource.setFrameRate to 30 or above only produces a frame every 32ms (ie. 30fps). Setting it to a lower value than 30 does work as expected. I'm...