I want to play a .ogg audio file in iOS. This is the link of URL :-
我想在iOS中播放.ogg音频文件。这是URL的链接: -
http://strm.pistache.org:8443/pistache-tel.ogg
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?
我从Github找到了一些代码但是没有在线进行流式处理。谁能知道从URL播放.oog文件的解决方案?
1 个解决方案
#1
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
没有任何IOS的Direct API可以实现这一点,但你可以使用一些创建的库来播放.OGG文件,或者你自己可以使用ibvorbis 1.3.3创建其中一个。
Check out IDZAQAudioPlayer. https://github.com/iosdevzone/IDZAQAudioPlayer
看看IDZAQAudioPlayer。 https://github.com/iosdevzone/IDZAQAudioPlayer
#1
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
没有任何IOS的Direct API可以实现这一点,但你可以使用一些创建的库来播放.OGG文件,或者你自己可以使用ibvorbis 1.3.3创建其中一个。
Check out IDZAQAudioPlayer. https://github.com/iosdevzone/IDZAQAudioPlayer
看看IDZAQAudioPlayer。 https://github.com/iosdevzone/IDZAQAudioPlayer