alexcrichton / AudioStreamer

A streaming audio player class (AudioStreamer) for Mac OS X and iPhone.
69 stars 22 forks source link

m4a files #25

Closed atlithorn closed 11 years ago

atlithorn commented 11 years ago

Trying to stream an m4a file via AudioStreamer but AudioFileStreamParseBytes always fails with either optm or typ depending on the file.

Example files here: http://dl.dropbox.com/u/4714388/dj.m4a (optm) http://dl.dropbox.com/u/4714388/djfast.m4a (typ)

qtfaststart said the first file is already optimized so I tried ffmpeg --movflags faststart and that file gets the typ error

The AVPlayer is able to stream both files without a problem but I needed to use AudioStreamer for other reasons.

atlithorn commented 11 years ago

Disregard, the file altered by ffmpeg works fine, my bad.