3

I have server on Debian 6, without Desktop Environment and I have simple web camera. Web camera is defined like /dev/video0, so I can use cat /dev/video0 > ~/photo to get image from it (of course this is not correct way :))

I want to capture, convert and broadcast video stream by HTTP, or can I make common IP web cam?

atomAltera
  • 267
  • 4
  • 12

2 Answers2

1

I figured out how to do this using motion

Michael Mrozek
  • 91,316
  • 38
  • 238
  • 232
atomAltera
  • 267
  • 4
  • 12
-1

You can do this with VLC; it has packages available for most distros, including Debian.

Michael Mrozek
  • 91,316
  • 38
  • 238
  • 232
  • Perhaps you could improve your answer by showing how to do this with VLC. –  Jul 14 '13 at 17:20