
JW5 - RTSP in HTML5 video tag
Hi,
Im having trouble using RTSP Live streaming in the HTML5 video TAG.
The setup is similar to this:
bc.. <script type="text/javascript" src="../mediaplayer/mediaplayer-5.10/jwplayer.js"></script>
<video height="270" width="480" id="myVideo" controls="controls">
<source src="rtsp://example.com/live/stream" type="video/mp4">
</video>
<script type="text/javascript">
jwplayer("myVideo").setup({
modes: [
{ type: 'html5' }
]
});
</script>
* Is this OK?
* Im using Wowza for delivering RTSP live streaming. Can it be an issue in the server configuration?
Thanks for your help!