I have two option to upload a video. 1) Provide web url for the video. or 2) Upload the video.
<video>
tag with src as web url works fine but uploaded video will not be played when server path is given in src attribute of tag.
Here are my urls. 1) Web url : https://www.w3schools.com/html/mov_bbb.mp4 (Play the video). 2) Server URL : http://192.168.2.161:8180\files\Advertisement_Documents\03-29-2018\16\1522303134282\1522303134282.mp4 (Doesn't play)