videogular / videogular2

The HTML5 video player for Angular 2
https://videogular.github.io/videogular2-showroom/#/
MIT License
672 stars 211 forks source link

audio player does not supported on firefox browser #828

Open NikitaPooja opened 5 years ago

NikitaPooja commented 5 years ago

Audio player does not supported on firefox browser but in crome its work fine. In firefox , audio player is show but when I click on play button it doesn't work and audio duration time doesn't show. please help me to solve this problem. CODE:- `

        <audio #media [vgMedia]="media" id="audio-player" preload="auto">
        <source src="http://static.videogular.com/assets/audios/videogular.mp3" type ="audio/mp3">
        </audio>

`