Blazored / Video

The easiest html5 video implementation for Blazor applications
https://blazored.github.io/Video
MIT License
124 stars 28 forks source link

autoplay="true" does not work. #27

Open Greg90277 opened 1 year ago

Greg90277 commented 1 year ago

Additionally trying to start the player with StartPlayback(); from code behind in any component lifetime event methods also does not work.

Go to your AllEventsAllOptions source code demo and run it.

The elephants video is set to autoplay - and it does not. Please fix.

sandervandevelde commented 11 months ago

Can we expect the video component to start playing directly after the source is set (and related video is buffered)? Without a user pushing some button?