Find the answer to your Linux question:
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 ...
  1. #1
    Linux Engineer Segfault's Avatar
    Join Date
    Jun 2008
    Location
    Acadiana
    Posts
    855

    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

  2. #2
    Linux Engineer GNU-Fan's Avatar
    Join Date
    Mar 2008
    Posts
    935
    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.

  3. #3
    Linux Engineer Segfault's Avatar
    Join Date
    Jun 2008
    Location
    Acadiana
    Posts
    855
    Thanks.

    Either use JavaScript or use the MetaRefresh tag.
    Where could I learn about that? I tried looking at web page sources which have webcams ... confusing.

  4. #4
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,301
    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.

  5. #5
    Linux Engineer Segfault's Avatar
    Join Date
    Jun 2008
    Location
    Acadiana
    Posts
    855
    Great site, thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...