Append method will only insert the source element as text node, you will need insertAdjacentHTML instead.
mainVideo.insertAdjacentHTML( 'beforeend', "<source type='video/mp4' src='' />")