apache - access motion cam on raspberry pi 3 -


i have been struggling whole day. have microsoft web cam connected raspberry pi 3 ip of 192.168.0.17 , listening port of 446. based on documentation have following motion configuration setting:

daemon on  stream_port 6789  stream_quality 50  stream_motion off  stream_localhost off --------------- webcontrol_port 8081  webcontrol_localhost off  webcontrol_html_output on 

going 192.168.0.17:6789 works , see cam. having hard time viewing cam out side network. have spectrum technicolor tc8715d router/modem following port forwarding , and port triggering setting:enter image description here

please let me know ma doing wrong. let me mention have apache2 running on pi , when type external ip address http://76.155.#.#:446 can see apache2 debian default page. know ip forwarding working. thank help


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -