PDA

View Full Version : SageClient server communication


dZeus
01-06-2006, 08:08 AM
Hey I'm busy on my first STV editing project after finishing the studio tutorials, and I can't find out how to do the following:

Perform a certain 'ExecuteProcess' call on the SageTV server machine when I press a button in a menu in the SageTV Client machine. It requires some form of communication between the client and server but I haven't really found any example to see how that would have to be performed.

Please help this Studio newbie :)

jbuszkie
01-06-2006, 03:33 PM
What are you trying to do?? That might help give some background....

You could always call some IsClient call to determine if you are on the server or client that's making the call..

I'm definetly not the best person to answer you.. but more info would be helpful to help you..

Jim

dZeus
01-06-2006, 04:50 PM
What are you trying to do?? That might help give some background....

You could always call some IsClient call to determine if you are on the server or client that's making the call..

I'm definetly not the best person to answer you.. but more info would be helpful to help you..

Jim

I came up with a solution that doesn't need to execute anything on the server. My reasoning was flawed when I posted the above, however it still is interesting to know if it's possible to launch a process on the sagetv server machine through the sagetv interface on a sagetv client (not needing that functionality but plain curiousity).