Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


MPD config
#3
(03-27-2019, 09:00 PM)Tim Curtis Wrote: Edit the function updMpdConf() in file /var/www/inc/playerlib.php and add the format line in the // bluetooth code block.

I edited playerlib as follows:

$output .= "audio_output {\n";
$output .= "type \"alsa\"\n";
$output .= "name \"ALSA bluetooth\"\n";
$output .= "device \"btstream\"\n";
$output .= "mixer_type \"software\"\n";
$output .= "format \"44100:16:2\"\n";
$output .= "}\n";

However, it still is not writing in the format when I change to bluetooth. What have I done wrong?
Reply


Messages In This Thread
MPD config - by jgee@vsgpartners.com - 03-27-2019, 07:59 PM
RE: MPD config - by Tim Curtis - 03-27-2019, 09:00 PM
RE: MPD config - by jgee@vsgpartners.com - 03-28-2019, 02:45 AM
RE: MPD config - by Tim Curtis - 03-28-2019, 11:40 AM

Forum Jump: