From owner-freebsd-multimedia@FreeBSD.ORG Thu Sep 25 14:26:05 2008 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 16FF31065687; Thu, 25 Sep 2008 14:26:05 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id E12448FC16; Thu, 25 Sep 2008 14:26:04 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id DA4551675E0; Thu, 25 Sep 2008 10:06:55 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 25 Sep 2008 10:06:55 -0400 X-Sasl-enc: O3O7VHwNJe7BOofauTolRj3XmLrG//7uYtXPkAnbPREl 1222351615 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 19DEE6761; Thu, 25 Sep 2008 10:06:55 -0400 (EDT) Message-ID: <48DB9AFD.6020606@FreeBSD.org> Date: Thu, 25 Sep 2008 15:06:53 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: Alex Keda References: <48DA9F0A.2060207@lissyara.su> In-Reply-To: <48DA9F0A.2060207@lissyara.su> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org, FreeBSD Current Subject: Re: Support AV Stream on FreeBSD 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: Thu, 25 Sep 2008 14:26:05 -0000 Alex Keda wrote: > the problem > currently the FreeBSD dosn't support common AVstream interface (audio > / video) > as simular vl4 for linux > > may be someone to write such interface driver? under FreeBSD license > > Also, it will be necessary to write patches for mplayer and vlc, that > these programs can use this interfaces. v4l support is not part of mainline FreeBSD, various drivers ship their own, please see ports/multimedia/pwcbsd, ports/devel/linux-kmod-compat, ports/multimedia/linux-gspca-kmod etc. Also see here for an app which runs on FreeBSD and uses v4l 1.x to do so: http://freehg.org/u/bms/spook-bms/ There are a number of criticisms and issues of v4l 2, however, the level of work involved is such that IMHO it is either going to take highly motivated individuals with lots of free time, or a compelling business case, for this support to appear in FreeBSD. thanks BMS