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
device model: google pixel 2 xl, lg wing (and every devices)
Android version: 13
Describe the bug
If scrcpy has video, I can see terminal's process has adb(not showing scrcpy). And it terminates when disconnected so i can start a new one.
But in --no-video , terminal has adb and scrcpy. And only adb terminates when disconnected, scrcpy steel alive and terminal shows it still running, I cannot start new one until I've stop(ctrl+c or kill process in task manager)
I think scrcpy must be terminated too when adb terminated.
[ when ] video video-disconneted no-video no-video-disconneted
processes adb - adb,scrcpy scrcpy
can i use console? no yes no no
The text was updated successfully, but these errors were encountered:
If --no-video was set, then device disconnection was not reported. To
avoid the problem, report device disconnection also on audio
end-of-stream (EOS).
If both video and audio are enabled, then a device disconnection event
will be sent twice, but only the first one will be handled (since it
makes scrcpy exit).
Fixes#4207 <#4207>
Environment
Describe the bug
If scrcpy has video, I can see terminal's process has adb(not showing scrcpy). And it terminates when disconnected so i can start a new one.
But in --no-video , terminal has adb and scrcpy. And only adb terminates when disconnected, scrcpy steel alive and terminal shows it still running, I cannot start new one until I've stop(ctrl+c or kill process in task manager)
I think scrcpy must be terminated too when adb terminated.
[ when ] video video-disconneted no-video no-video-disconneted
processes adb - adb,scrcpy scrcpy
can i use console? no yes no no
The text was updated successfully, but these errors were encountered: