......
Is there somthing i should be doing with apache on my internet tablet?
.......
Try to connect locally from tablet browser to URL: http://localhost/webcam.html
If you can access the pages and camera locally from tablets browser then apache and gstmjpg are working correctly and the problem remains in your private network. If you can't access locally with tablets own browser try:
- restart (power off, power on) tablet and apache (=httpd) should start running)
- uninstall and reinstall gstmjpg and apache if there is something wrong with the configuration.
- checck with terminal if apache and gstmjpg are running by giwing command:
$ ps
Just posted to let you know that it DOES work in diablo (at least on my N810), and I did get to work with thttpd (instead of Apache).
I desired thttpd for its smaller memory foot print. After all, don't need a multi-theading web server on my IT!
To get it working with thttp, I had to move the contents of the two directories /usr/cgi-bin and /usr/htdocs to a single directory tree. I chose the thttpd default of /var/www with the cgi-bin under it. I then simbolic-linked those directories back to the original locations so that future updates will go well.