imag_seeker
Posts: 7
Joined: Wed Jul 15, 2015 12:10 pm

see images from other computers

Wed Aug 05, 2015 8:47 am

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.

User avatar
DougieLawson
Posts: 39302
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: see images from other computers

Wed Aug 05, 2015 9:27 am

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.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

imag_seeker
Posts: 7
Joined: Wed Jul 15, 2015 12:10 pm

Re: see images from other computers

Thu Aug 06, 2015 1:06 pm

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

imag_seeker
Posts: 7
Joined: Wed Jul 15, 2015 12:10 pm

Re: see images from other computers

Thu Aug 06, 2015 2:30 pm

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

JimmyN
Posts: 1109
Joined: Wed Mar 18, 2015 7:05 pm
Location: Virginia, USA

Re: see images from other computers

Thu Aug 06, 2015 3:35 pm

The command is netstat, not netstate

imag_seeker
Posts: 7
Joined: Wed Jul 15, 2015 12:10 pm

Re: see images from other computers

Fri Aug 21, 2015 2:31 pm

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

User avatar
RaTTuS
Posts: 10563
Joined: Tue Nov 29, 2011 11:12 am
Location: North West UK
Contact: Twitter YouTube

Re: see images from other computers

Fri Aug 21, 2015 3:28 pm

so you want to stream the raspberry pi camera images to another computer ?
How To ask Questions :- http://www.catb.org/esr/faqs/smart-questions.html
WARNING - some parts of this post may be erroneous YMMV

1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe

imag_seeker
Posts: 7
Joined: Wed Jul 15, 2015 12:10 pm

Re: see images from other computers

Sun Aug 23, 2015 8:29 am

Hi, sir: Yes, how do i do for this ? I want to see images anywhere.
Thanks

User avatar
RaTTuS
Posts: 10563
Joined: Tue Nov 29, 2011 11:12 am
Location: North West UK
Contact: Twitter YouTube

Re: see images from other computers

Mon Aug 24, 2015 7:51 am

How To ask Questions :- http://www.catb.org/esr/faqs/smart-questions.html
WARNING - some parts of this post may be erroneous YMMV

1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe

imag_seeker
Posts: 7
Joined: Wed Jul 15, 2015 12:10 pm

Re: see images from other computers

Mon Aug 24, 2015 9:32 am

Hi sir : Thanks for your help, of course, access is secured by a password !

Return to “Beginners”