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

Question about audio only stream


Below is my player code and yes I'm using premium latest edition. I'm hosting with the player atm is Audio only. is there a way to override the black background with a picture or something? The current image i have linked to it only shows for a second then goes black Thanks

<div id='*.*.*.*'></div>
<script type='text/javascript'>
jwplayer('*.*.*.*').setup({
playlist: [{
image: 'https://gigaompaidcontent.files.wordpress.com/2012/02/npr-all-247-songs-music-channel-o.jpg',
sources: [{
file: "rtmp://*.*.*.*/livepkgr/channel4"
},{
file: "http://*.*.*.*/hls-live/livepkgr/_definst_/liveevent/channel4.m3u8"
}]
}], width: '100%',
height: '360',autostart: 'true',
skin: 'bekle',
fallback: 'false'
});
</script>

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

I created a test page with an audio-only stream and I am getting the same thing as you. The poster image is visible, but it disappears as soon as I press the Play button. I will check with the engineers if this is the intended behavior tomorrow at the office.

A possible workaround would be to insert your poster image in a standard <img> tag and then embed our player in audio-only mode by setting height: ‘30’. Please see http://support.jwplayer.com/customer/portal/articles/1430255 for more details and a code example.

This question has received the maximum number of answers.