Is it possible to have the photon act as a web server that serves video? I’d like to be able to go to something like https://ipaddress:port/camera and see a video from a camera connected to my photon, but have the photon also run the web server that serves the video up. Can it be done?
It’s a big plus if it can be done over SSL/HTTPS, too.
I figured a RaspPi would be better for this as well. I was planning on integrating this with something I’ve already put ~1000 lines of code in the Photon with, though. If I can easily run that code on a Pi though…that would be fine.