【发布时间】:2015-05-27 14:46:19
【问题描述】:
我们已将音频源存储在WOWZA 服务器中。我们正在搜索音频播放器以通过RTMP 或HTTP(HLS) 在网络浏览器中播放音频。
我们测试了HTML5audio tag,但它不支持 RTMP 和 HLS 流。
试过了:
<audio controls autoplay>
<source src="http://host-name/path/playlist.m3u8" type="audio/mpegurl">
Your browser does not support the audio element.
</audio>
问题:
Jplayer、JWplayer 和 flowplayer 怎么样?
请让我知道appropriate audio player 或HTML5 中的任何解决方案?
【问题讨论】:
标签: html audio browser rtsp http-live-streaming