expectingtofly wrote: 
> Many thanks for providing this.
> I've tested it on the BBC Sounds AAC streams  320kbps @ 48000hz.  
> Everything is much more stable on this new version once its all
> underway.
> I still get buffer underruns when the stream starts up : 
Thank you for testing.

Sorry I didn't reply with how to install the binary.  Glad you worked it
out.  Thanks mrw.  And no you didn't miss how to install it, none were
provided.

At least it's encouraging that once playing, playback works well.

Unfortunately, I can't play the 320kbps @ 48000hz streams.  The closest
stream I've found is from Radio Paradise 320@44100, which unfortuately,
both the original and the updated jive binary plays fine.

Code:
--------------------
    http://radioparadise.com/m3u/aac-320.m3u
--------------------


Does it play okay for you?

Is your test radio wireless or wired?

>From your log above, it appears that the radio can't handle getting the
amount of decoded aac audio to the output buffer fast enough at the
start.  So it pauses, buffers more aac data and then continues without
interruption.

Could you try increasing/setting the bufferThreshold in the bbc sounds
plugin?  I'm not sure if that would even make a difference based on how
the audio is streamed.

Another thing that might give some insite is increasing the
outputThreshold for aac on the server side.   


Code:
--------------------
    diff --git a/Slim/Player/Squeezebox.pm b/Slim/Player/Squeezebox.pm
  index fa2eb1669..78a999625 100644
  --- a/Slim/Player/Squeezebox.pm
  +++ b/Slim/Player/Squeezebox.pm
  @@ -710,7 +710,7 @@ sub stream_s {
  $pcmsamplerate   = '?';
  $pcmendian       = '?';
  $pcmchannels     = '?';
  -               $outputThreshold = 0;
  +               $outputThreshold = 50;
  
  } elsif ($format eq 'dff' || $format eq 'dsf') {
  
  
--------------------

I'll look at setuping my own 320@48K aac stream to see if I can work out
how best to handle it
.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *2*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to