You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running adborc consumer scrcpy DEVICE_ID, the following error is printed:
Screen mirroring failed: Could not start scrcpy: Scrcpy server failed to start: 2024-05-21 11:42:09.013 scrcpy[97427:17602128] ERROR: --bit-rate has been removed, use --video-bit-rate or --audio-bit-rate
Like the error message says, it looks like the --bit-rate argument, which I assume is hardcoded here, no longer exists in newer versions of scrcpy.
Would you accept a PR to migrate to the newer --video-bit-rate and --audio-bit-rate arguments? Cheers!
The text was updated successfully, but these errors were encountered:
When running
adborc consumer scrcpy DEVICE_ID
, the following error is printed:Like the error message says, it looks like the
--bit-rate
argument, which I assume is hardcoded here, no longer exists in newer versions of scrcpy.Would you accept a PR to migrate to the newer
--video-bit-rate
and--audio-bit-rate
arguments? Cheers!The text was updated successfully, but these errors were encountered: