Results 1 to 5 of 5
I've written a simple web page and I want it to display live stream from one of my IP cameras. I admit I've never been interested in HTML ...
How ...
- 09-11-2010 #1
Basic HTML question
I've written a simple web page and I want it to display live stream from one of my IP cameras. I admit I've never been interested in HTML ...
How should I go about this? I can see the stream in browser using following link
Code:http://192.168.2.201:8002/nphMotionJpeg?Resolution=320x240&Quality=Standard
- 09-12-2010 #2
Include an image with the img tag, with the URL as its source.
Then you need some means to invoke the browser to reload the picture regularly.
Either use JavaScript or use the MetaRefresh tag.Debian GNU/Linux -- You know you want it.
- 09-12-2010 #3
Thanks.

Where could I learn about that? I tried looking at web page sources which have webcams ... confusing.Either use JavaScript or use the MetaRefresh tag.
- 09-12-2010 #4
have a look at The Meta Refresh
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 09-12-2010 #5
Great site, thanks!


Reply With Quote