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>