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

In dev: win10 with soundcard, all is right. (pc1)browser(addtrack)->server(webrtc-java ontrack->addtrack)->browser(ontrack pc2). In production: ubuntu18.0.4 ``` apt-get install pulseaudio adduser root pulse-access rm -rf /var/run/pulse /var/lib/pulse /root/.config/pulse pulseaudio -D --verbose --exit-idle-time=-1...

How to get MediaStream id ? from onTrack(RTCRtpTransceiver transceiver)? or from onAddStream? I can not trigger onAddStream(MediaStream stream).

There is an issue when loading the native library on Windows. I throws: ` Exception in thread "main" java.lang.NoSuchMethodError: at java.base/java.lang.ClassLoader$NativeLibrary.load0(Native Method) at java.base/java.lang.ClassLoader$NativeLibrary.load(ClassLoader.java:2445) at java.base/java.lang.ClassLoader$NativeLibrary.loadLibrary(ClassLoader.java:2501) at java.base/java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2700) at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2630)...

OS: [Mac iOS] Version [0.7.0] I have successfully established a connection on webrtc. It is normal for windows to add videodesktopsource, but only the first frame can be obtained on...

New Macs use the arm64 M1 chip from apple. Currently there are just `macos-x86_64` builds. Do you plan to provide builds for this architecture? It would be great! 😀 If...

enhancement

I'm trying to establish a WebRTC connection between 2 peers and stream a video file instead of a webcam stream. Currently I'm able to establish a connection with a webcam...

enhancement

I so have failed to get the demo to run locally, but Is there anyone who has managed to set a screen share based on the complex implementation of the...

enhancement

There is a bug that I have come to realise in the library, there are times on my windows 11 x 64-bit machine, the app or java app kills the...

Hi, First, thanks for your project that was the first straightforward java bridge to WebRTC. I successfully had my code run on OSX an windows but now I would like...

First of all, the project is very perfect, if possible, it is strongly recommended to provide a complete document

documentation
enhancement