Skip to content

Enable Remoting plugin to work with the Headless backend

Vivek Kasireddy requested to merge Vivek/weston:headless_remoting into main

In certain Virtualization environments, Weston may not have access to the Display(i.e, no CRTC or Connectors available); therefore, running Weston with the Headless backend would become an obvious choice in such situations. However, in order to view the composited content, streaming via the Remoting plugin would be an option if there are render nodes available to be used with the GBM platform.

Merge request reports