No compatible source was found for this media for type = video/mpeg in HTML5
So I tried to make a video player on my modal using vue-video-player, so below is my template code for the ModalDetailMediaVideo.vue <template> <div @keydown.esc="modalClosed()" @click="modalClosed()" class="modal fade" id="modalMediaVideo" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered modal-lg justify-content-center"> <div class="layout-video">…