Skip to content

Commit

Permalink
always tunnelForward: true in scrcpy
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Jun 27, 2023
1 parent 95860bf commit b13fa53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/demo/src/components/scrcpy/state.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
);

Expand Down

1 comment on commit b13fa53

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.