Hello,
I would like to stream video from a raspberry pi zero w with picamera to my android phone.
What would be the best solution to accomplish this?
I've tried: sudo raspivid -t 0 -l -o tcp://0.0.0.0:80
But this breaks stops the client disconnects, I'd like this to be available all the time and possibly supports at least 2 clients.
-
- Posts: 2
- Joined: Sat Jul 22, 2017 1:55 pm
Re: How to stream with Picamera?
Using motion with bcm2835-v4l2 seems to be fairly stable. Try this tutorial
https://hackernoon.com/spy-your-pet-wit ... 1bb74f79ea
It streams via http, so you can view in your phone's browser.
--
BBz
https://hackernoon.com/spy-your-pet-wit ... 1bb74f79ea
It streams via http, so you can view in your phone's browser.
--
BBz