From owner-freebsd-questions@freebsd.org Fri Nov 27 20:28:44 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5356A3A24C for ; Fri, 27 Nov 2015 20:28:44 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 970E21769 for ; Fri, 27 Nov 2015 20:28:44 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a2PTr-0000ss-WB for freebsd-questions@freebsd.org; Fri, 27 Nov 2015 21:18:56 +0100 Received: from pool-72-66-1-32.washdc.fios.verizon.net ([72.66.1.32]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Nov 2015 21:18:55 +0100 Received: from nightrecon by pool-72-66-1-32.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Nov 2015 21:18:55 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Subject: Re: no sound in firefox youtube videos (HTML5) Date: Fri, 27 Nov 2015 15:18:34 -0500 Lines: 18 Message-ID: References: <565832B6.9050505@gmail.com> <56585E61.5000406@gmx.de> <56588D3F.1030001@gmail.com> Reply-To: nightrecon@hotmail.com Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-72-66-1-32.washdc.fios.verizon.net X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2015 20:28:44 -0000 Giuseppe Pagnoni wrote: > Thank you very much: I rebuild firefox without selecting pulseaudio, and > it works now! It's not very clear to me why alsa and pulseaudio are > incompatible (since you can select them both), but I am quite happy with > the results. > [snip] Alsa is low level hardware and drivers. Pulseaudio is more or less an audio sound mixer/server that runs on top as an extra layer. Applications that are designed to utilize pulseaudio need to have a library or method coded to be able to access it. If they don't then pulseasudio being a layer in between will only serve to block access to the lower levels. -Mike