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

jsplayer


how to play a rtmp video

1 Community Answers

Donni

JW Player Support Agent  
0 rated :

Here is what a manual embed code would look like. If you want to use the JW Dashboard you can read the basic embed page.

<!DOCTYPE html>
<html>
<head>    
<script src=link to your cloud-hosted or self hosted player></script>
</head>
<body>

<div id="myElement">Loading the player...</div>
<script type="text/javascript">
var playerInstance = jwplayer("myElement");
playerInstance.setup({
    file: "your rtmp stream here",
    width: 640,
    height: 360,
    });
</script>
</body>
</html>

This question has received the maximum number of answers.