mrw wrote: > I'll check that out. > > I suppose that LBC's (Global Radio's) server/streaming processes don't > have an infinite life. There may be an awkward interaction when the > remote server turns off, or switches over to another server in the farm > to service the stream. So, I'm contemplating disabling native MP3, and > observing what happens under LMS. The LMS log might tell us something > about stream interruption. Thoughts ?
IIRC Both streamed AAC and MP3 are divided into frames which means audio decoding is done over quite a small amount of data and can be restarted with each frame. Without knowing Radio internals, as it is the audio execute thread that dies - that points to a problem in audio decoding or possibly internal buffer management (incoming MP3 audio buffer and decoded audio output buffer filling/emptying ). I would think that http is not part of the issue as it is common and so unlikely to be in audio thread - except for adding data to incoming buffer. Similarly metadata will be extracted (and copied to LMS) before adding data to incoming MP3 buffer. ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=113309 _______________________________________________ Radio mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/radio
