From owner-freebsd-questions@FreeBSD.ORG Sat Dec 28 12:40:29 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BFC0C2BE for ; Sat, 28 Dec 2013 12:40:29 +0000 (UTC) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4F83E19B7 for ; Sat, 28 Dec 2013 12:40:29 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id hi5so15049999wib.2 for ; Sat, 28 Dec 2013 04:40:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=TkQ3k2jzmfuQv9AX5Z4X5QhU/49iL7MVsHO57ILv6oI=; b=CKhZ/82QsdQnU0Cp+hhFm77wdKwBFULv4fZuYW67tJmGi/R/QCUzZVa89hCZ9Tixdp 57mTCUwX1lIK+Kv5/pzpQvqCLg745MTzraX3yhz9OCRAHYLCo+3IwF4OyxM8wW7M6kpG vOllFjxbnTxlvWsyjgGBnkEhrDNTAoI2apkzp5ApIFeRYLKr6HLksn7J5cQyiS0car2a 9qGoc3AevrS2H4I6sgKaj+OmWF344M0aScNpRljUxCj+0o0WKTcw3rjJEnqMNANz3i0N OMSJBiH9PbmsubqRftY4KFxBiyKwHjqdSV+QkVcfPSHLWKlb3mmHvnElcRBdiLM09BbO ewbA== X-Received: by 10.180.37.112 with SMTP id x16mr37732560wij.48.1388234427625; Sat, 28 Dec 2013 04:40:27 -0800 (PST) Received: from [192.168.0.10] (105.33.91.91.rev.sfr.net. [91.91.33.105]) by mx.google.com with ESMTPSA id z2sm56756601wiy.11.2013.12.28.04.40.26 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 28 Dec 2013 04:40:26 -0800 (PST) Message-ID: <52BEC6B4.4050100@gmail.com> Date: Sat, 28 Dec 2013 13:40:20 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Zsolt Udvari Subject: Re: musicpd doesn't play musics References: <52BE9F6F.5020603@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Dec 2013 12:40:29 -0000 On 28/12/2013 11:54, Zsolt Udvari wrote: > Now I have six dsps: > /dev/dsp0.0 /dev/dsp0.1 /dev/dsp0.2 /dev/dsp0.3 /dev/dsp0.4 /dev/dsp0.5 > > 2013/12/28 Zsolt Udvari : >> Thanks for your answer! >> >> 2013/12/28 David Demelier : >>> Try to remove the device from audio_output. I personally have : >> First I've tried with the default musicpd.conf, without oss/device. >> Now I've tried again but it doesn't work :( >> Vlc has audio output, and I can hear youtube videos, etc. And "cat >> anyfile > /dev/dsp" produces some "melody". >> I think the problem is in musicpd (because other programs has voice). >> >> But I noticed a strange thing: I've /dev/dsp0.0, sometimes I've got >> /dev/dsp0.1 too, and now only /dev/dsp0.1 (without /dev/dsp0.0). Is it >> normal? >> >>> >>> audio_output { >>> type "oss" >>> name "My OSS Device" >>> mixer_device "/dev/mixer" >>> mixer_control "vol" >>> } >>> >>> And it works. Do you have any output at all? mplayer, vlc, or so? >>> >>> Regards >>> Show your musicpd options (musicpd -V) and take a look at your logs. I remember once that my files were in a format not compiled in but it was shown in the mpc list. Regards, David Demelier