3

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?

Singh
  • 71
  • 6

1 Answers1

0

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

Mrug
  • 4,963
  • 2
  • 31
  • 53