Android: Video playback in <video> tag from external storage

I am trying to play a downloaded video in my app. But when i provide ‘src’ as “file:///storage/…” path the console gives the error not allowed to load local resources. Does anyone have tried to play a video using html5 video tag. If resource available please point.