m1k1o / neko

A self hosted virtual browser that runs in docker and uses WebRTC.
https://neko.m1k1o.net/
Apache License 2.0
5.96k stars 449 forks source link

[Question] embed only application #207

Closed knackstedt closed 1 year ago

knackstedt commented 1 year ago

Is it possible to only embed the webrtc video player in my frontend app by pointing to a URI that I reverse proxy through nginx?

My use case is that I am developing a special remote desktop manager and I want to make the most of webrtc, but the Google machine hasn't given me much relevant information.

m1k1o commented 1 year ago

There are libs publicly available that can be exported. But there is not much documentation about it.

knackstedt commented 1 year ago

Thanks