king6cong / react-native-ijkplayer

React Native Component for ijkplayer
74 stars 28 forks source link

Question about setAvFormatOption() #1

Open kylehotchkiss opened 7 years ago

kylehotchkiss commented 7 years ago

Hi @king6cong,

First of all, amazing work here... I got a GoPro live stream to show up on my iPad with two half-days of work thanks to this project - my very first react native experience too!

Quick question, is there anyway to access . setAvFormatOption (Which is a method on ijkMediaPlayer) from React Native? If not, do you know roughly where that would go?

Thanks for your hard work here, curious to see what you've made with it too!

~ Kyle

king6cong commented 7 years ago

Thanks for your interest in this library! Sorry for the late reply, this repo is a wrapper around ijkplayer. You can check ijkplayer and expose the needed api to this repo. PR is welcomed :)