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

WebRTC for desktop platforms running Java

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

I can listen for a device being plugged in using `DeviceChangeListener` and I can tell if it's an audio device by using instanceof ` if (device instanceof AudioDevice)` but how...

enhancement

**Describe the bug** I need to restrict codec specification that used in SDP negotiation so I set a List containing only one 'opus' to an instance of 'RTCRtpTransceiver' but underlying...

I posted this to the end of https://github.com/devopvoid/webrtc-java/issues/49 but as it closed I thought I'd put it into a separate issue in case it was missed. I grabbed 0.6.0 for...

bug

Hello ! **Details** The compilation went well, I had no problems... but when I try to launch the app, it crashes instantly. According to my tests, this line causes the...

Hi Alex ! Thank you for [702e58c](https://github.com/devopvoid/webrtc-java/commit/702e58c4810132202f47ced42870ea80adba3347). The application does not crash anymore but I still experience [the same bug](https://github.com/devopvoid/webrtc-java/issues/13). The camera refuses to launch if `device` and `capability` are...

Hi, I added this line to my gradle dependencies: `api 'dev.onvoid.webrtc:webrtc-java:0.5.0'` and I got ``` java.lang.RuntimeException: Load library 'webrtc-java' failed at dev.onvoid.webrtc.PeerConnectionFactory.(PeerConnectionFactory.java:45) ``` I then tried to add: ``` api...

the jvm crashes while loading the native library : I am attaching the full report (I thought that some problems will be solved by changig to the latest 0.50 verion)...

system ubuntu1~20.04 JAVA_HOME OpenJDK 11 When I use webrtc video stream, the memory outside the Java heap keeps rising, and it will not be released after closing peerconnection. Until I...

I downloaded the latest jar package and successfully entered a chat room, but there was no screen display. Does it need any additional configuration?

**Is your feature request related to a problem? Please describe.** I learned today, that DataChannel only supports message sizes around 16 KB. When I tried to send around 770 KB...

enhancement