atca wrote: 
> Shairport: sudo perl /usr/bin/shairport/shairport.pl -v -a "Squeezebox
> Airplay" --ao_driver alsa --ao_devicename=hw:Loopback,0
> 
> LMS: wavin:hw:Loopback,1
> 
> Custom-conv.conf:
> 
> > 
Code:
--------------------
  >   > 
  > #
  > #wavin
  > #
  > wavin wav * *
  > # R
  > [ecasound] -q -z:db -b:4096 -f:16,2,44100 -i:alsa,$FILE$ -o stdout
  > wavin mp3 * *
  > # RB:{BITRATE=-B %B}
  > [ecasound] -q -z:db -b:4096 -f:16,2,44100 -i:alsa,$FILE$ -o stdout  | 
[lame] --silent -r -x -q $QUALITY$ -b $BITRATE$ - -
  > wavin flc * *
  > # R
  > [ecasound] -q -z:db -b:4096 -f:16,2,44100 -i:alsa,$FILE$ -o stdout  | 
[flac] -cs --totally-silent --endian=little --channels=2 --sign=signed --bps=16 
--sample-rate=44100 --compression-level-0 -
  > 
  > 
--------------------
> > 
> 
> Still no joy.
> 
> 
> How do i test the loopback device "aplay source.wav | arecord
> dest.wav" ?

ok sending the loopback device to the soundcard on the server plays the
Shairplay stream

Shairplay to loopback,0

arecord -D hw:loopback,1 -f cd | aplay -D hw:0 -f cd

Works so the loopback device is working so why doesn't LMS receive sound
from loopback,1 ...


------------------------------------------------------------------------
atca's Profile: http://forums.slimdevices.com/member.php?userid=56880
View this thread: http://forums.slimdevices.com/showthread.php?t=49584

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to