player icon indicating copy to clipboard operation
player copied to clipboard

Add support for local file:// path in src

Open sytolk opened this issue 1 year ago • 1 comments

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?

sytolk avatar Nov 26 '24 15:11 sytolk

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.

ndeshpande2022 avatar May 14 '25 11:05 ndeshpande2022