How to stream Opus or OGG files in Swift

Hello,


I'm using AVAudioPlayer to stream audio from server using MP3 format and it works fine, however, when I try to stream .opus or .ogg files it gives me the following error :


AVFoundationErrorDomain Code=-11828 "Cannot Open" UserInfo={NSLocalizedFailureReason=This media format is not supported.


Any help would be appreciated.

Replies

Hi @mahmoudtarek,


I am facing the same issue. Did you find a trick ?


Thanks.