[WASM] Show images and video from other domains #19760
-
Hello all. I need to show images and video files from a cloud in my app. I'm using I found that if I add an attribute And the second question is how to play cloud-hosted videos on MediaPlayer on WASM? The attribute above is only for I'm using NET 9 on Wasm project and NET 8 on common project if that matters. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Thanks for the report. This is a known .NET issue: dotnet/runtime#109937. This is a debug only issue at this time. You can use |
Beta Was this translation helpful? Give feedback.
Thanks for the report. This is a known .NET issue: dotnet/runtime#109937. This is a debug only issue at this time. You can use
dotnet serve
instead to see these external assets in the meantime.