From fd5e45fd7e4e3cc3a8ce8df929b12a352d49049f Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 22 Sep 2025 02:09:19 +0200 Subject: [PATCH] android: added screenstream --- wiki/android/ip_webcam.md | 3 +++ wiki/android/screenstream.md | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 wiki/android/screenstream.md diff --git a/wiki/android/ip_webcam.md b/wiki/android/ip_webcam.md index 0122e76..e3b7557 100644 --- a/wiki/android/ip_webcam.md +++ b/wiki/android/ip_webcam.md @@ -4,6 +4,9 @@ developed and published by Pavel Khlebovich for [Android](/wiki/android.md) systems. It enables a [smartphone](/wiki/smart_devices.md) to be used as [webcam](/wiki/webcams.md). +When wanting to stream the screen and not the camera the application +[ScreenStream](/wiki/android/screenstream.md) can be used. + ## Setup On [Android](/wiki/android.md) IP Webcam is available on the diff --git a/wiki/android/screenstream.md b/wiki/android/screenstream.md new file mode 100644 index 0000000..b82ca4f --- /dev/null +++ b/wiki/android/screenstream.md @@ -0,0 +1,13 @@ +# ScreenStream + +[ScreenStream](https://f-droid.org/de/packages/info.dvkr.screenstream/) is an application that +allows to stream the screen via HTTP. + +When wanting to stream the camera and not the screen the application +[IP Webcam](/wiki/android/ip_webcam.md) can be used. + +## Setup + +On [Android](/wiki/android.md) ScreenStream is available on +[F-Droid](/wiki/android/f-droid.md) in a package called +[ScreenStream](https://f-droid.org/de/packages/info.dvkr.screenstream/).