Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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!

1 Community Answers

Ethan Feldman

JW Player Support Agent  
-4 rated :

RTSP can’t be used in a <video> tag.

This question has received the maximum number of answers.