Redirect datastream instead of all steps in Tunnels.md --force-redirect
- [X] I have checked that a similar feature request does not already exist.
Is your feature request related to a problem? Please describe. Computer A <---SSH---> Device B <---USB Debugging---> Android device
Many Android boxes only have USB debugging, which makes it difficult to mirror away from home with ease and for non technical users. The only workaround is having another device (Device B) which in turn is connected through USB to Android device. Tunnels.md describes the steps needed to achieve this.
Describe the solution you'd like Instead of having to setup a bridge beforehand, just redirect the whole datastream from Device B to Computer A. Possibly with setting a flag --force-redirect or something that does what Tunnels.md is attempting to do but without having to do all steps beforehand.
Or, a script which does the Tunnels.md steps that you can setup to run at boot or whatever. Point is.. Make it simple and without hassle. A one button press solution.
Describe alternatives you've considered There is no alternative other than what is provided with Tunnels.md when you only have USB debugging and trying to mirror one screen away from home.
Additional context