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
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
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 html5 streaming
You are not signed in. Login or sign up in order to post.
What is your code?
– brasofilo