Hello, I am having nginx server running and trying to send stream to web via jwplayer but id simply display nothing .. the div is shown as height:0 .. i don't know it display nothing, can someone help me ?
Document
jwplayer.key="key was here"
var playerInstance = jwplayer("myElement");
playerInstance.setup({
file: "rtmp://127.0.0.1:2035/live",
image: "/jwplayer/assets/EducatIOLogo1.png",
height: 360,
width: 640,
rtmp: {
bufferlength: 0.1
}
});
↧