-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React native cloudinary ready video player for hls , android and ios #8
Comments
@hamdij0maa Building a video player for our React Native SDK is in our pipeline but there is no ETA for it. Since our video player is based on video.js we cant use it in React Native and React Native does not have a built-in video player, which means you'll have to use a third-party video player such as:
Here is a sample Cloudinary integration with a video at the moment in React Native:
You can also use Cloudinary video player with webview but you may have issues with this, here is a sample:
|
this is good for simple use cases, but for a list of videos, this will not work smoothly at all. |
Hi Hamdi. As mentioned by my colleague, we do have something in the works, but I'm afraid we don't have a timeline that we're able to provide at this stage. In the meantime, I would recommend trying Tommy G's workaround above, and keep an eye on our documentation pages over the coming months for an update regarding a video player for React Native. |
sure, looking forward, thanks. |
React native cloudinary ready video player for hls , android and ios
that will be amazing
The text was updated successfully, but these errors were encountered: