JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://minagabriel.com/system/src/jwplayer.js"></script>
<div id="container2">Loading the player...</div>
JavaScript
jwplayer("container2").setup({
flashplayer: "http://cdn.livestream.com/embed/telefuturohd",
height: 270,
width: 480,
image: "http://urdu-mag.com/news/new_images/iphone_radio.jpg",
levels: [
{ bitrate: 300, file: "rtmp://sc-lb1.streamcyclone.com/rakoty_live", width: 320 },
{ bitrate: 600, file: "rtmp://sc-lb1.streamcyclone.com/rakoty_live", width: 480 },
{ bitrate: 900, file: "rtmp://sc-lb1.streamcyclone.com/rakoty_live", width: 720 }
],
provider: "rtmp",
streamer: "rtmp://sc-lb1.streamcyclone.com/rakoty_live"
});