
Share button isn't displayed and custom made logo isnt visible instead the default one
Hi everyone, have been struggling to add simplistic features to the jwplayer for quite some time. I need to make share (sharing overlay) and logo visible (instead of default one) on my player. For some reason, no matter what I've tried nothing is working. Please look at my code and let me know what should I change.
The video is working fine and I'm receiving the correct image which is properly rendered before the play. But for some reason simple share button isnt visible and logo doesnt change!
Tried chaging hide (true, false). My actual png is fine as well
Appreciate it!
jwplayer('mediaplayer').setup({
image: "https://video-thumbnail-file-bucket.s3.eu-central-1.amazonaws.com/" + data.filename + ".png",
skin: "http:/xxx.xxx.xxx/test/skins/five.xml",
width: "100%",
logo: {
hide:false,
file: "http://xxx.xxx.xxx/test/jwplayer/favicon_main.png",
link: "http://www.mail.ru",
position:'top-left'
},
file: "http://video-file-bucket.s3.amazonaws.com/" + data.filename + reverse_extension(data.file_extension_id),
sharing: {
code: encodeURI("<iframe src='http://example.com/embed/12345.html' />"),
link: "http://example.com/page/12345/"
},
primary: "html5",
androidhls: true,
aspectratio: "16:9",
autostart: 'true',
});