Go to advanced search

by dlrlbgtm
Tue Dec 29, 2015 7:44 am
Forum: Graphics, sound and multimedia
Topic: Motion - port 8081, works on Android, not on Windows?
Replies: 14
Views: 18132

Re: Motion - port 8081, works on Android, not on Windows?

Create the following index.html file and place it in /var/www/

Code: Select all

<html>
<img src="http://192.168.0.102:8081">
</html>
Replace "192.168.0.102" by your local ip address for the pi.
Now when you go to 192.168.0.102 on your browser, you should see the video stream

Go to advanced search