0
I have this HTML code to try to play a video that’s on my hard drive. When I open the source link directly in the browser, it plays without problem, however, using this code:
<video width="750" controls>
<source src="C:\FileUploads\VideoMails\1_559400305_teste.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video>
The player does not load anything. Any suggestions?