0

I'm using Picamera with my Raspberry Pi model 2B.

I want to stream the video on VLC in which I got succeed, but now I'm wondering if there is a way to stream this captured frame from anywhere - browser etc.

I followed this tutorial which gave me the frame for some sec in the last. http://www.pyimagesearch.com/2015/03/30/accessing-the-raspberry-pi-camera-with-opencv-and-python/

Bex
  • 2,929
  • 3
  • 25
  • 34
Anas
  • 1

2 Answers2

1

Do you have a RTP Stream?

Have a look at flowplayer. I used it a long time ago to help me present streamed video content in a browser. Looks like their pricing model has changed but there is still a free option.

A quick google for HTML5 RTP Stream Video returns a few possible options. Have a look at this post and let us know how you get on as would be interested to hear.

Byte Insight
  • 246
  • 2
  • 11
-1

Try UV4L It can stream to any browser or to Jitsi Meet Web Conferences.

prinxis
  • 276
  • 3
  • 4