skip to Main Content

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">…

VIEW QUESTION

How to play a Video in flutter using network link

I have a video link and I want to play video in flutter how can I play? I try using videoplayer plugin but its not work with this url - "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" but I can play with this url why? "https://flutter.github.io/assets-for-api-docs/assets/videos/bee.mp4"

VIEW QUESTION
Back To Top
Search