Hi Ivan,
no, digitalocean vps have a real public IP. Here the ping to one o
server of mine where I'm testing Rocket.chat:
ping chat.XXX.XXX
PING chat.XXX.XXX (178.62.XXX.XXX) 56(84) bytes of data.
64 bytes from chat.XXX.XXX (178.62.XXX.XXX): icmp_seq=1 ttl=47 time=72.5 ms
64 bytes from chat.XXX.XXX (178.62.XXX.XXX): icmp_seq=2 ttl=47 time=89.0 ms
64 bytes from chat.XXX.XXX (178.62.XXX.XXX): icmp_seq=3 ttl=47 time=92.8 ms
as you can see, the IP is public, and I can have servers in europe,
usa, singapore.....
These VPS servers have only one IP (one distinct for server) and you
can connet with ssh and install the software as you need.
So... still I need STUN, TURN and signaling server?
I suspect that my testing doesn't works because I tried to install
kurento media server in the same vps where I'm testing Rocket.chat,
and the ports can be the sames.
regards
MaX
On 10/16/15, Ivan Gracia <
igr...@kurento.org> wrote:
> Hi Max,
>
> Welcome to the list! Hope you have a good experience with Kurento :-)
>
> About your question, if your server does not have a public IP, but a public
> and a private IP, and there is some NAT going on (most likely) you'll
> definitely need at least STUN. Here
> <
http://www.html5rocks.com/en/tutorials/webrtc/infrastructure/> is a good
> post about WebRTC, STUN, TURN and signaling. Worth a read if you are
> starting! Getting those things right in the beginning will save you a lot
> of trouble later ;-)
>
> One way to see in the logs if you need STUN, is if you KMS is generating
> candidates with the public IP from your server. You can just grep the log
> file for your IP, and see if something comes out.
>
> Another thing that can be happening, is that you need to open certain
> ports. There are some posts in the list about that (this
> <
https://groups.google.com/forum/#!searchin/kurento/ports/kurento/j4z0k1lfqPg/_H3oynXnLYIJ>
> one, for instance), and will show you which ports you need to open.
>
> Please let us know if you need STUN with your setup, as we've never worked
> with digitalocean :-)
>
> Cheers,
>
> Ivan Gracia
>
> <
http://www.kurento.org>
> You received this message because you are subscribed to a topic in the
> Google Groups "kurento" group.
> To unsubscribe from this topic, visit
>
https://groups.google.com/d/topic/kurento/ozwQ0ujlT98/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
--
ciao,
MaX