concerning about tcp socket, 
whenever I set REMOTE_CONTROL_TCP_PORT to any port number in local_conf.py, 
then I run freevo. but just error shown like that "socket.error: (98, 'Address 
already in use') inspite of not using the port. 

others, I try to modify that code,rc.py like this self.sock.bind((self.host, 
self.port)) to self.sock.bind((self.host, 0)) in class TcpNetwork:

and I run freevo, then search tcp port because tcp port assigned automatically. 

to check the port, command for sudo netstat -anlp | grep tcp

I configure my tcp client, then I can connect to freevo. remote control works.

is this bug? or did I misunderstand anything?

please let me know how can I use TCP for freevo.

thanks in advance

------------------------------------------------------------------------------------------
 Wook-Jin, Na (wookj...@mewtel.com)
 Research Engineer, F/W team, Wireless SoC Division, MewTel Technology Inc.
 Phone : 070-7097-4991  Mobile : 010-7920-0997  FAX : 02-468-0257
 [H/Q] 27F, Prime Center, 546-4, Guui-dong, Gwangjin-gu, Seoul, Korea
 [R&D] #1004, KwangGaeTo Bldg. Sejong Univ. 98, Kunja-dong, Gwangjin-gu, Seoul, 
Korea
 ; man proposes, God disposes
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to