Hello.
I am trying to stream rtmp
Player loaded to Chrome and Firefox, but IE display blank page only.
Page code:
Live Streaming
jwplayer.key="eWdKv91CvaRmcCxXbjjPNxTOcUWOPml+oOXcvA==";
jwplayer("player").setup({
sources: [{
file: "rtmp://10.226.140.48:1935/live/CMSConvertedSD",
}],
width: 1024,
height: 576,
autostart: "true"
});
How to reslove this issue?
↧