Closed atlithorn closed 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.
Disregard, the file altered by ffmpeg works fine, my bad.
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.