Playing an ogg stream in iOS

前端 未结 2 1534
旧时难觅i
旧时难觅i 2020-12-06 04:55

Has anyone played an ogg stream from iOS? What can I use without having to write my own decoder?

I\'m using Apple\'s AVPlayer to play the stream.

This questi

2条回答
  •  失恋的感觉
    2020-12-06 05:39

    .ogg file may also be encoded in Opus or FLAC, refer to Ogg wiki. IDZAQAudioPlayer may not cover all cases.

    For Opus codec, you may refer Telegram for iPhone source code: https://telegram.org/apps

提交回复
热议问题