webrtc-java icon indicating copy to clipboard operation
webrtc-java copied to clipboard

WebRTC for desktop platforms running Java

Results 73 webrtc-java issues
Sort by recently updated
recently updated
newest added

**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...

enhancement

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...

enhancement

**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...