-
Notifications
You must be signed in to change notification settings - Fork 9
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
if QVH fails, the wda is not starting. possible to run wda in parallel to QVH #5
Comments
QVH resets usb connection on startup (and after stopping). We can start WDA only after QVH, that is why client waits for the first frame before requesting to start WDA. |
can you please point me where QVH start and |
I'm working on integration ws-qvh to ws-scrcpy server. The current architecture soon will be obsolete.
As for the current state:
Client: Server: Lines 163 to 164 in a9a487a
Client:
Server: Lines 75 to 77 in a9a487a
|
QVH is not working if device screen is off. if WDA starts before QVH or parallel. WDA will allow to call iPhone Home button |
You will need to start WDA again if you run it before QVH, because QVH will reset the USB connection. P.S. Actually, QVH works with the screen off, it will start sending data if you turn on the screen physically. |
Do we need QVH? |
In theory, h264 stream produced by qvh should be more effective, but I didn't do the benchmarks.
We can add this as separate feature. |
i checked both video quality and i find that using wda video quality is better than QVH |
QVH produces stream with "adaptive" fps (it switches between 30 and 60 fps), but it the client it locked at 30 (src). That's why it may look choppy.
Also qvh sends audio stream, but at the moment I just drop it. But I will look into mjpeg server later. |
Where do i change the fps of qvh to test different fps to avoid choppyness in video stream. |
|
possible to run wda though qvh fails? |
if QVH fails, the wda is not starting. possible to run wda in parallel to QVH.
The text was updated successfully, but these errors were encountered: