Skip to content

Kotlin Android Application For Streaming A RaspberryPi Live Stream

Notifications You must be signed in to change notification settings

robsmall/raspi-video-streamer-app

Repository files navigation

raspi-video-streamer-app

Kotlin Android Application For Receiving a Live Stream from A RaspberryPi.

Server implementation is available at robsmall/flask-raspi-video-streamer

Resources For Learning:

Configuration

In the build.gradle file licated in app, you must create and set the path and properties for secureProperties.

For Example:

I have a file located at /Users/robsmall/src/android/RaspiVideoStreamer/secure-gradle.properties that contains:

BaseApiUrl=http://10.0.0.7:5000
BaseRawStreamUrl=http://10.0.0.7:8000

For more information on this gradle plugin, please Check the Java Prop File documentation

For the example server, check out robsmall/flask-raspi-video-streamer

Credits