I am trying to make an image show while there is no live stream happening. 'image':'/images/nostream.jpg', was working until I received updated code. Any suggestions will behelpful!
jwplayer('se_video').setup({
'image':'/images/nostream.jpg',
autostart: 'true',
sources: [
{ file: 'rtmp://'},
{ file: 'http://'}
],
rtmp: {
'bufferlength': '5'
},
'width': '800',
'height': '630',
'aspectratio': '16:9',
'androidhls': 'true',
'primary': 'flash'
});
↧