Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

How make the HD quality available for premium users ?


Is it possible , for e.x on my video player the quality 1080p (HD) to be available only to some users , to them who upgraded to premium ? How can i interact this with my database and allow only the premium users to view the HD quality ?

1 Community Answers

Cooper Reid

JW Player Support Agent  
0 rated :

Sure – this is something that should be done in your server side programming language. You can simply pass a different value to the `file` parameter during player setup:

jwplayer(“player”).setup({
file: ‘’,
title: ’Test’,
width:‘100%’
});

-Cooper

This question has received the maximum number of answers.