player
player copied to clipboard
Add support for local file:// path in src
Related Problem:
I have try to migrate Electron file manager app from plyr to vidstack but it's have error:
MediaImage src can only be of http/https/data/blob scheme: file:///Users/sytolk/..
plyr support file:// scheme why vidstack is not support it? I think it's supported from HTML5 too?
This one is important. We need local file support when streaming videos from local storage using frameworks like Electron. This also causes issues for HLS Manifests that have chunks stored locally.