Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java Client To WebRTC

Tags:

java

webrtc

Is there a library or way to take WebRTC and put it into a java application. Meaning the client is entirely on the desktop, javafx. It then uses the networking technology of WebRTC to connect two applications. I could use the entire WebRTC server as usual to handle these two applications.

Just curious. Thanks.

like image 394
msj121 Avatar asked Jan 27 '15 20:01

msj121


1 Answers

Ofcourse its possible . you want a webrtc endpoint to connect to a RTP endpoint isnt it ? Here you need a VP8 to H264 media converter which takes live stream from webrtc source , puts it on a desktop application and vice versa . Use GStreamer java libraries .

like image 59
Altanai Avatar answered Sep 21 '22 02:09

Altanai