
RTMPS stream set primary: 'html5' not working
This is the config setting
jwplayer("cobrowse").setup({
file: rtmpUrl, // rtmpUrl is getting from server
width: '100%',
height: '100%',
primary: "html5",
rtmp: {
bufferlength: 0.1,
},
});
It works well, but it is presented in flash not html5.
Did I missed anything?
The site is in a private server sorry that I can't post it here.