webrtc-java
webrtc-java copied to clipboard
WebRTC for desktop platforms running Java
Hello Underneath is the code that should work in my opinion. It works with audio and datachannels, but video is not working. I have 1 camera and the camera gets...
How to implement the following code using Java. When the bufferedAmount changes, onBufferedAmountChange is not executed, and the bufferedAmount cannot be reduced. It always remains at the critical value of...
I am new to webrtc.The SDP is being sent to me via a browser through a different js webrtc library.I am trying to set the remote description with `peer_connection.setRemoteDescription(description, set_session_description_observer);`...
**Describe the bug** webrtc-java 0.8.0. Callback instances (all `XxxObserver`s passed to `PeerConnectionFactory.createPeerConnection` and such) are constantly leaking. In my case I need to create a large number of PCs in...
**Describe the bug** `onBufferedAmountChange` never fires on macOS; other datachannel events work fine. **To Reproduce** Provided example uses Kotlin: ``` val nativeChannel: RTCDataChannel = pc.createDataChannel(label, RTCDataChannelInit()) nativeChannel.registerObserver(object : RTCDataChannelObserver {...
Bumps [mdast-util-to-hast](https://github.com/syntax-tree/mdast-util-to-hast) from 13.2.0 to 13.2.1. Release notes Sourced from mdast-util-to-hast's releases. 13.2.1 Fix ab3a795 Fix support for spaces in class names Types efb5312 Refactor to use @imports a5bc210 Add...
I am trying to use this library in a docker scenario for which I do not require audio or video features. This makes the hard requirement for pulse audio a...
1. When I run the program in the Windows and Idea environment, it works normally. However, when I package it as a JAR service, it will report an error. The...
During actual development, we discovered that an incorrect field description caused the backend to return an incorrect `ice-candidate` to the frontend. This prevented the frontend from correctly initiating a connection...