I am trying to make an html file that I can open with HTML Viewer and play a video stored locally on my phone. However, when I open the html with HTML Viewer I get this:
It shows the video player, but it does not show a video. However, it also doesn't display any errors.
This is my html file:
<video width="320" height="240" controls> <source src="file:///storage/emulated/0/video.mp4" type="video/mp4"> </video> 