Issue with S7 Video Viewer with Android
Hello,
we have just replaced the S7Video Viewer with a version hosted locally (v3.2.1), but unfortunately i got an issue with the video player on android.
It works well on all platform, including IOS (launch the native player).
But when it comes to Android - no way to make it works, it seems to play, ... but never play ![]()
This is a code example of how it is init :
var s7videoviewer = new s7viewers.VideoViewer({
'containerId' : $video.attr('id'),
'params' : {
'VideoPlayer.ssl' : 'on',
'serverurl' : 'https://company-h.assetsadobe2.com/is/image',
'contenturl' : 'https://company.assetsadobe.com/',
'config' : 'etc/dam/presets/viewer/Video',
'videoserverurl' : 'https://gateway-eu.assetsadobe.com/DMGateway/public/company',
'posterimage' : asset,
'asset' : asset,
'autoplay' : autoplay.toString(),
'waiticon' : 1
}
});
s7videoviewer.init()
Here is an page example where you can see the video player :
Any idea ?
Thanks in advance,