-
Notifications
You must be signed in to change notification settings - Fork 286
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
How to play local video #192
Comments
@ansarikhurshid786 by this time you might have fixed your problem. |
I cannot play local files on iOS. Example file URLS:
Output from XCode console:
Screenshot from the iPad: By the way: successCallback and errorCallback are never called on iOS. On Android local files are played without any issue. iOS 12.3.1 |
may be related to ionic-team/cordova-plugin-ionic-webview#134 |
looks like my local files have size 0! So its not an issue with this plugin. |
My issue was exactly like yours and same screen appeared. |
You cannot play local audio or video with this plugin on Android from the applicationDirectory, you have to copy the file to the dataDirectory first. See #200 |
I'll be looking into this as soon as I have a moment |
|
What happened afterwards? |
I am ionic3 framework. I am trying to play video from local like as below :
I am getting error :
Error streamingMediaPlayer Error: Unknown (1) 0
can anyone help me ?
The text was updated successfully, but these errors were encountered: