webrtc-java
webrtc-java copied to clipboard
WebRTC for desktop platforms running Java
**Describe the bug** When using the webrtc-java library to connect to the SRS streaming media server and pull a WebRTC video stream, the video playback is extremely slow (approximately one...
I'm trying to use webrtc-java library to create a webrtc data channel between two peers. 1. [Relevant code](https://gist.github.com/suyash192/f8995c7d56659a1055135e102d77eb06) 2. [Webrtc Logs](https://gist.github.com/suyash192/bb19fb7cdf7b705b9c09da5c9c64955b) On execution and after calling `connect()` function of my...
When I run using Java 8, calling dispose() causes the JVM to crash. My project is developed with Java 8, and I need it to support Java 8.
**Describe the bug** Runtime behavior is fine during execution, but a native crash occurs on program exit. ``` # A fatal error has been detected by the Java Runtime Environment:...
**Describe the bug** 1. If you do not use classifier to specify the platform, an error will be reported that the corresponding implementation cannot be found mvn dependency is as...
**Is your feature request related to a problem? Please describe.** There's currently no way to intercept, modify, or inject custom encoders, transform packets, or interoperate into the RTP/RTCP packet processing...
**Is your feature request related to a problem? Please describe.** Currently, the library does not appear to support raw PCM (L16 / LPCM) audio streams. This makes it difficult to...
**Describe the bug** I am unable to hear clear sound on the device using CustomAudioSource.pushAudio, and it often reports errors **To Reproduce** Steps to reproduce the behavior: The audio stream...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.5 to 7.1.11. Release notes Sourced from vite's releases. v7.1.11 Please refer to CHANGELOG.md for details. v7.1.10 Please refer to CHANGELOG.md for details. v7.1.9 Please refer to...