warren-bank / HLS-Proxy

Node.js server to proxy HLS video streams
http://webcast-reloaded.surge.sh/proxy.html
GNU General Public License v2.0
238 stars 68 forks source link

Use in React Native mobile project #16

Open rhys-code opened 1 year ago

rhys-code commented 1 year ago

Do you think it possible to use this in a React Native project for mobile? I've tried embedding this project using nodejs-mobile-react-native but it doesn't seem to work. Any advice/guidance would be greatly appreciated.

warren-bank commented 1 year ago

It almost certainly should be possible, since nodejs-mobile-react-native is built using the same nodejs-mobile code base as my own Node.js Frontend app for Android.. which I have used to successfully test HLS Proxy with this recipe.

settings