GMU:Max Neupert/StreamGem2Android: Difference between revisions

From Medien Wiki
(Created page with "== Goal: Stream to Android == Goal: streaming the Gem-window of a Linux Desktop to a VR-headset running on an Android phone. This page documents different possible approaches...")
(No difference)

Revision as of 21:09, 4 July 2017

Goal: Stream to Android

Goal: streaming the Gem-window of a Linux Desktop to a VR-headset running on an Android phone.

This page documents different possible approaches and hopefully will show how it's done when successful.

Unsucessful Apporaches

using x11vnc

Use the command xwininfo to find out the ID of the window to be shared, then use x11vnc -id {id number here} to share only one window to the vnc client.

However cardboard-vnc-free is doing too much. First of all, it controls the moise pointer on the server (as a VNC client should) but I don't need that. There is an option "Viewer" in the connection settings that will diable this and lower the latency from about 3 seconds to 1 second.

cardboard-vnc-free is also adding two viewports to the shared image, to fake a 3D. That's a show stopper, because I want to use the stereo mode in GEM.