# BaseHlsVideo

# Props

Prop name Description Type Values Default
mediaUrl url of the medium to be displayed string - ''
mediaPosterUrl url of image for poster property in html5 video tag string - ''
displaySize set height and with from outside object - {
height: '720px',
width: '1280px'
}
autoplay start video on load boolean - false
buttonTitle define play button text
could be string or path to i18n json as well
string - 'Play'
hlsStartLevel define startLevel (size) of hls-video number - undefined

Last Updated: 5/17/2023, 3:45:47 PM