Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isHD Function. #70

Open
Greenhosttv opened this issue Oct 3, 2021 · 0 comments
Open

isHD Function. #70

Greenhosttv opened this issue Oct 3, 2021 · 0 comments
Labels
question Further information is requested

Comments

@Greenhosttv
Copy link

Greenhosttv commented Oct 3, 2021

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.

@Greenhosttv Greenhosttv added the question Further information is requested label Oct 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant