TechTeamer / janus-api

34 stars 21 forks source link

Http instead of ws connection #16

Closed trojek closed 6 months ago

trojek commented 4 years ago

Is is possibile to use http instead of ws to connect with janus-gateway?

tgabi333 commented 4 years ago

Sure, but not with this library. Check out the docs: https://janus.conf.meetecho.com/docs/transport_8h.html

trojek commented 4 years ago

I find this library very usefull and I wanted to use it but with https, due to problems with ws reverse proxy on nginx. Is is possible to modify TechTeamer/janus-api to use http instead of ws? Could you give me some hints what should I change?

uwejan commented 4 years ago

Another question here, is it possible to not use web-socket neither http but use mqtt ?