this.camera.getPicture({ quality: 50, destinationType: this.camera.DestinationType.DATA_URL, mediaType: this.camera.MediaType.VIDEO, sourceTy
Working with Android you need to correct your URL.
You should use the resolveNativePath when you choose a video from the library.
More docs you can find here:
https://ionicframework.com/docs/native/file-path/