From owner-freebsd-questions@FreeBSD.ORG Thu Jun 21 10:54:47 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C3A51065677 for ; Thu, 21 Jun 2012 10:54:47 +0000 (UTC) (envelope-from nec556@retena.com) Received: from resmaa14.ono.com (smtp14.ono.com [62.42.230.176]) by mx1.freebsd.org (Postfix) with ESMTP id B3E188FC0C for ; Thu, 21 Jun 2012 10:54:46 +0000 (UTC) Received: from GogPortatil.retena.com (85.219.45.167) by resmaa14.ono.com (8.5.113) (authenticated as nec556@retena.com) id 4FA8828000BAC447 for freebsd-questions@freebsd.org; Thu, 21 Jun 2012 12:48:42 +0200 Message-ID: <4FA8828000BAC447@> (added by postmaster@resmaa14.ono.com) X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Thu, 21 Jun 2012 12:51:20 +0200 To: freebsd-questions@freebsd.org From: Eduardo Morras In-Reply-To: <4FDB8808.1070806@gmail.com> References: <4FDA0B5E.4090901@gmail.com> <4FDAAF5E.4040500@gmail.com> <4FDAECF8.4080007@gmail.com> <4FDB8808.1070806@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Antivirus: AVG for E-mail 2012.0.2180 [2437/5082] Subject: Re: No surround sound with Creative SB Live! card 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: Thu, 21 Jun 2012 10:54:47 -0000 At 21:07 15/06/2012, Edward M wrote: >>What do you mean by "a decoder is needed"? > > A decorder is either a special plugin/codex that > gets installed into the OS ( codex called a52dec) and decoding > happens internally. > or a hardware device like a stereo receiver that is able to > understand Dolby Digital signals from the DVD through S/PDIF > connector from the sound card to decorder. > however, it only appears you are only missing a52dec? Have you > installed a52dec from ports/audio/gstreamer-plugins-a52dec/ ? Perhaps ffmpeg was compiled without some codecs. If you check GPL codecs off, a52 and others are not compiled. Deinstall ffmepeg, do a manual compilation with cd /usr/ports/multimedia/ffmpeg && make config install clean, checking the options you want.