Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As I mention in Our signal server chapter the RTCPeerConnection API is oriented on p2p connections but It allows to create client-server solutions.

I need to implement server-to-client solution because OM works on server-client architecture..

For this solution I've invented the next solution.

The solution is to add our native client into communication and dump video stream from native client on hard disk.

This will work because we use our signal server that can do anything for us. 

I've tryed to create RTCPeerConnection on java but there aren't any java api for this purposes.

...