Page 1 of 1

see images from other computers

Posted: Wed Aug 05, 2015 8:47 am
by imag_seeker
Hi ; I need help : with my raspberrypi IP, i can see images in the screen of my raspberrypi, (with ip raspberrypi:8081), but this address is inaccessible by other computers, someone can help me in solving this problem ? i use motion-mmal.

Re: see images from other computers

Posted: Wed Aug 05, 2015 9:27 am
by DougieLawson
What does
netstat -tln | grep 8081
show?

If should be

Code: Select all

tcp        0      0 0.0.0.0:8081            0.0.0.0:*               LISTEN
if it's

Code: Select all

tcp        0      127.0.0.1:8081            0.0.0.0:*               LISTEN
or

Code: Select all

tcp        0      0 192.168.xxx.xxx:8081            0.0.0.0:*               LISTEN
then you'll need to change your server to listen on the INADDR_ANY address.

Re: see images from other computers

Posted: Thu Aug 06, 2015 1:06 pm
by imag_seeker
Hi sir : Thank so much for your help, but i am a novice in Linux. How i proceed to enter into my server (Raspberrypi) for applying the instruction "listen on the INADDR_ANY address" ?

By the way, please indicate me how to post question, and where i can read "help" from you or others ?

Best regards

Re: see images from other computers

Posted: Thu Aug 06, 2015 2:30 pm
by imag_seeker
Hi, This is me again, i do "netstate -tln │ grep 8081", i get the message "command no found".
I suppose that i should install apache2 server ? isn't it ?
Thanks

Re: see images from other computers

Posted: Thu Aug 06, 2015 3:35 pm
by JimmyN
The command is netstat, not netstate

Re: see images from other computers

Posted: Fri Aug 21, 2015 2:31 pm
by imag_seeker
Hi sir, Thanks for your help, in fact there is not problem with my Raspberry, if i type "Raspberry ip:8081, i can see images of my module camera (Raspberry), the problem is that i cannot see images if i type "Raspberry ip:8081 in a other computer, (PC ex) or my androide tablet. Besides, my PC has not linux installed, so i try with ping Raspberry ip:8081, there is a problem, (web no found !).
Should i install apache2 and confogure a virtualhost, (ex: virtualhost1 Raspberry ip:8081), for making my system camera work ? or only motion is enough ?
Please help me

Re: see images from other computers

Posted: Fri Aug 21, 2015 3:28 pm
by RaTTuS
so you want to stream the raspberry pi camera images to another computer ?

Re: see images from other computers

Posted: Sun Aug 23, 2015 8:29 am
by imag_seeker
Hi, sir: Yes, how do i do for this ? I want to see images anywhere.
Thanks

Re: see images from other computers

Posted: Mon Aug 24, 2015 7:51 am
by RaTTuS

Re: see images from other computers

Posted: Mon Aug 24, 2015 9:32 am
by imag_seeker
Hi sir : Thanks for your help, of course, access is secured by a password !