Raspberry PI browserless implementation

Please help to understand how to implement Openvidu frontend on Raspberry PI without browser.

There is an implementation of browserless WebRTC with Momo (WebRTC Native Client Momo). But they do not use OpenVidu backend.

Thanks!

You have to implement the OpenVidu Protocol (OpenVidu Server RPC protocol - OpenVidu Docs) in momo.

You can see the messages exchanged between a client and the server with the development tools of any browser (the messages are exchanged by websockets).

Regards

1 Like