For now I tried (still on my pc), modifying the "action" which is being perfomed when using WaveInput plugin.
Those changes are actually straight forward...
in '/opt/logitechmediaserver/cache/InstalledPlugins/Plugins/WaveInput' I modified 'custom-convert.conf'
this orignal line
I replaced with
(input and output device just hardcoded).
In theory, this should be working now... but for me, neither the original cmd, nor the modified do work, when executed through the plugin page, but they do work, when executed from terminal.
I suspected this being some group related permissions issue and added both, 'logitechms' and 'squeezelite' to audio group, but didn't help
Those changes are actually straight forward...
in '/opt/logitechmediaserver/cache/InstalledPlugins/Plugins/WaveInput' I modified 'custom-convert.conf'
this orignal line
[arecord] -d0 -c2 -f S16_LE -r 44100 -traw -D $FILE$
[arecord] -D plughw:1,0 -d 5 -f S16_LE -c1 -r44100 | [aplay] -D plughw:1,0
In theory, this should be working now... but for me, neither the original cmd, nor the modified do work, when executed through the plugin page, but they do work, when executed from terminal.
I suspected this being some group related permissions issue and added both, 'logitechms' and 'squeezelite' to audio group, but didn't help
Comment