If you want to updload the shopify host video you can see the solution
<video id="video-{{ section.id }}" style="display:none; width:100%;">
{% if section.settings.video_link != '' %}
<source src="{{ section.settings.video_link }}" type="video/mp4">
{% endif %}
</video>