Changes in last week:
- add broadcast offers to room (
https://github.com/Dima00782/signalling_server/commit/38c81016ba16b8b317762cba87e8950db75e9328
)
- add creating rtcPeerConnection in native client and remove unnecessary
modules like gtk on linux platform (
https://github.com/Dima00782/OMStreamSaver/commit/81c1d65fe3e3f07f9c3e69798af44e3e7448fe16
)
Future plans are support many-to-many video calls in web client (20 hours)
and launch demo app on demo server.
Problems:
I can't attach JNI library to my signal server.
I tried do this stuff via - System.loadlLibrary("webrtc-native-client") but
in red5 app tomcat embed overload some paths and raised exception -
java.lang.UnsatisfiedLinkError.
Also I tried to google the problem and
- I changed CATALINA_HOME and java.library.path
- tried create shared/library directory in $HOME_RED5
By this time it doesn't work. Maybe someone knows how load jni libs easy?
--
Regards,
Dmitry Bezheckov.