EbenKouao / pi-camera-stream-flask

Create your own live camera stream using a Raspberry Pi 4
MIT License
320 stars 126 forks source link

streaming with different network connections #16

Open MuhammadEmmadSiddiqui opened 2 years ago

MuhammadEmmadSiddiqui commented 2 years ago

hi I try to stream with different wifi connection but the page is not opening kindly do let me know how to access with different wifi connections too

EbenKouao commented 2 years ago

Hi Muhammad,

You'll need to be on the same wifi network in order to access the stream on localhost. If you wish to access from another network, it may be worth looking at ssh tunneling/proxy.

Cheers! Eben.