Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Poster Image to show with autostart: 'true',


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!

<script type="text/javascript">
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'
});
</script>

1 Community Answers

George

JW Player Support Agent  
0 rated :

If you switch to HLS this could serve as a point of reference on how to handle the use case:
http://qa.jwplayer.com.s3.amazonaws.com/~george/check_if_live_http.html

This question has received the maximum number of answers.