<video
id="camera"
class="sunl-camera"
controls="{{false}}"
muted="{{false}}"
src="{{source}}"
autoplay
show-mute-btn="{{true}}"
show-center-play-btn="{{false}}"
show-play-btn="{{false}}"
show-fullscreen-btn="{{false}}"
show-progress="{{false}}"
binderror="onError"
bindplay="onPlay"
bindpause="onPause"
bindended="onEnd"
bindtimeupdate="onTimeupdate"
bindwaiting="onWaiting"
bindseekcomplete="onSeek"
/>