Open publicocean0 opened 7 years ago
really i found it https://github.com/guooscar/JazminServer/blob/master/JazminServer/test/jazmin/test/server/relay/RelayServerDtlsTest.java but i have to understand if it is possible to extract media from that stream
you need to understand webrtc spec . see https://webrtc.org/quick-links/
你好 我是 Cristian . I m testing my initial lessons in chinese :) :)
Yes many documents to read and a lot of time for implementing. I found a library opensource java ... it seams permitting connections.
Anyway i gave a look to your project. It is a wonderfull project. Compliments. It is very complex solution.You are very good java expert. Maybe a suggestion .... for converting it in maven with most recent tools. The code is well written
all webrtc files is under jazmin/server/relay/udp/webrtc package . the DtlsRelayChannel and DtlsRelayChannelHandler is netty network processer if u want clean code about webrtc that's all what u need
i will gave a look :) .... i saw there is also a war. It is possible deploy a war using deployer?
JazminServer is a standalone server program not war.
yes , i was telling about JazminDeployer ... it seams a war to deploy in jasminserver
yes . JazminDeployer is just same like jenkins ,devops tool
i m searching a webrtc server for connecting my browser client directly to server i saw in readme they told about webrtc but i cant found sources about it