使用Red5 oflaDemo和视频标签流式传输.mp4视频

时间:2013-11-05 10:56:58

标签: html5 flash video jwplayer red5

Red5中的默认oflaDemo应用程序使用JWplayer播放flv / mp4视频。代码(如index.html文件中所示)是:

<center>
<b>RTMP</b>
<div id='mediaspace'>This text will be replaced</div>
<script type='text/javascript'>
  jwplayer('mediaspace').setup({
    'flashplayer': 'player.swf',
    'file': 'hobbit_vp6.mp4',
    'streamer': 'rtmp://localhost/oflaDemo',
    'controlbar': 'bottom',
    'width': '848',
    'height': '360'
  });
</script>
<br />
<div>

但是,this page in the JW Player website声明可以使用HTML5 video标记代替Flash来流式传输视频。但是,据我所知,video标记不支持RTMP流。如何将video标记合并到oflaDemo index.html页面中的上述代码中?

0 个答案:

没有答案
相关问题