Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • W weston
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 315
    • Issues 315
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 118
    • Merge requests 118
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • wayland
  • weston
  • Merge requests
  • !7

Merged
Created Aug 23, 2018 by Tomohito Esaki@etom

Remoting plugin for Weston

  • Overview 64
  • Commits 6
  • Pipelines 8
  • Changes 14

This patch series implements a remoting plugin that adds remote output support for the DRM backend.

A remote output is a virtual screen, not connected to any physical DRM device, that can stream its contents to a remote host. The current implementation uses GStreamer to create a MJPEG stream and transmits it over an RTP session.
The settings of the virtual output and the remote host are specified in weston.ini.

In the future, the aim is to also consider integrating ways to support input events from the remote host, so that a remote user can interact with the output.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: remoting-plugin