juliocesar-io / voyager-bot

An Arduino bot controlled from a web browser using Nodejs on Docker for Raspberry pi with live cam streaming
http://voyager.readthedocs.org
10 stars 7 forks source link

streaming code is missing. #1

Closed carlosjs23 closed 7 years ago

carlosjs23 commented 7 years ago

Hi @juliocesar-io, I need some idea about how video streaming is done in this project to make a similar implementation in my project, but the code is not available.

best regards

juliocesar-io commented 7 years ago

Hey, @carlosjs23 you mean streaming video from a Raspberry Pi? If so, I made a separated implementation in another repo here (because of too many concerns in just one repo) https://github.com/juliocesar-io/web-cam-streaming using EasyRTC, Socket.io and Express. You can it use with raspberry, take a look here.

If you want something more low-level, you can use Janus WebRTC along with Nginx It works well with Raspberry Pi.

Finally, I let you know I'm working with a Photon board from Particle.io (similar to Arduino) to also make a video streaming just with C++ code. I will share the code as soon as I have something done.

juliocesar-io commented 7 years ago

In the meantime, I will clean this repo and organize all there with Docker. Will be nice to have your support to make a nice framework for real-time web interaction with Hardware. 🆒

carlosjs23 commented 7 years ago

Oh okay, I'll check it out.

Of course I can help, I'll get in touch with you to talk about it.