From: Marcus L. <ml...@up...> - 2009-01-25 21:26:47
|
Hi I'm trying to setup a TURN server for xmmp.org When I test this using my experimental build of Pidgin (libpurple) with a/v support using XMPP/Jingle I get failed connection, although farsight2's nice-transmitter (that we use for voice and video) can bind to the TURN server and generate a relayed transport candidate. This is what turnserver output when the relayed media is started (as far as I know). I'm using turnserver 0.2.1 The only things I changed in turnserver.conf is the path to turnusers.txt and the realm. As far as I can see from the log authentication is successful. 21:54:36.065039 [turnserver.c:2140] Process a TURN message 21:54:36.065057 [turnserver.c:1685] Allocate request received! 21:54:36.065078 [turnserver.c:1991] Account anonymous, allocations used : 4 21:54:36.065121 [turnserver.c:2095] Allocation successfull, send success allocate response 21:54:37.140496 [turnserver.c:3348] Received UDP on a relayed address 21:54:37.140520 [turnserver.c:2747] No permission installed 21:54:37.140529 [turnserver.c:3348] Received UDP on a relayed address 21:54:37.140539 [turnserver.c:2747] No permission installed 21:54:37.7 What could this mean? |