On Mon, Aug 16, 2010 at 08:55:19AM +0200, [email protected] wrote: > Ok, now a second Server with the same Slots is online. Is this correct ? > > When I start now the Source TV Server, not the Game or Relay, it comes this: > > Console initialized. > Game.dll loaded for "Counter-Strike: Source" > maxplayers set to 32 > WARNING: NNET_OpenSocket: bind: Permission denied > Couldn't allocate dedicated SourceTV UDP port > Add "-debug" to the ./srcds_run command line to generate a debug.log to help > with solving this problem > Sa 14. Aug 10:02:53 CEST 2010: Server restart in 10 seconds > > > In the autoexec.cfg I have this: > > tv_port xx.xx.xx.xx:27060 > tv_name "TORONTO-TV" > tv_relay xx.xxx.xx.xx:28215 > tv_password esl"" > tv_relaypassword "" > tv_autorecord 0 > tv_delay 90 > tv_dispatchmode 1 > tv_maxrate 5000 > tv_snapshotrate 16 > tv_transmitall 1
The first major thing I see wrong here is tv_port. It should be just a port number, not an IP:PORT. tv_password should be a string, so enclose it in ""'s. (tv_password "mygame", as an example). I am unsure about anything else, as I am tired, but try changing those two obvious problems I stated. If they don't work, come back. I also ssuggest reading http://developer.valvesoftware.com/wiki/SourceTV :) Good luck. _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

