-
Notifications
You must be signed in to change notification settings - Fork 214
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
Feature request: add Video (mp4) instructions into the doc #215
Comments
I did some preliminary tests and i got those 2 problems:
|
About point 1 i tried adding allow-intent or allow origin in config.xml and didn't worked. About point 2 maybe cvdfile have to be converted to another url as in the example on https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-file/ ? |
I tracked down the problem to the file transfer plugin only downloading a small part of the movie. Maybe there is a problem between it and the server? It seems unable to download the whole mp4 as a single file. |
Ok problem 1 is related to a vimeo iframe i used, so its unrelated. Imgcache.js works out of the box with mp4 and Android 7 at least using the src attribute directly with the video tag. So please add to the doc :) |
It would be nice to have support for video tag and his src attribute for small (less then 10MB) mp4 videos.
The text was updated successfully, but these errors were encountered: