简体   繁体   中英

Online streaming of .ogg audio file in iOS

I want to play a .ogg audio file in iOS. This is the link of URL :-

http://strm.pistache.org:8443/pistache-tel.ogg

I have found some code from Github but that are not doing online streaming. Can anyone knows the solution for playing .oog file from URL?

There is not any Direct API of IOS to achieve this, but you can use some Library created to Play .OGG files or you can yourself made one of that using ibvorbis 1.3.3

Check out IDZAQAudioPlayer. https://github.com/iosdevzone/IDZAQAudioPlayer

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM