Run radio player with extension . m3u8 on Html5

Asked

Viewed 2,757 times

0

Can anyone give me an example of how to run a radio playlist in the . m3u8 extension with an audio player on Html5?


This appears when informing the correct MIME

inserir a descrição da imagem aqui

  • 1

    What is your code?

1 answer

1


You need to provide the MIME type to work properly

<video width="352" height="198" controls>
    <source src="playlist.m3u8" type="application/x-mpegURL">
</video>

Browser other questions tagged

You are not signed in. Login or sign up in order to post.