I'm a little bit new to the raspberry pi. Currently, I have a raspberry pi camera recording live video. I want to transfer this stream to an android app I developed. I really don't know where to start, and I would appreciate any guidance.
Asked
Active
Viewed 5,581 times
1 Answers
3
We have developed something that you want. You need to install the motion package on your raspberry pi. It will transmit streams over HTTP/HTTPS protocol with authentication.
You should install motion then configure it to access the web page over any hosts over LAN or the internet. Then, add these streams to a web-view on your android application.
installation:
Video Streaming from raspberry to an external serverConfiguration:
/etc/motion/motion.conf
You can configure stream quality according your bandwidth limitations.Make it more secure:
Motion security
If you are concerned about the security of the streams, you can make it much more secure with some configuration and insight.
Mohi Rostami
- 4,434
- 1
- 20
- 39