I have been making a simple application in Ionic to capture a video and show it as soon as the capturing of a video is done. I have completed till capturing the video by using media capture, but the src generated is from local mobile which is not allowing me and throwing an error:
Not allowed to load local resource: file:///storage/8699-1C15/DCIM/Camera/20180801_135622.mp4
Here is the code related to it.
Please help me with this....