| Summary: | Streaming the cursor via ScreencastV1Interface::CursorMode::Metadata doesn't work | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Noah Davis <noahadvs> |
| Component: | effects-various | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | CC: | kde |
| Priority: | NOR | Keywords: | qt6 |
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Noah Davis
2023-11-13 23:38:17 UTC
>The cursor should be visible in the output video.
Metadata means "send the cursor data completely separately". It's up to the receiving end to do something useful with this. This is useful for remote-desktop like clients where we can then forward the cursor separately and hook into the cursor the other side rather than have it in the video.
For video recording I don't think using this mode has any value, it would be up to the recorder to take the cursor metadata and re-composite it into a scene to record, which is just recreating the existing embedded mode.
|