From owner-freebsd-multimedia@FreeBSD.ORG Mon May 30 14:38:12 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 0D52A16A41C for ; Mon, 30 May 2005 14:38:12 +0000 (GMT) (envelope-from jhugo@icomtek.csir.co.za) Received: from marge.icomtek.csir.co.za (marge.icomtek.csir.co.za [146.64.28.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACE1343D49 for ; Mon, 30 May 2005 14:38:06 +0000 (GMT) (envelope-from jhugo@icomtek.csir.co.za) Received: from jeep.icomtek.csir.co.za (jeep.icomtek.csir.co.za [146.64.28.29]) by marge.icomtek.csir.co.za (Postfix) with ESMTP id 2FC098FC46 for ; Mon, 30 May 2005 16:38:03 +0200 (SAST) From: Johann Hugo To: freebsd-multimedia@freebsd.org Date: Mon, 30 May 2005 16:38:02 +0200 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200505301638.02779.jhugo@icomtek.csir.co.za> Subject: 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 14:38:12 -0000 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 ? Regards Johann