CommanderROR wrote:
> @Michael
>
> The Squeezebox Radio seems to be able to handle 24/48 without problems.
> 24/88 seems reasonably stable and even 24/96 works, although it does run
> into buffering problems occasionally, so I would not call it stable.
> This was only a short test, so in now way conclusive. I think with a
> slight buffer increase the SB Radio could actually handle 24/96, but
> since it had only a weak Mono speaker it's not worth the effort to try
> and "fix" it. Nice to know anyway.
> I'll see how my Hifiberry Amp fares later on. It only supports up to
> 24/48 I think, will see what happens when I send more in.
What OS are you running your LMS on? Would you be able to modify the LMS
source code to tweak some params wrt. streaming? Kimmo has suggested a
patch which he applies in daphile to improve stuttering playback for
hires streams. It would be interesting to know whether it would help
your case, too.
Code:
--------------------
--- Slim/Web/HTTP.pm.org
+++ Slim/Web/HTTP.pm
@@ -76,7 +76,7 @@
use constant HALFYEAR => 60 * 60 * 24 * 180;
use constant METADATAINTERVAL => 32768;
-use constant MAXCHUNKSIZE => 32768;
+use constant MAXCHUNKSIZE => 32768 * 16;
# This used to be 0.05s but the CPU load associated with such fast retries is
# really noticeable when playing remote streams. I guess that it is possible
--------------------
Michael
http://www.herger.net/slim-plugins - MusicArtistInfo, MusicInfoSCR,
Smart Mix
------------------------------------------------------------------------
mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=97146
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins