Skip to content

sps014/ffmpegBlazor-Deployed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ffmpegBlazor-Deployed

For main library see Source BlazorFFmpegWasm.
This is FFmpeg wasm deployed on Netlify(Free Static web site hosting platform), other files are normal Blazorwasm release output files. Only thing to notice here is netlify.toml file

[[headers]]
  for = "/*"
  [headers.values]
  Cross-Origin-Opener-Policy = "same-origin"
  Cross-Origin-Embedder-Policy = "require-corp"

On whatever hosting platform you are deploying the site make sure these 2 custom headers are present.

About

Demonstration of Netlify deployment

Resources

Stars

Watchers

Forks