Streaming from amazon cloudfront - need client logo to appear
Hi
I cant seem to get a logo to appear in player with link .
Here is my code -
<div id="myElement">Loading the player ...</div>
<script type="text/javascript">
jwplayer("myElement").setup({
playlist: [{
image: "https://s3.amazonaws.com/otl-thumbnails/promo-still.jpg",
logo: {
file: "https://s3.amazonaws.com/otl-thumbnails/Barbizon_logo_red.png",
link: "http://barbizonteenchoice.com/"
},
sources: [
{ file: "rtmp://s3by25xsomsqrk.cloudfront.net/cfx/st/tc-barbizon-promo.mp4" },
{ file: "https://s3.amazonaws.com/otl-videos/tc-barbizon-promo.mp4" }
]
}],
repeat: "false",
primary: "flash",
autostart: "true",
width: "100%",
aspectratio: "16:9",
});
</script>