From owner-freebsd-multimedia@FreeBSD.ORG Mon May 30 20:43:31 2005 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 212A116A41C for ; Mon, 30 May 2005 20:43:31 +0000 (GMT) (envelope-from jakemsr@jakemsr.com) Received: from mail231.csoft.net (resin.csoft.net [63.111.22.86]) by mx1.FreeBSD.org (Postfix) with SMTP id B6F1A43D48 for ; Mon, 30 May 2005 20:43:30 +0000 (GMT) (envelope-from jakemsr@jakemsr.com) Received: (qmail 18251 invoked from network); 30 May 2005 20:43:29 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 30 May 2005 20:43:29 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Mon, 30 May 2005 13:43:29 PDT (sender jakemsr@puff.jakemsr.gom) Date: Mon, 30 May 2005 13:43:29 -0700 From: Jacob Meuser To: freebsd-multimedia@freebsd.org Message-ID: <20050530204329.GE25095@puff.jakemsr.gom> Mail-Followup-To: freebsd-multimedia@freebsd.org References: <200505301638.02779.jhugo@icomtek.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200505301638.02779.jhugo@icomtek.csir.co.za> User-Agent: Mutt/1.4.2i Subject: Re: ffmpeg 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, 30 May 2005 20:43:31 -0000 On Mon, May 30, 2005 at 04:38:02PM +0200, Johann Hugo wrote: > Hi > > I am having trouble configuring ffserver + ffmpeg to do a live stream from a > bktr capture card. The same setup use to work with freeBSD 5.3 and ffmpeg > ffmpeg-0.4.8, but I cannot get it running since I upgraded to 5.4. > > Problem with ffmpeg-0.4.9 > I can start ffserver (using the default ffserver.conf file) > > As soon as I start ffmpeg > (ffmpeg -ad /dev/dsp0.0 -vd /dev/bktr0 http://localhost:8090/feed1.ffm) > then ffserver will write "Floating exception" and do core dump. > ffmpeg will write: > Could not read stream parameters from 'http://localhost:8090/feed1.ffm' > > Problem with ffmpeg-devel-0.4.9.c.20050528 > ffserver works file, but ffmpeg gives the following message: > > ffmpeg -ad /dev/dsp0.1 -vd /dev/bktr0 http://localhost:80/feed1.ffm > ffmpeg version 0.4.9-pre1, build 4755, Copyright (c) 2000-2004 Fabrice Bellard > configuration: --cc=cc --prefix=/usr/local --make=gmake --disable-debug > --enable-memalign-hack --enable-shared > --source-path=/usr/ports/multimedia/ffmpeg-devel/work/FFMpeg-20050528 > --disable-v4l --enable-a52 --disable-a52bin --enable-gpl --enable-libogg > --enable-pp --enable-shared-pp --enable-pthreads --disable-ffplay > --enable-theora --enable-vorbis > built on May 29 2005 21:01:46, gcc: 3.4.2 [FreeBSD] 20040728 > Could not find video grab device > > I also see from the Makefile: > # video captuure is not working as of yet > WITH_VIDEO_CAPTURE=no > > Does this mean that ffmpeg-devel does not support live video streaming ? I submitted working bktr support to the ffmpeg developers, but I have not had time to change things according to their comments. if anyone else has the inclination, look through the ffmpeg-devel@mplayerhq.hu archives, from about two weeks ago. the subject is something like "*BSD bktr support". --