wotwot / haxevideo

Automatically exported from code.google.com/p/haxevideo
0 stars 0 forks source link

Uncaught exception - std@socket_bind #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. neko server.n localhost 1935 
2.
3.

What is the expected output? What do you see instead?
1) Don't know because the docs don't tell you. 
2) njh:/home/dev-ji-tu/web/haxeVideo-Beta2# neko server.n localhost 1935
Starting haXe Video Server on localhost:1935
Called from <null> line 1
Called from hxvid/Server.hx line 83
Called from neko/net/ThreadServer.hx line 213
Called from neko/net/Socket.hx line 83
Uncaught exception - std@socket_bind
njh:/home/dev-ji-tu/web/haxeVideo-Beta2#

What version of the product are you using? On what operating system?
1) From your server
2) Linux

Please provide any additional information below.

Original issue reported on code.google.com by fumeoftheday on 23 Mar 2007 at 5:49

GoogleCodeExporter commented 9 years ago
The port 1935 is already used by another service

Original comment by ncanna...@gmail.com on 31 Mar 2007 at 9:37