bpa wrote:
> There is no "wavin pcm" entry in your custom-convert.conf file at a
> guess whoever you copied conf file is using LMS 7.4 or older.
>
> This could be the problem especially if you have changed the default
> "Settings/Advanced/FileTypes" - in any case it would be better to add in
> a "wavin pcm" line with appropriate commands and options.
Huge thanks for the attention and time to reply but the audio stream is
not PCM and the sample custom-convert.conf.eca that ships with the
current version of the plugin does not include a PCM entry. I'm not
making the connection to PCM based on the DEBUG logs. I really
appreciate the hand as I work through this one but can you kindly
clarify a bit?
Code:
--------------------
root@data:# diff custom-convert.conf custom-convert.conf.eca
2c2
< # wavin
---
> # wavin
5,6c5,6
< # IFR
< [ecasound] -q -z:db -b:4096 -f:16,2,44100 -i
/var/lib/squeezeboxserver/airplay-fifo.raw -o stdout
---
> # R
> [ecasound] -q -z:db -b:4096 -f:16,2,44100 -i:alsa,$FILE$ -o stdout
8,9c8,9
< # IFRB:{BITRATE=-B %B}D:{RESAMPLE=--resample %D}
< [ecasound] -q -z:db -b:4096 -f:16,2,44100 -i
/var/lib/squeezeboxserver/airplay-fifo.raw -o stdout | [lame] --silent -r -x -q
$QUALITY$ $RESAMPLE$ -v $BITRATE$ - -
---
> # 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$ - -
11,12c11,13
< # IFRD:{RESAMPLE=-r %d}
< [ecasound] -q -z:db -b:4096 -f:16,2,44100 -i
/var/lib/squeezeboxserver/airplay-fifo.raw -o stdout | [flac] -cs
--totally-silent --endian=little --channels=2 --sign=signed --bps=16
--sample-rate=44100 --compression-level-0 -
---
> # 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 -
>
--------------------
------------------------------------------------------------------------
lstepnio's Profile: http://forums.slimdevices.com/member.php?userid=13135
View this thread: http://forums.slimdevices.com/showthread.php?t=49584
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins