Screen Stream over HTTP
An Android mobile app for viewing device screen in your web browser.
Developed by Dmitriy Krivoruchko · If there are any issues or ideas feel free to contact me.
The application allows viewing the device screen in your web browser. The main idea is to show your device screen during presentations and demos. No need of any additional software except for this app and a web browser. Google Play version contains Ads, F-Droid, AAPKS or FirebaseFree versions are Ad-free.
Read this in other languages (outdated): 正體中文
It uses MJPEG to encode screen images and send them through the network. So it works with any desktop or mobile browser which supports MJPEG (Chrome, Safari, EDGE, Firefox).
The application works via WiFi and/or 3G/LTE network.
Support for IPv4 and IPv6.
Fast and stable WiFi recommended because of high traffic and low network delay requirement. No Internet required, however, there must be a network connection between the client and the device.
The number of client connections is unlimited, but be aware that each of them requires some CPU resources and bandwidth to send data.
Application uses Android Cast feature and requires at least Android 5.0 to run.
WARNING: This is not a real time streaming app. Expected delay is at least 0.5-1 second or more on slow devices, bad WiFi or on heavy CPU load by other apps.
WARNING: This app is not designed for streaming video, especially HD video. Use Chromecast instead.
WARNING: This app does NOT support SOUND streaming, because MJPEG does not support sound.
WARNING: Some cell operators may block incoming connections to your device for security reasons, so, even if the device has an IP address from a cell operator, you may not be able to connect to the device on this IP address.
WARNING: Some WiFi networks (mostly public/guest) block connections between its clients for security reasons, so you may not be able to connect to the device via WiFi. For example, a laptop and a phone in this such a WiFi network will not be able to connect to each other.
Known problems
- On some devices no notification icon showing but notification is present. Android bug: 213309.
Screenshots
Features and libraries
Version 3.x based on Clean Architecture, Single Activity and MVI patterns and use:
- Kotlin
- Kotlin coroutines
- Android Jetpack libraries
- Koin
- Material Dialogs
- Binary Preferences
- Ktor
- Firebase Crashlytics
- xLog
- LeakCanary
Contribution
If you want to contribute with translation, you have to translate this 2 files:
- https://github.com/dkrivoruchko/ScreenStream/blob/master/app/src/main/res/values/strings.xml and
- https://github.com/dkrivoruchko/ScreenStream/blob/master/data/src/main/res/values/strings.xml
Then, please, make a pull request or send those 2 files to the developer via e-mail [email protected] as an attachment.
Your contribution is much appreciated. Thank you.
Developed By
Dmitriy Krivoruchko - [email protected]
If there are any issues or ideas feel free to contact me.
Privacy Policy
App privacy policy
License
The MIT License (MIT)
Copyright (c) 2016 Dmitriy Krivoruchko
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.