Video
Video copied to clipboard
How to set autoplay?
Hi @sdhzth from my tests when you declare the BlazoredVideo element you can set it as a property as many others from the documentation
<div class="video-container mt-3">
<BlazoredVideo class="w-100" style="max-height: 500px;"
@ref="videoPlayer"
Autoplay="true"
Controls="true">
<source src="@StreamUrl" type="@StreamType" />
</BlazoredVideo>
</div>
hope this helps