From b13fa53ce32684aad220d75bcce4c3bff56d608d Mon Sep 17 00:00:00 2001 From: Ryo Ota Date: Tue, 27 Jun 2023 21:46:52 +0900 Subject: [PATCH] always `tunnelForward: true` in scrcpy --- apps/demo/src/components/scrcpy/state.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/demo/src/components/scrcpy/state.tsx b/apps/demo/src/components/scrcpy/state.tsx index f12a1761..d04a57be 100644 --- a/apps/demo/src/components/scrcpy/state.tsx +++ b/apps/demo/src/components/scrcpy/state.tsx @@ -263,6 +263,9 @@ export class ScrcpyPageState { sendDeviceMeta: false, sendDummyByte: false, videoCodecOptions, + // The document says the following, but it does not work in Nexus 6P + // > When using `AdbScrcpyClient`, it can detect this situation and enable this option automatically. + tunnelForward: true, }) );