From owner-freebsd-multimedia@FreeBSD.ORG Mon Sep 24 10:56:50 2007 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58F9816A49C for ; Mon, 24 Sep 2007 10:56:50 +0000 (UTC) (envelope-from josema.alvarez@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.187]) by mx1.freebsd.org (Postfix) with ESMTP id CFBC313C4CA for ; Mon, 24 Sep 2007 10:56:49 +0000 (UTC) (envelope-from josema.alvarez@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so1983866fka for ; Mon, 24 Sep 2007 03:56:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=wlghsgMb+FGzkwTZvZaghnBS6OFPVdjhSxRAeOVRzOU=; b=R9VEMPM4LrWiYkZuzcNgbFFWCuNuKhNScd5WEtkZRTQXJ+wLJfeqNH1yJdHGvRezvqLR7oLE+9uhFkg3//X61OAPe/kiSwc4k+djfYBn6B68q6f4F7fxqzdxXGs70IfkFs/azoUUCe6czp/VvQVUKj4ZoYX/Rd8WafZP4j4fOr8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=H0kB+k6xLukGAMn4yeVenNIeyCSy4b/7Frk5c7+xKPJIc50prSnXimhsXB+BC7tBwSAZoDGsvA24C1AiYYzIlHb0OQiqbhgnujoQSH8oEaX9zuD94A5Pjo9HnD8Rzy6Xu7WmuI+l3/8oJEjunTbo6TMb6TgSXmkxCYkdQjzEDqE= Received: by 10.82.126.5 with SMTP id y5mr6115736buc.1190631407891; Mon, 24 Sep 2007 03:56:47 -0700 (PDT) Received: by 10.82.112.11 with HTTP; Mon, 24 Sep 2007 03:56:47 -0700 (PDT) Message-ID: <71f6587f0709240356n6bca6fc5r244a1a9712f685dc@mail.gmail.com> Date: Mon, 24 Sep 2007 12:56:47 +0200 From: "Jose Manuel" To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Live stream X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2007 10:56:50 -0000 I'm trying to develop a system of CCTV can serve a live stream of video to watch it on local and remote by a web page. I'm trying with ffmpeg+ffserver but I can't capture anything, With the ffmpeg 0-4.9-pre1 I can encode one cam (bktr0) and earlier version= s say me that couldn't found the grab device. I have a Kodicom 4400 with four channel. If I test with xawtv It works well. Any patch, tips, suggestion =BF? Thanks