RipNCode wrote: > Thanks, bpa. That helps a lot. It's probably the core of what's wrong. > I assume LMS would probably need an appropriate plug-in that allows it > to recognize the correctly defined audio type? > > Sorry for the newbie questions, but I'm still getting a handle on > this...
Not necessarily a plugin as something might already cover it but the stream has to be set up so it is unambiguously a WAV stream. LMS also has to know is it is a "Live" stream (i.e. infinite) or a file (e.g. WAV podcast like) with a defined length (WAV header has a max size of 2Gb so "Live" stream has to break WAV headers). The transport protocol also needs to be defined (e.g. MPEg2 over HTTP, MPEG4 over HTTP, plain http). Side issues of metadata also come into view. ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=110509 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
