iccanobif / gikopoi2

38 stars 18 forks source link

idea for using streams on work networks? #281

Open iccanobif opened 3 years ago

iccanobif commented 3 years ago

would it be possible to add to the janus server a sort of http tunnel? basically a server listening to port 443 and acting as a proxy between clients and stun/janus? to be used only if connections using the normal ports fail

2sh commented 2 years ago

With the port range Janus needs, no.

iccanobif commented 2 years ago

reopening because i want to think about this a bit more... thinking for example about a custom proxy in node.js accepting urls like https://hostname/janus-proxy/{port} and then connecting to the specified port. This would have to work for the STUN servers too, of course