We have stored audio sources in WOWZA
server.We are searching a audio player to play audio in Web Browser over RTMP
or HTTP(HLS)
.
We have tested HTML5
audio tag
, but it does not support RTMP and HLS streaming.
Tried :
<audio controls autoplay>
<source src="http://host-name/path/playlist.m3u8" type="audio/mpegurl">
Your browser does not support the audio element.
</audio>
Questions :
WHat about Jplayer
,JWplayer
and flowplayer
?
Please let me know appropriate audio player
for this or there is any solution in HTML5
?