Search found 3 matches

Go to advanced search

by vampirewalk
23 Apr 2015 13:08
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Does MobileVLCKit support adts aac stream?
Replies: 3
Views: 643

Does MobileVLCKit support adts aac stream?

I'm developing an audio player iOS app. Objective Reads m4a file bought from iTunes Store via AVAssetReader. Stream via HTTP and consumed by MobileVLCKit. As far as I know, AVAssetReader only generates audio raw data without header, so I add ADTS header in front of every sample. I also set "aud...
by vampirewalk
23 Apr 2015 12:28
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Using cocoapods to implement VLC
Replies: 4
Views: 2677

Re: Using cocoapods to implement VLC

Try changing your implementation file extension from ".m" to ".mm".

Go to advanced search