
jsplayer
how to play a rtmp video
how to play a rtmp video
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>