Sorry to revive the old theme, but I ran into this problem and I didn’t want to use another player only in my native html5
I found one way to display video inside html5 with the attribute "poster"
<video width="360" height="420" controls poster="/video" autoplay> <source src="/audio.ogg" type="audio/ogg" /> </video>
It may not be what you expected, but it works.
source share