Hi all,
I want to run MediaPortal on a server and have a remote control with a client connected by TCP/IP. The client have to run on a computer. That's may looks like MEDIAPORTAL - free media center - Pocket PC Remote 0.2.2.0 but not only for a pocket PC.
For the moment I can see 2 solutions :
1- Separate the GUI and other fonctionalitities , puting GUI on the client and others on the server where MP is running. This solution can be easy if GUI and MP fonctionalitities are well separated in the MP's source code.
2- Develop a plugin which can accept a TCP/IP connection (on the server) and which can interpret commands that a client sends. This solution requires to develop a new client GUI.
I don't want to use something like UVNC. The client application must be directly connected with MP on the server.
May be someone can help me to find the best solution to work.
I want to run MediaPortal on a server and have a remote control with a client connected by TCP/IP. The client have to run on a computer. That's may looks like MEDIAPORTAL - free media center - Pocket PC Remote 0.2.2.0 but not only for a pocket PC.
For the moment I can see 2 solutions :
1- Separate the GUI and other fonctionalitities , puting GUI on the client and others on the server where MP is running. This solution can be easy if GUI and MP fonctionalitities are well separated in the MP's source code.
2- Develop a plugin which can accept a TCP/IP connection (on the server) and which can interpret commands that a client sends. This solution requires to develop a new client GUI.
I don't want to use something like UVNC. The client application must be directly connected with MP on the server.
May be someone can help me to find the best solution to work.