Sat Nov 28, 2015 9:35 pm
I have made a small motor driven can which can be controlled online. I have port forwarded so this can then be controlled out of my home. I have connected a pi cam which uses MJPG-streamer and by posting an img src="http://ipaddress:port/?action=stream"/> I have been able to view this camera footage while connected to my own wifi, however I cant view the camera footage when not connected to my wifi. I believe I have to now make a php proxy that will redirect from the local camera port to a url which can be referenced in the html code, I can only find information on how to do this with apache and now webiopi. Any help would be greatly appreciated, thanks.