tumtumtum / StreamingKit

A fast and extensible gapless AudioPlayer/AudioStreamer for OSX and iOS (iPhone, iPad)
Other
2.42k stars 523 forks source link

m4a support #171

Open syrakozz opened 9 years ago

syrakozz commented 9 years ago

hey, i guess its very important if the player can play m4a file , most huge streaming service use it like soundcloud, i just try an m4a file he didnt play it,

borzh commented 9 years ago

I also confirm this issue.

syrakozz commented 9 years ago

DASH M4A (AAC 128 kbit/s) dons`t work

jerson commented 9 years ago

+1

TiSsaa commented 8 years ago

+2

gilnuy commented 8 years ago

now,it do work well with m4a

spiresweet commented 8 years ago

I can play mp3 audio files perfectly fine from a SoundCloud server but I can not get m4a files to play. this is my log when I attempt to play a m4a audio file:

2016-03-29 10:12:12.855 dataSourceEof 2016-03-29 10:12:12.859 STKAutoRecoveringHTTPDataSource dealloc 2016-03-29 10:12:12.859 STKHTTPDataSource dealloc

the method entered for Nslog @"dataSourceEof" is:

-(void) dataSourceEof:(STKDataSource*)dataSource { NSLog(@"dataSourceEof");

if ([self position] < [self length])
{
    [self processRetryOnError];      
    return;
}
[self.delegate dataSourceEof:self];

}

code then enters a switch: case kCFStreamEventEndEncountered: [datasource eof]; break;

Anyhelp would be greatly appreciated, thanks!

adamontherun commented 8 years ago

@tumtumtum having the same problem where .m4a files not playing from libsync. this library is great, but this lack of support makes the whole library unusable for me.

euroboy commented 7 years ago

Same issue. Cannot play any M4A audio file.

abdultcb commented 7 years ago

Hi, I am having problem in playing m4a files from iPod library. Please help me. My complete project is based on the ipod library files. This is a great library. I am stuck at playing m4a files.

mitchdowney commented 7 years ago

I also cannot play any M4A audio files.