Skip to content

Repository files navigation

ScreenStreamRemoteControl

ScreenStreamRemoteControl is an app based ScreenStream. ScreenStream is a user-friendly Android application that allows users to easily share their device screen and view it directly in a web browser. No additional software is required other than the ScreenStream itself, a web browser.

Since it requires root and does not meet Google's online specifications, it cannot be submitted to the original author's repository, so we reopen the item.

Versions from this repository, support only Local mode (MJPEG).

if you need remote control, currently need ROOT!!!

Stream modes

ScreenStreamRemoteControl offers only one stream modes: Local mode (MJPEG). The modes aim to stream the Android device screen.

In the mode the number of clients is not directly limited, but it's important to keep in mind that each client consumes CPU resources and bandwidth for data transmission.

The application uses Android MediaProjection feature and requires Android 6.0 or higher.

Warning

  • High Traffic on Mobile Networks: Use caution when streaming via mobile 3G/4G/5G/LTE networks to avoid excessive data usage.

  • Delay in Streaming: Expect a delay of at least 0.5-1 second or more in certain conditions: slow device, poor internet or network connection, or when the device is under heavy CPU load due to other applications.

  • Video Streaming Limitation: ScreenStream is not designed for streaming video, particularly HD video. While it will function, the stream quality may not meet your expectations.

Local mode (MJPEG)

Local mode in the ScreenStream application is built on the MJPEG standard and utilizes an embedded HTTP server within the app. As a result, an internet connection is not required; instead, it can function on a local network, such as Wi-Fi, device HotSpot, Network-over-USB, or any other network between the client's web browser and the Android device with the ScreenStream app.

For optimal performance, a fast and stable network connection is recommended due to high traffic and low network delay requirements.

In Local mode, the app processes each frame independently, one-by-one, enabling additional image transformations such as cropping, resizing, rotating, and more before sending the image to the client's web browser.

The Local mode offers the following functionality:

  • Powered by MJPEG standard.
  • Utilizes PIN for security (no encryption).
  • Sends video as a series of independent images (no audio).
  • Works without an internet connection within your local network.
  • Embedded HTTP server.
  • Works with WiFi and/or mobile networks, supporting IPv4 and IPv6.
  • Clients connect via web browser using the app's provided IP address.
  • Highly customizable.
  • Individual data transmission for each client, with more clients requiring increased internet bandwidth to maintain optimal performance.

Note

  • Please be aware that certain cell operators may block incoming connections to your device for security reasons. Consequently, even if your device has an IP address from a cell operator, connecting to the device using this IP address may not be possible.

  • Some WiFi networks, particularly public or guest networks, may block connections between its clients for security reasons. In such cases, connecting to the device via WiFi might not be feasible. For instance, a laptop and a phone within such a WiFi network will not be able to connect to each other.

Contribution

Base Developed by Dmytro Kryvoruchko. Big Thanks!!!

Your contribution is valuable and will help improve the accessibility of the application. Thank you for your efforts!

Developed By

BASE APP Developed by Dmytro Kryvoruchko.

Remote Control Developed by [nian0114].

Privacy Policy and Terms & Conditions

App Privacy Policy and Terms & Conditions

TODO

1. Currently only supports 1920*1080 resolution and only supports horizontal screen mode 2. When mirroring, adjust the screen brightness to the lowest setting (close to 0, only old device which use kernel node to control) New Device with LSPOSED support, try use this module, works well on my hyperos/miui. FakeScreen 3. Support HOME/BACK/MENU/POWER buttons 4. Phone unlocking is not required anymore to use the launcher and Fermata. On rooted phones with LSPosed, it's possible to use other apps without unlocking.Fermta 5. Auto confirm the screencast request usingroot. It allows to start mirroring without touching the phone. 6. Later, the function will be realized through accessibility. 7. Iptables to redirect traffic to non RFC 1918 local address range.(For Tesla Browser) 8. When mirroring, adjust the screen brightness to the lowest setting without root accessFermta 9. Auto confirm the screencast request using accessibility. 10. VPNService to redirect traffic to non RFC 1918 local address range.(For Tesla Browser)

...

License

The MIT License (MIT)

Copyright (c) 2016 Dmytro Kryvoruchko

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages