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

Does it support rtmp?

opened this issue · comments

I want to play some rtmp link

Hi @quangkz ,

The library is based on AVPlayer so it will only play the formats supported by Apple.

To play other formats, you'll need to replace the AVPlayer instance in the library with a custom player that supports these formats.