Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CLI features to configure screen streaming #2667

Closed
waydabber opened this issue Feb 17, 2024 · 1 comment
Closed

Add CLI features to configure screen streaming #2667

waydabber opened this issue Feb 17, 2024 · 1 comment
Assignees
Labels
done All tasks are completed enhancement New feature or request integration Command-line interface PIP/Stream PIP or full screen streaming released Released
Milestone

Comments

@waydabber
Copy link
Owner

Screen streaming configuration should be available using CLI.

@waydabber waydabber added enhancement New feature or request in progress Implementing internal pre-release Enable internal pre-releases under Settings/Applications/Updates integration Command-line interface labels Feb 17, 2024
@waydabber waydabber added this to the v2.2.3 milestone Feb 17, 2024
@waydabber waydabber self-assigned this Feb 17, 2024
@waydabber waydabber changed the title Add CLI option to configure screen streaming Add CLI features to configure screen streaming Feb 17, 2024
@waydabber waydabber added the PIP/Stream PIP or full screen streaming label Feb 17, 2024
@waydabber waydabber modified the milestones: v2.2.3, v2.2.4 Feb 23, 2024
@waydabber waydabber added done All tasks are completed and removed in progress Implementing labels Feb 24, 2024
@waydabber
Copy link
Owner Author

Start streaming from screen MyDisplay to screen MyDisplay2 (you can use any of the usual target specifiers):

betterdisplaycli set -namelike=MyDisplay -stream=on -targetnamelike=MyDisplay2

Turn stream off of MyDisplay:

betterdisplaycli set -namelike=MyDisplay -stream=off

Configure various settings:

betterdisplaycli set -namelike=MyDisplay -stream -rotateby=90 -zoom=80% -flipHorizontal=on -verticalLocation=bottom

Available options:

freeAspect
directPixelMapping
rotateBy
flipHorizontal
flipVertical
horizontalLocation
verticalLocation
cursorShown
streamUnderscan
zoom
partial
partialOriginX
partialOriginY
partialWidth
partialHeight
resume

@waydabber waydabber added released Released and removed internal pre-release Enable internal pre-releases under Settings/Applications/Updates labels Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done All tasks are completed enhancement New feature or request integration Command-line interface PIP/Stream PIP or full screen streaming released Released
Projects
None yet
Development

No branches or pull requests

1 participant