Raspberry Pi Camera (How To: Stream)

Hello There LMR. I bought a raspberry pi camera and i make some test with it to see if it work and it works fine . Now i have a question how can i stream with it on the net or localy (what is more easy) and what programs i have to install on my raspberry. I also check on the net but i can't find all the info i need. If someone know please tell me!

May I suggest the Goodle
May I suggest the Google search terms: raspberry pi how to stream video.

The first hit I got off of this search was: http://blog.miguelgrinberg.com/post/stream-video-from-the-raspberry-pi-camera-to-web-browsers-even-on-ios-and-android

Keep Building!

use webRTC

The webRTC is the new right way for video streaming. It is supported in chrome and mozilla.

see: https://opentokrtc.com and google search for more info

Let me know if you are sucdcessful. I’ll be interrested in the result.