12,302
edits
|  (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...") | |||
| Line 12: | Line 12: | ||
| 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. | 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. | ||
| ===ffmpeg=== | |||
| Since streaming to a VR-Headset with minimum latency is pretty much what you want with a live drone video this abandoned freeware app is doing exactly that: | |||
| [udpvideo lite|https://play.google.com/store/apps/details?id=com.imersiva.udpvideo]] | |||
| then run on the desktop: | |||
| <tt>ffmpeg -f x11grab -video_size wxga -r 25 -i :0.0 -f mpjpeg udp://192.168.1.2:5678</tt> | |||