From: Sebastien V. <seb...@tu...> - 2009-04-26 06:12:57
|
Hello Anjin, Anjin Pradhan a écrit : > Hi there, > > i am trying to use turnserver for master's thesis project but due to > lack of proper documentation i am having trouble getting started. > > If possible can i get access to some tutorial on turnserver > > You can find information at http://www.turnserver.org/index.php?n=Doc.UserDocumentation and in the README file in turnserver's source. Another mail you sent to the mailing-list has not passed (I don't know why) so I post the answer here : > I am trying to start turnserver with the following configuration in the > configuration file. > > listen_address = {203.159.100.66} > tcp_port = 2119 > nonce_key="`Mb{dAQ$PGrf2fvha h8Nf+INSS,13[^.&QL^MUZ!+BJu[65W)+gg)8C(S<l^zik"i > tls = false > > The error message i am getting is > > anjin@anjin-IBM-31:~/Desktop/turnserver-0.2.2$ turnserver -c /etc/turnserver.conf > /etc/turnserver.conf:3: no such option 'i' > Parse error in configuration file /etc/turnserver.conf > Parse configuration error, exiting.. > The error is at "nonce_key" line, you wrote a 'i' character after the quotes: "`Mb{dAQ$PGrf2fvha h8Nf+INSS,13[^.&QL^MUZ!+BJu[65W)+gg)8C(S<l^zik"i nonce_key value is a string so include the last 'i' in the quotes or remove it. Best regards, -- Sebastien Vincent > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensign option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Turnserver-users mailing list > Tur...@li... > https://lists.sourceforge.net/lists/listinfo/turnserver-users > > |