
How to enable HD Quality button ?
I have code below and link file mp4 of google drive but it no show HD button while link youtube show HD button
<div id="videoPlayer"></div>
<script type="text/javascript">
jwplayer('videoPlayer').setup({
file: 'https://googledrive.com/host/0B2azLwPqznxqNWx2aWYyNFRfY2M/welcome.mp4',
});
</script>