PDA

Bekijk de volledige versie : UDP-to-HTTP Proxy for Asus WL-600g



rizork
14-11-2009, 19:35
Hello!

Does someone have an experience to make it work on WL-600g ?
I've tied, but without success. Complied it here - http://drop.io/yxcawut#
VLC Player refuses to connect from some unknown reason:


# ./udpxy -vTS -p 81
2000-01-01 00:24:21.624999 UTC 1153 udpxy 1.0-Chipmunk (build 14) standard: ./udpxy -vTS -p 81
2000-01-01 00:24:21.624999 UTC 1153 Starting server [1153]; capacity=[3] clients
2000-01-01 00:24:21.629999 UTC 1153 Setting up listener for [0.0.0.0:81]
2000-01-01 00:24:21.629999 UTC 1153 Server socket=[7] is set up
2000-01-01 00:24:21.629999 UTC 1153 Entering server loop

Connecting via VLC:


2000-01-01 00:26:20.494999 UTC 1159 Accepted socket=[8]
2000-01-01 00:26:20.494999 UTC 1159 Reading command from socket [8]
2000-01-01 00:26:20.504999 UTC 1159 Request=[udp/239.255.255.1:1234], length=[22]
2000-01-01 00:26:20.504999 UTC 1159 Command [udp] with params [239.255.255.1:1234] read from socket=[8]
2000-01-01 00:26:20.504999 UTC 1159 udp_relay : new_socket=[8] param=[239.255.255.1:1234]
2000-01-01 00:26:20.509999 UTC 1159 Client process=[1160] started for socket=[8]
2000-01-01 00:26:20.509999 UTC 1160 min socket buffer = [65536], max space to use = [1500], Rmsgs = [1]
2000-01-01 00:26:20.509999 UTC 1160 Setting up multicast listener
2000-01-01 00:26:20.509999 UTC 1160 current receive buffer size is [32767] bytes for socket [5]
2000-01-01 00:26:20.509999 UTC 1160 receive buffer size set to [65536] bytes for socket [5]
2000-01-01 00:26:20.509999 UTC 1160 multicast-group [ADD]
2000-01-01 00:26:20.509999 UTC 1160 Mcast listener socket=[5] set up
2000-01-01 00:26:20.509999 UTC 1160 min socket buffer = [65536], max space to use = [1500], Rmsgs = [1]
2000-01-01 00:26:20.514999 UTC 1160 Data buffer will hold up to [1] messages
2000-01-01 00:26:20.514999 UTC 1160 UDP stream, RTP check enabled
2000-01-01 00:26:20.514999 UTC 1160 current send buffer size is [16384] bytes for socket [8]
2000-01-01 00:26:20.514999 UTC 1160 current receive buffer size is [65534] bytes for socket [5]
2000-01-01 00:26:20.514999 UTC 1160 send buffer size set to [65534] bytes for socket [8]
2000-01-01 00:26:20.514999 UTC 1160 Sent HTTP response code=[200], reason=[OK] to socket=[8]
2000-01-01 00:26:20.514999 UTC 1160 Relaying traffic from socket[5] to socket[8], buffer size=[2048], Rmsgs=[1], pauses=[0]
2000-01-01 00:26:20.514999 UTC 1159 Added client: pid=[1160], maddr=[239.255.255.1], mport=[1234], saddr=[192.168.0.1], sport=[4814]
2000-01-01 00:26:20.519999 UTC 1159 Closed accepted socket [8]
2000-01-01 00:26:25.514999 UTC 1160 read_buf: read: Resource temporarily unavailable
2000-01-01 00:26:25.514999 UTC 1160 read_data - EOF
2000-01-01 00:26:25.514999 UTC 1160 Exited relay loop: received=[-1], sent=[0], quit=[0]
2000-01-01 00:26:25.514999 UTC 1160 multicast-group [DROP]
2000-01-01 00:26:25.514999 UTC 1160 Mcast listener socket=[5] closed
2000-01-01 00:26:25.514999 UTC 1160 Child process=[1160] exits with rc=[0]
2000-01-01 00:26:25.514999 UTC 1159 *** Caught SIGCHLD in process=[1159] ***
2000-01-01 00:26:25.519999 UTC 1159 Client [1160] has exited.
2000-01-01 00:26:25.519999 UTC 1159 Deleted client: pid=[1160]


What I do wrong ?