Received TURN message with invalid message integrity, msg_type=259
Received TURN channel data message with incorrect length, len=130
- Bridger Maxwell--
--
--To unsubscribe from this group, send email to discuss-webrt...@googlegroups.com.
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
!StunMessage::ValidateMessageIntegrity(data, size, hash()))
Hi Warren,It would be interesting to know the outcome of your tests using rfc5766turnserver. I want to install it in AWS VPC and I am going to count a lot on your experience with it. Please don't be irritated if I ask you some basic questions on installation and configuration of STUN/TURN servers. I really do not have any previous knowledge about them. WebRTC made me to start looking into them.Thanks,Jonathan Ekwempu
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
Hi Warren,It would be interesting to know the outcome of your tests using rfc5766turnserver. I want to install it in AWS VPC and I am going to count a lot on your experience with it. Please don't be irritated if I ask you some basic questions on installation and configuration of STUN/TURN servers. I really do not have any previous knowledge about them. WebRTC made me to start looking into them.Thanks,
Jonathan Ekwempu
On Monday, January 28, 2013 3:50:42 AM UTC-5, Warren McDonald wrote:
Hi Justin,
You say elsewhere that Chrome requires FINGERPRINT to be turned on, but as far as I can see restund-0.4.2 has no support for FINGERPRINT. Have you made local changes to implement this? Are there any other changes you had to make? We've already made a change to support operation behind a NAT, so we're aware of that one.
Thanks.
--KW 8-)
Thanks Oleg! We did try it, and it works great. Have you thought about integrating with an external user database of usernames and HA(1) values?
We're still interested in trying restund too - we already have it working for STUN, just not TURN.
Cheers,
--KW 8-)
That's great, thanks.
--KW 8-)
Hi Justin,
You say elsewhere that Chrome requires FINGERPRINT to be turned on, but as far as I can see restund-0.4.2 has no support for FINGERPRINT. Have you made local changes to implement this? Are there any other changes you had to make? We've already made a change to support operation behind a NAT, so we're aware of that one.
Thanks.
--KW 8-)
On Wednesday, 23 January 2013 20:58:25 UTC, Justin Uberti wrote:
If the response is an error response with an error code of 438 (Stale Nonce), the client MUST retry the request, using the new NONCE supplied in the 438 (Stale Nonce) response. This retry MUST also include the USERNAME, REALM, and MESSAGE-INTEGRITY.
Hi,I´m currently using the rfc5766-turn-server to realize a videochat via WebRTC in Googles-Chrome. So the before mentioned tips, regarding the requiredrealm and authentication helped very much to get this up and running. Thanks.But unfortunately I ran in a unexpected problem. When the peers got connected via the relay-/turn-server, the connections are breaking down after 18 minutes.I tried this several times here at work and yesterday also from home, so I´m sure, that this has nothing to do with our network at work.In the console of the webbrowser I can see that there are new onicecandidate-Events fired, at the moment when the connection get lost.I´m not able to say, where the cause of this problem really lies (turnserver-, or WebRTC-Implementation in Webbrowser).I´m using version 1.6.0.1 of the rfc5766-turn-server and disallowed the direct connection between the peers, via firewall rules. So all traffic betweenthe peers are relayed over the turn-server.Does anybody had a similar problem, or an idea what the cause of the problem is?Thanks in advanceKai
Am Mittwoch, 30. Januar 2013 06:16:13 UTC+1 schrieb Oleg Moskalenko:That's correct. You have to turn on, explicitly, the authentication and the fingerprinting. Not all TURN environments need them, and both features take the performance toll. The TURN Server is very performance-oriented, so by default those features are off.
Regards,
Oleg
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
--
---
You received this message because you are subscribed to a topic in the Google Groups "discuss-webrtc" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/discuss-webrtc/ukNUoHeWm2I/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to discuss-webrt...@googlegroups.com.
--
---
You received this message because you are subscribed to a topic in the Google Groups "discuss-webrtc" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/discuss-webrtc/ukNUoHeWm2I/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to discuss-webrt...@googlegroups.com.
Hi Oleg,
Are there any performance numbers available for the Turnserver application? For example how many relay clients can be supported in a specific EC2 VM type?
Pran
Hi Kai,
error 438 means that the nonce value becomes obsolete and the client must re-authenticate. This is from RFC5389:If the response is an error response with an error code of 438 (Stale Nonce), the client MUST retry the request, using the new NONCE supplied in the 438 (Stale Nonce) response. This retry MUST also include the USERNAME, REALM, and MESSAGE-INTEGRITY.
This is a security feature. It seems like WebRTC client does not support this properly. We can do two things:
1) you can file a bug in WebRTC bug lists.
2) I can make this feature optional in the TURN Server.
Thanks
Oleg
On Wednesday, 23 January 2013 16:50:26 UTC+11, Bridger Maxwell wrote:Hi,I am looking for a TURN server to use on Amazon EC2. I tried out a couple today, and neither one worked. I don't know if the errors were misconfiguration or incompatibility, so I would appreciate if someone could point me to a server they know works.I tried restund (http://www.creytiv.com/restund.html) and would get the client-side error:Received TURN message with invalid message integrity, msg_type=259It looked like this was because the message back from the server was missing the STUN_ATTR_MESSAGE_INTEGRITY attribute.I tried TurnServer (http://turnserver.sourceforge.net) and got a little more success. I would get spotty audio (no video or datachannel) and then the client would log the following error repeatedly:Received TURN channel data message with incorrect length, len=130Thank you in advance for any recommendations! I am also not tied to EC2, if there is a better hosting service.- Bridger Maxwell
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group, send email to discuss-webrt...@googlegroups.com.