我有Wowza并测试RTMP流.现在和Wowza RTMP示例一样,我现在可以:
rtmp://xx.xx.xx.xx:1935/livemyStream<video x-webkit-airplay="allow" type="video/m3u8" src="http://xx.xx.xx.xx:1935/live/myStream/playlist.m3u8" />所以意味着,直到现在,我可以播放:
那么如何让它发挥作用:
对于HTML5上的iOS:
<video x-webkit-airplay="allow" type="video/m3u8" src="http://xx.xx.xx.xx:1935/live/myStream/playlist.m3u8" />
HTML5 for Android或Windows或任何其他浏览器?