AirenSoft / OvenPlayer

OvenPlayer is JavaScript-based LLHLS and WebRTC Player for OvenMediaEngine.

Home Page:https://OvenMediaEngine.com/ovenplayer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I use it on react native?

sstatsuya opened this issue · comments

Can I use it on react native?

Or is there any package can play stream video, please help me.

hi, this package uses HTML DOM. So you could use with react native only via webview (create an html file with fullscreen player and past it to be web view for some height/width, and don't forget in CSS to remove margin for body)

Best of luck