bpa wrote: > The two Sade file have the MP4 atoms which describe where the AAC frame > are located at the end of the file (i.e. after the mdat atom) and > streaming playing native such as suqeezelite and Touch need the MP4 atom > at the start of the mp4 file (i.e. before the mdat atom) . LMS streams > a file to a player starting at the beginning whereas PC based player > such as VLC - analyse the whole file before playing it. > > ffmpeg can be used to convert a "problem" mp4 by moving the mp4 atoms > from the end to the start. This is known as the "faststart" option > > Code: -------------------- > > > ffmpeg -i in.mp4 -c copy -map 0 -movflags +faststart out.mp4 > -------------------- > > > > If the file is trasncoded by LMS using faad then I think faad > processes the whole file before before streaming it as PCM>
Thanks, the re-encoding resolved the issue. FYI for future reference: these test files were opened and exported Audio-only w/Quicktime. I figured it would just do the right thing. slartibartfast wrote: > No but the original poster on this thread has a problem with mp3. It > seems to have been taken over by mp4. > I believe I inadvertently hijacked this thread. Apologies to the OP and others. Thanks to everyone for all the help provided. ------------------------------------------------------------------------ MrC's Profile: http://forums.slimdevices.com/member.php?userid=468 View this thread: http://forums.slimdevices.com/showthread.php?t=109756 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
