"
		},
		player: {
                     components:{
                                                layers:{
                                                        poster:{
                                                                enabled:true
                                       }
                                    }
                                    },              
			elemId: "container-of-player",
			extras: {
				autoplay: false
			}
		},
		advanced: {
			forceMSEInAndroid: true
		}
	}).then(player => {
		window._player = player;
	}).catch(error => {
		console.error(error);
	}).then(() => {
		if (isMobile) {
			container.style.height = (container.clientWidth * 9) / 16 + 'px';
		}
	});