StreamingKit icon indicating copy to clipboard operation
StreamingKit copied to clipboard

m4a support

Open syrakozz opened this issue 10 years ago • 10 comments

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,

syrakozz avatar Jan 09 '15 22:01 syrakozz

I also confirm this issue.

borzh avatar Feb 10 '15 23:02 borzh

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

syrakozz avatar Mar 18 '15 14:03 syrakozz

+1

jerson avatar Aug 10 '15 22:08 jerson

+2

TiSsaa avatar Sep 17 '15 09:09 TiSsaa

now,it do work well with m4a

gilnuy avatar Dec 21 '15 05:12 gilnuy

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!

spiresweet avatar Mar 29 '16 15:03 spiresweet

@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.

adamontherun avatar May 12 '16 06:05 adamontherun

Same issue. Cannot play any M4A audio file.

euroboy avatar Oct 07 '16 08:10 euroboy

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.

abdultcb avatar Dec 06 '16 11:12 abdultcb

I also cannot play any M4A audio files.

mitchdowney avatar Aug 21 '17 03:08 mitchdowney