Wookjin, Na wrote:
> hi ,
>  
> I have a question. It makes me dizzy. please help me...
>  
> I used to remote control the freevo via tcp.
>  
> but this control not work when I played a movie with xine.
>  
> just only volume up,down and mute works well.
>  
> I checked text control message with print received via TCP.
>  
> I do not have any idea why freevo remote control is not working when I
> used to TCP remote.
>  
> but UDP works well, I tried to work with remote.py (in helper's folder)

You can try telnet and type the commands, which are freevo events, and
see if this works. The commands are like DOWN, UP, SELECT.

> by the way, when I first start a freevo, tcp port is settup twice so It
> made error message of port is occupied
>  
> that's not important i think . because I made it port number increasing.
> so It just passed.

The last part of you problem is caused by the last line of
src/util/__init__.py which imports mediainfo; comment out this line and
the bind error should go away.

I couldn't reproduce this error last time I tried but I can now. What is
happening is that the mediainfo is causing the rc.py to reinitialise
before it had finished the first time.

Duncan

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to