bpa wrote: > Crossed comments - I edited my original reply. > > I don't think anything has changed - it just a use case that was never > tested. > > I think the issue is that chunked http/aac is not like a real http/aac > stream where adts header is repeated often but chunked http is a series > of aac files each with a single adts header. > > In LMS users normally play AAC as either http/aac with adts headers or > files with mpeg4 headers. Very few people play aac files with adts > headers which would work on Linux and OSX but probably not on Windows > and only to a player that needs transcoding.
Actually, there are frequent adts headers in each chunk - every 360 bytes or so. This stream is just unlucky in that the point the code starts searching for the header there is something that looks like a header before the next real header. ------------------------------------------------------------------------ utgg's Profile: http://forums.slimdevices.com/member.php?userid=40900 View this thread: http://forums.slimdevices.com/showthread.php?t=53229 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
