Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a WebRTC Java peer client library?

Tags:

webrtc

kurento

Is there a peer client for Java to use for WebRTC? I'm currently using Kurento to stream video/audio between to browser clients. In addition, I want to attach another peer client to receive the video stream in my Java service. Is this possible? I couldn't find any WebRTC peers that uses Java.

like image 498
Hello Ward Avatar asked Oct 17 '22 08:10

Hello Ward


1 Answers

  • WebRTC Java/Android or
  • Gradle implementation 'org.webrtc:google-webrtc:1.0.+' or
  • Bintray or
  • Codename One webRTC for Android, iOS, JavaScript and Desktop

There is the version for Android, but you can use it anywhere. You can also download the source code & compile it from the first link (I don't imagine is the case).

The version for Codename One works everywhere but depends on the app being a Codename One app.

like image 184
Tudor Avatar answered Oct 21 '22 04:10

Tudor