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 scrcpy window without video playback #4868

Merged
merged 4 commits into from
May 11, 2024
Merged

Add scrcpy window without video playback #4868

merged 4 commits into from
May 11, 2024

Commits on Apr 19, 2024

  1. Disable FPS counter when no video playback

    There is no frame rate to count.
    rom1v committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    cca2c9f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Add scrcpy window without video playback

    Add the possibility to solely control the device without screen
    mirroring:
    
        scrcpy --no-video --no-audio
    
    This is different from OTG mode, which does not require USB debugging at
    all. Here, the standard mode is used but with the possibility to disable
    video playback.
    
    By default, always open a window (even without video playback), and add
    an option --no-window.
    
    Fixes #4727 <#4727>
    Fixes #4793 <#4793>
    PR #4868 <#4868>
    rom1v committed May 11, 2024
    Configuration menu
    Copy the full SHA
    45fe6b6 View commit details
    Browse the repository at this point in the history
  2. Update documentation for --no-window

    rom1v committed May 11, 2024
    Configuration menu
    Copy the full SHA
    b5c8de0 View commit details
    Browse the repository at this point in the history
  3. Terminate on controller error

    This is particularly important to react to server socket disconnection
    since video and audio may be disabled.
    
    PR #4868 <#4868>
    rom1v committed May 11, 2024
    Configuration menu
    Copy the full SHA
    063a833 View commit details
    Browse the repository at this point in the history