From owner-freebsd-multimedia@freebsd.org Tue Jul 24 19:50:35 2018 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF2591054593 for ; Tue, 24 Jul 2018 19:50:35 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 545C57D0EB for ; Tue, 24 Jul 2018 19:50:35 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.128.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id F02D02600C9; Tue, 24 Jul 2018 21:50:33 +0200 (CEST) Subject: Re: Change dsp output while media is being played (without a sound server) To: Ali Abdallah , freebsd-multimedia@freebsd.org References: From: Hans Petter Selasky Message-ID: <7fd60026-1176-8900-ac11-9de6c4f425a5@selasky.org> Date: Tue, 24 Jul 2018 21:50:14 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2018 19:50:35 -0000 On 07/24/18 19:59, Ali Abdallah wrote: > Hello, > > Let's say I launch "mplayer -ao oss:/dev/dsp3 file.ogv", dsp3 being my > USB audio device. Is there is any way to redirect the audio stream to > /dev/dsp1, natively without a sound server? > No. --HPS