clappr/clappr-core

isHD Function.

Greenhosttv opened this issue · 0 comments

Good day to you all

So im looking for some information on the isHD function within the Clappr Player, i have a source that is offering TrueHD only on there service and i seem to be only getting audio and no video on the source.

Please find my code bellow.

` var playerobj = new Clappr.Player(
{
source: "////.m3u8",
parentId: "#livevideo",
autoPlay: true,
isHD: true,
mediacontrol: {seekbar: "#E113D3", buttons: "#66B2FF"},
height: 'auto',
width: '100%',
poster: "",
watermark: "assets//img/logo-player.png",
watermarkLink: "#",
position: 'top-left'

                }
            );
        </script>
 <?php } ?>`

If there is any information or help so i can allow the system to play (with picture), that would be perfect.