A HTML-only approach could work in your case, as well.
Assumptions:
The best reference is here: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/source#using_the_media_attribute_with_video
Note: Avoid parsing markup through JS as it is considered insecure.