!XCLLzPDuMPDTwuEPHb:matrix.ffslfl.net

Matrix Call Minecraft Mod (UNMAINTAINED)

11 Members
Repo at: https://github.com/Nordgedanken/MatrixCallMinecraftMod4 Servers

Load older messages


SenderMessageTime
27 Jun 2018
@MTRNord:matrix.ffslfl.netMTRNordabout jitsi I know near to nothing tbh.18:48:40
@MTRNord:matrix.ffslfl.netMTRNordI know meet is the client and jitsi the server ^^ and they use some thing named ice for data somewhere or did.18:49:26
@max:kamax.io@max:kamax.io I think we're not talking about the same thing 18:49:33
@max:kamax.io@max:kamax.iothis is a Minecraft bridge, yes?18:49:46
@max:kamax.io@max:kamax.ioor did I missunderstand18:50:10
@MTRNord:matrix.ffslfl.netMTRNord Maximus: yeah this is. The plan is to bridge minecraft voice input to a jitsi conf in matrix. 18:50:49
@max:kamax.io@max:kamax.iook, and Minecraft has voice support already, yes?18:51:15
@MTRNord:matrix.ffslfl.netMTRNord Maximus: nope. It does not but I can get the input and outputs using javax. Not using minecraft itself. Minecraft just has full java/kotlin support 18:52:13
@MTRNord:matrix.ffslfl.netMTRNordminecraft mods arent "sandboxed" inside the engine. So everything that works in java works in Mods18:52:45
@max:kamax.io@max:kamax.io aaaaah, so you're implementing a voice stack from scratch 18:52:58
@MTRNord:matrix.ffslfl.netMTRNord Maximus: yes. It has LWJGL but that one is not exposed to mods and way to low level to use if not exposed 18:53:57
@max:kamax.io@max:kamax.io ok, no wonder you're struggling 18:54:19
@MTRNord:matrix.ffslfl.netMTRNordThere is a existing mod that I could use if they wouldn't use a wrong license on code. (They licened it with a non code lincense).18:55:04
@max:kamax.io@max:kamax.ioJitsi (or any other voice client/server) rely on a set of protocols and codecs to make it all work. While they advertise it differently (signaling), the format is always the same in the end18:55:38
@max:kamax.io@max:kamax.io and you're basically sending WAV there :D it won't work 18:56:24
@max:kamax.io@max:kamax.iono VoIP use WAV18:56:34
@MTRNord:matrix.ffslfl.netMTRNord Maximus: yeah I expected that I will need to rework it ^^ As said it currently is the most simple way just to know if it was even possible in any way 18:57:58
@max:kamax.io@max:kamax.io to bridge to Matrix, you'll need a proper VoIP stack anyway, as you need to deal with the transport, codec and signaling protocols of WebRTC 18:58:43
@MTRNord:matrix.ffslfl.netMTRNord Maximus: yes :) thats obvious. 18:59:10
@max:kamax.io@max:kamax.iothe same are used in SIP or virtually anything else, but the low-level protocols are always the same18:59:27
@max:kamax.io@max:kamax.iolike SDP, RTP, SRTP, etc18:59:45
@MTRNord:matrix.ffslfl.netMTRNordok :) so basicly a good start would be to switch javax to a more "robust" or "full featured" lib?19:00:45
@max:kamax.io@max:kamax.ioyes, definitely19:01:21
@max:kamax.io@max:kamax.io you won't get anywhere with raw, low-level javax 19:01:40
@MTRNord:matrix.ffslfl.netMTRNordok :D19:02:04
@max:kamax.io@max:kamax.iobut you tell me there is no native Java code in Jitsi repo for a webrtc client? or at least to their server, even if not WebRTC?19:03:03
@MTRNord:matrix.ffslfl.netMTRNord Maximus: well their server is full java as they wrote it in java, in jitsi meet's repo the only java code is the android lib. Not sure if I missed something 19:04:08
@max:kamax.io@max:kamax.iomaybe have a look at a SIP client stack19:04:35
@max:kamax.io@max:kamax.io you'll get all you need for WebRTC like on it 19:04:51
@MTRNord:matrix.ffslfl.netMTRNord Maximus: just as you have more java experience than me: do you have already any better audio lib you can recomend ? 19:06:03

Show newer messages


Back to Room ListRoom Version: