window.onload = function() { player = new Clappr.Player({ source: 'http://156.96.44.13:8080/televall2020/295_.m3u8?md5=QVeziWz5WPSO6J6Bhw5uVA&expires=1585625434', parentId: '#player', position: 'top-right', watermark: 'http://www.televall.online/images/logo.png?width=300px&height=100%', preload: 'auto', autoPlay: "true", plugins: [LevelSelector, ChromecastPlugin, ClapprPip.PipButton, ClapprPip.PipPlugin, DashShakaPlayback], chromecast: { appId: '9DFB77C0', contentType: 'video/m3u8', media: { type: ChromecastPlugin.None, title: 'Canales TV', subtitle: 'Televall'}}, mediacontrol: {seekbar:"#FFFF00", buttons: "#FFFF00"}, useDvrControls: "true", width: "100%", height: "100%", strings: {"en": {"live": "Limpi.TV",}}, levelSelectorConfig: {title: 'Quality',labels: {5: '1080p',4: '720p',3: '480p',2: '360p',1: '240p',0: '144p', }}, events: {onReady: function() {var plugin = this.getPlugin('click_to_pause');plugin && plugin.disable();},}, }); };