6

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.

Hello Ward
  • 169
  • 1
  • 7

1 Answers1

4

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.

Shai Almog
  • 51,749
  • 5
  • 35
  • 65
Tudor
  • 1,510
  • 1
  • 18
  • 17