How do i set up a webcam server for HTTP?

11,495

Solution 1

You can use VLC to capture and stream using all built in tools from the (imba) player:

Have a look here on how to set it up: http://wiki.videolan.org/Simple_Stream_VLC_to_Website

Solution 2

In my case I wanted to stream webcam from one computer to another in the same home network. I figured out I could just ssh -X 192.168.1.76 and then start cheese

Solution 3

Actually, I used the package for karmic and it worked fine using the Hacktivision tutorial.

EDIT: redid this now a year later - used the accepted answer here.

Share:
11,495

Related videos on Youtube

Jakob Weisblat
Author by

Jakob Weisblat

Security Engineer @ Zoom. Puzzle Writer @ Galactic Puzzle Hunt. Theater artist, crossword constructor, vegetarian chef, enthusiast of board and role-playing games, tinkerer. pronouns: they/them

Updated on September 18, 2022

Comments

  • Jakob Weisblat
    Jakob Weisblat over 1 year

    There used to be a package webcam-server, but it is no longer there. I would like to be able to view the picture from a Logitech USB webcam in a browser in a different computer in the same network. I have an apache server set up for something else, so port 80 is used. note: the webcam definitely works with my computer; I can view it with other programs.

  • Jason Southwell
    Jason Southwell about 11 years
    Can you offer some more detail, such as how to view the webcam in a browser as the OP describes?