Hi Guys,
I have a fairly simple setup on an HD1025: various video files with AC3 5.1 Audio that are played according to a remotely administered schedule. Now I need to add a few GPO controls independently of the main schedule. I can get the GPIO pins and the connected mains control hardware to turn on and off by putting an Event Handler into a presentation of its own and setting the state accordingly. But this will not work if I need to turn something on or off while a video is running. If I allow the presentation that does the GPIO to interrupt other it will work, but it will obviously stop the video that is playing. If Ido not allow the GPIO presentation to do that it won´t work...
What am I missing here?