fethica / FRadioPlayer

A simple radio player framework for iOS, macOS, tvOS.

Home Page:https://fethica.github.io/FRadioPlayer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stream vorbis audio codec?

TaiPhamD opened this issue · comments

any suggestions on how i can stream ogg vorbis audio stream?

There's no straightforward way to do it, you need to implement your own player using an external library and replace the native AVPlayer used in this project.
We had a discussion about the .ogg streams in this issue: analogcode/Swift-Radio-Pro#102