Author Topic: Onlive with LMCE though wine?  (Read 3296 times)

ZaPHoN

  • Newbie
  • *
  • Posts: 9
    • View Profile
Onlive with LMCE though wine?
« on: May 04, 2012, 05:48:07 am »
I've seen some peeps have been able to get Onlive working on Ubuntu with Wine. Would there be a way to pull this off inside LMCE?

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Onlive with LMCE though wine?
« Reply #1 on: May 04, 2012, 06:38:18 am »
Sure, write a DCE device, that can launch OnLive appropriately, and pass back the window name to Orbiter, so that the window can be swallowed and controlled appropriately. Then you would either expose the appropriate commands to it starting with the device template, and then figure out whether you can either communicate with the running onlive instance via sending it synthetic mouse clicks, or via some other form of communication (named pipe, socket, etc.)

You may want to read the Developing a DCE device in the wiki to start.

-Thom