Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Implementing webrtc at server side [closed]

Is it possible to implement webRTC at server side? ie., I want my browser to connect to a http server(tomcat which runs a java based app to stream a video) using webRTC protocol and get the streem from the server?

I think compiling webRTC api and access it through JNI will help. Any other easy directions to do this?

like image 784
Selvaraj M A Avatar asked Sep 03 '12 07:09

Selvaraj M A


1 Answers

There is now a server-side implementation of WebRTC in Asterisk that should enable that: https://wiki.asterisk.org/wiki/display/AST/Asterisk+WebRTC+Support

I haven't yet looked into it that much so I can't say for sure that it does what you want.

like image 156
JustGoscha Avatar answered Sep 23 '22 02:09

JustGoscha