Blazored / Video

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

Using local or wwwroot folder for views #14

Closed peterjefferies closed 2 years ago

peterjefferies commented 2 years ago

Hi,

I've been trying to use videos from local folders or wwwroot and both are being blocked and not loading. Is there a way to do this? Or do the videos need to be hosted?

Thanks in advance!

peterjefferies commented 2 years ago

Resolved.

removing "~" from source path. Blazor doesn't seem to like that.