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 downloaded the `webrtc-javafx-demo-0.2.0-windows-x86_64.jar` file and tried to run it, but I got this error: ![image](https://user-images.githubusercontent.com/1388219/104766682-fa0eef80-5738-11eb-97cf-c6010f65fd13.png) What am I missing?

hello! Thank you for your project. I made the following errors when compiling. I don't know C language. Please help me to have a look! ![image](https://user-images.githubusercontent.com/23613386/78866640-5c341900-7a72-11ea-8bc0-dcfbcadc138f.png)

Does the existing implementation support arm64 linux, and if not, do I need to change much.

Can it support local video file streaming instead of camera or desktop

enhancement

**Describe the bug** the maven install task fails during --WebRTC sync, causing --WebRTC generate and --WebRTC compile errors **To Reproduce** Simply launch maven install from scratch on webrtc-java-parent lifecycle **Expected...

**Is your feature request related to a problem? Please describe.** I am developing an MCU server using webrtc-java, but there are no APIs for encoding/decoding and audio mixing in webrtc-java....

enhancement

```kotlin val peerConnectionFactory = PeerConnectionFactory(audioDeviceModule) val customVideoSource = CustomVideoSource() val customTrack = peerConnectionFactory.createVideoTrack("custom-src", customVideoSource) connection = peerConnectionFactory.createPeerConnection(config, peerObserver) connection.addTrack(customTrack, listOf(customTrack.id)) val data = //generate yuv frame byte array val nativeI420Buffer...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: https://ossrs.io/lts/en-us/docs/v5/doc/getting-started run CANDIDATE="your localip" docker run --rm -it -p 1935:1935...

I wanted to perform a test run after building the project with 'mvn install,' but I encountered an error 'Load library 'webrtc-java' failed.' I tried running both PeerConnectionFactoryTests and others....

enhancement

Sorry, do you support the scene described in the title, and where can there be related documents that can help me use WebRTC-Java framework, thank you

enhancement