The default oflaDemo application in Red5 uses JWplayer to play flv/mp4 videos. The code (as in the index.html file) is :
<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>
However, this page in the JW Player website states that it is possible to use the HTML5 video tag instead of flash to stream the videos. But then, from what I know, the video tag does not support RTML streaming. How do I incorporate the video tag into the above code in the oflaDemo index.html page?
Can anyone help? Thanks.
--
---
You received this message because you are subscribed to the Google Groups "red5" group.
To unsubscribe from this group and stop receiving emails from it, send an email to red5interest...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.