Skip to content
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

Can we play iOS local video #199

Open
deveshmishra34 opened this issue Oct 21, 2019 · 1 comment
Open

Can we play iOS local video #199

deveshmishra34 opened this issue Oct 21, 2019 · 1 comment

Comments

@deveshmishra34
Copy link

deveshmishra34 commented Oct 21, 2019

What actually happened?
Unable to play local video in iOS

@appit-online
Copy link

After a lot of time, we found a solution for iOS local stored files
You need to encode the local URI

// localFileEntry is from type: import {File} from '@ionic-native/file/ngx';

this.streamingMedia.playVideo(encodeURI(localFileEntry.toURL()), options);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants