Hello.
Anyone, please help?--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janus+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
When you for example look at the admin page when call is in progress:

--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janus+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Well skype is not webrtc if you are using its client. Unless you are using web.skype.com whick might be beta webrtc.
Maybe you can ask them to test other websites and also other browsers, just in case.
https://github.com/webrtc/samples
--
1. Well.. I understand nothing. I try https://janus.conf.meetecho.com/echotest.html and there is only one slow_link message in 10 minutes. Then I try same echotest at our virtual servers = 9-10 slow_links in 10 minutes. Both servers - in Amsterdam and Moscow. Lorenzo, please show your server config - cpu, ram. Is it virtual server or bare metal? Which operating system?
2. And what minimal requirements to client connection? In other words.. Which tests in browser we can do if we want find out reasons of disconnects/slow_links/other problems? First one, speedtest.net of course. Second one is probably https://www.netscan.co. Another tests? The main reason why I question this: we have ~20 users who can and want to test our app. Problem is, HALF of them couldn't see/hear anything with Janus. And couldn't stream anything. But any other WebRTC chat is working for them. Skype is working for them. I wanna know why that's happening.
3. One of our users sent me following report: https://www.netscan.co/r/RtpJJ According to netscan, his browser doesn't support "WebRTC P2P". Is Janus using "WebRTC P2P"?
It's a minimal docker instance with Ubuntu 14.04 on it. You're most likely experiencing network issues. Slow links are caused by packet loss.
IMHO speed tests are often misleading, and not at all representative when it comes to real-time media. They're very often based on TCP channels for throughput testing, which is not what you do with WebRTC. https://test.webrtc.org/ is probably a better option for checking.
WebRTC is *always* P2P, it's how it was conceived. Even when using a server like Janus, you're having P2P sessions with the server itself. So no support for WebRTC P2P either means he's using a non-WebRTC browser, or simply that WebRTC is filtered or constrained in those networks, and you can't really blame Janus for that.
It's a minimal docker instance with Ubuntu 14.04 on it. You're most likely experiencing network issues. Slow links are caused by packet loss.Why I'm not experiencing network issues at http://janus.conf.meetecho.com/ ? One slow_link in 10 minutes seems fine to me. One slow_link every minute seems not fine. How can I confirm or refute that I'm having packet losses?
IMHO speed tests are often misleading, and not at all representative when it comes to real-time media. They're very often based on TCP channels for throughput testing, which is not what you do with WebRTC. https://test.webrtc.org/ is probably a better option for checking.I agree about speed tests. Thanks to Mirko for link.WebRTC is *always* P2P, it's how it was conceived. Even when using a server like Janus, you're having P2P sessions with the server itself. So no support for WebRTC P2P either means he's using a non-WebRTC browser, or simply that WebRTC is filtered or constrained in those networks, and you can't really blame Janus for that.Yeah, thanks for confirmation. It just seems confusing to me that Netscan says browser support WebRTC and doesn't support P2P WebRTC. I really don't blame Janus for anything. IMHO Janus is great, but when real people from different locations experience same issues, it's strange.
BTW, yesterday we tested one location where WebRTC didn't worked. We used private VPN. Then webRTC started to work. TURN/STUN servers we use didn't help, but VPN at laptop helped. Right now we are deeping into this.
Il giorno martedì 29 novembre 2016 10:58:06 UTC+1, Alex Y ha scritto:It's a minimal docker instance with Ubuntu 14.04 on it. You're most likely experiencing network issues. Slow links are caused by packet loss.Why I'm not experiencing network issues at http://janus.conf.meetecho.com/ ? One slow_link in 10 minutes seems fine to me. One slow_link every minute seems not fine. How can I confirm or refute that I'm having packet losses?It's not at all unusual to have different experiences towards different servers/services. The network path to a destination is not always the same, and neither are the conditions along the way. Either your servers have some problems of their own, or the path to them do for some users.
Bare in mind that if you use turn server that he will relay traffic between your client and server, so janus server will see traffic coming from ip of turn server. Make sure that traffic is not blocked also.
--