guooscar / JazminServer

Java based application,rpc,message,rtmp,game,sip,rtp,relay,webrtc,webssh,proxy server,message queue,mysql proxy server
http://io.itit.io
308 stars 164 forks source link

question #31

Open publicocean0 opened 7 years ago

publicocean0 commented 7 years ago

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

publicocean0 commented 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

guooscar commented 7 years ago

you need to understand webrtc spec . see https://webrtc.org/quick-links/

publicocean0 commented 7 years ago

你好 我是 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

guooscar commented 7 years ago

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

publicocean0 commented 7 years ago

i will gave a look :) .... i saw there is also a war. It is possible deploy a war using deployer?

guooscar commented 7 years ago

JazminServer is a standalone server program not war.

publicocean0 commented 7 years ago

yes , i was telling about JazminDeployer ... it seams a war to deploy in jasminserver

guooscar commented 7 years ago

yes . JazminDeployer is just same like jenkins ,devops tool