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 other platform implementations of WebRTC, there are ways using which the user can create a local `MediaStream`. It is generally present inside the `PeerConnectionFactory` class in the form of...

Does this wrapper contain an implementation for `DtmfSender`? Ref: https://chromium.googlesource.com/external/webrtc/+/HEAD/sdk/android/api/org/webrtc/DtmfSender.java

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement

The IP address of the candidate that you received through the onIceCandidate callback function in the PeerConnectionObserver interface is 0.0.0.0 ![QQ截图20230426180432](https://user-images.githubusercontent.com/5414683/234544794-713d9a2f-18f9-4fae-bb42-2399f8844703.jpg)

**Describe the bug** As soon as a peer connection is created via the factory, the Lib uses the default audio inputs. I write a master->many server, with too many peers...

**Describe the bug** I've had my experimental project working for a while now: https://github.com/Charles92011/webrtc-java-experimental-server It was working great, but I put it away for a couple of months until we're...

I want to send an existing RTP Audio Stream over a WebRTC connection. It would be ideal to call some method, which then sends the RTP packet. Is this possible...

enhancement

Test scenario: Chunk size 15kb. For 200 files (avg 5 parallel downloads) 1. Open datachannel (line 1..5 below) 2. Transmit 5Mb file (sending chunks via channel.send(RTCDataChannelBuffer)) 3. Close data channel...

If the existing implementation supports arm64 linux, do we need to make many changes?

enhancement

I have connected two peers but the remote video won't show after sinking the video track ![image](https://user-images.githubusercontent.com/81397122/206913464-c394eb08-21a1-4428-8608-bd670374fd05.png) When attempting to sink the audio track it crashes the application. there was...