utgg wrote: 
> I've done a bit more experimenting with reducing the ffmpeg processor
> load in the transcoding to flac case. It looks like the default flac
> compression level is 5. Changing the command line in that case to the
> following:
> 
> > 
Code:
--------------------
  >   > 
  > [ffmpeg] -loglevel quiet -i $FILE$ -f flac -compression_level 0 -
  > 
--------------------
> > 
> 
> reduces the average processor load from around 40% to under 20% on my
> armv5 

I am finding that using PCM instead of flac reduces it even further, and
appears to even out the load versus flac when more than one stream is
playing. BUT this will require a change to the existing PCM transcoding
line, from u16le to s16le, which bpa advises elsewhere will be done in
v1.02 of the plugin, AND it seems one must disable the flac transcoding,
which can be done within LMS server settings - 'file types' section. So
that may be worth considering if you anticipate playing several streams
at once.


------------------------------------------------------------------------
mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

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

Reply via email to