bkacjios / Lumble

A mostly pure Lua based mumble implementation for creating a bot
11 stars 2 forks source link

WebRTC support? #9

Closed poVoq closed 4 years ago

poVoq commented 4 years ago

Proof of concept as an external proxy: https://github.com/johni0702/mumble-web-proxy But would be cool to have it integrated for easy browser usage.

bkacjios commented 4 years ago

I don't really understand what this is.

poVoq commented 4 years ago

It's voice chat tech build into browsers. So by supporting that it becomes really easy to use a mumble web client or add mumble support to any website or web chat software.

bkacjios commented 4 years ago

Okay, but this is mostly a mumble client implemented in Lua. I don't see how I can implement this.

I seriously need some more detail on what this is, how it works, and what I can do to implement it. This is mostly a project I created for personal use. If this ends up being too much of a project to support something I wont even use, I would request you implement it yourself and create a pull request.

poVoq commented 4 years ago

Ah, I was under the impression this is also a Mumble compatible server.

bkacjios commented 4 years ago

I have a small amount of code I haven't touched in years to get a very minimal functional server running. I really only focus on the client side aspect though.