01-10-2011, 09:58 AM
I use ZoomPlayer as my media player and it is working well under CQC control.
I would like to use the ZoomPlayer fullscreen Navigation interface, but I need to send Up, Down, Left, Right, Enter navigation commands. These are different than the Up, Down, Left, Right, Enter that CQC sends for tansport control.
For example, nvLeft is different than fnDVDMenuLeft, according to this page: http://inmatrix.com/zplayer/highlights/z...ions.shtml
Also, Zoom Player has many commands available over the TCP control interface that are not supported in CQC. How can I access those commands? Most are available as keyboard shortcut keys, so if I could send keystrokes that would work, but I'm not sure how to do that, either.
According to the TCP API http://forum.inmatrix.com/index.php?showtopic=7051, there are four TCP commands (5100, 5110, 5120, and 5130) used to send a function name and a value. Can these be added to the ZoomPlayer driver? If not, can I send TCP commands directly somehow?
Thanks
I would like to use the ZoomPlayer fullscreen Navigation interface, but I need to send Up, Down, Left, Right, Enter navigation commands. These are different than the Up, Down, Left, Right, Enter that CQC sends for tansport control.
For example, nvLeft is different than fnDVDMenuLeft, according to this page: http://inmatrix.com/zplayer/highlights/z...ions.shtml
Also, Zoom Player has many commands available over the TCP control interface that are not supported in CQC. How can I access those commands? Most are available as keyboard shortcut keys, so if I could send keystrokes that would work, but I'm not sure how to do that, either.
According to the TCP API http://forum.inmatrix.com/index.php?showtopic=7051, there are four TCP commands (5100, 5110, 5120, and 5130) used to send a function name and a value. Can these be added to the ZoomPlayer driver? If not, can I send TCP commands directly somehow?
Thanks