You need to use the path prop on the resource object, and there’s no need to prepend `resources/` to the src attribute. So, your template should look like this:
<source src="{{myVideo.path}}" type="video/mp4">
that should fix it, but if you’re still having issues do let me know