From owner-freebsd-questions@FreeBSD.ORG Mon Jul 17 04:48:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BD1A16A4DA for ; Mon, 17 Jul 2006 04:48:02 +0000 (UTC) (envelope-from mailing-lists@msdi.ca) Received: from mail02.msdihosting.net (9.67-18-64.networks.msdihosting.net [64.18.67.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBBF243D45 for ; Mon, 17 Jul 2006 04:48:01 +0000 (GMT) (envelope-from mailing-lists@msdi.ca) Received: from ian.msdi.ca ([70.83.205.150]) by mail02.msdihosting.net ((iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003))) with SMTP id CLI20599 for ; Mon, 17 Jul 2006 00:52:03 -0400 Message-Id: <7.0.0.16.2.20060717004721.03c23dd8@msdi.ca> Message-Id: <7.0.0.16.2.20060716201059.025e0af0@msdi.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.0.0.16 Date: Mon, 17 Jul 2006 00:47:24 -0400 To: freebsd-questions@freebsd.org From: Ian Lord Mime-Version: 1.0 X-DEBUG: 1 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Streaming video real time X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jul 2006 04:48:02 -0000 At 19:53 2006-07-16, you wrote: >I have a need to stream video from my server room to wherever I am via the >web. Basically, I need to be able to see the temperature sensor in the >room when an alarm is indicated, and I need to be able to see what mode >the A/C is in. > >I have found some articles regarding streaming video, but nothing which >seemed to relate to streaming video realtime. > >I have a USB web cam, and Apache installed. And, I am running FBSD 5.3 on >the server. > >Any suggestions as to what I should look at would be greatly appreciated. I don't think streaming is really mandatory for this kind a setup... Just do a cron job every 1 minute (ajust if necessary) that will take a picture, and save it as jpg in the root of your website... Then just use a simple "meta refresh" in your web page so that it reloads itself every 1 minute...