silvermine / videojs-chromecast

MIT License
148 stars 75 forks source link

Playing local files #114

Closed gsfioravanti closed 2 years ago

gsfioravanti commented 2 years ago

We are testing out this plugin for use in our apps, and have been able to successfully play remote video files loaded from our CDN urls, but not able to get local video files packaged within the app to cast.

Can this plugin play local files? Or is there a workaround for playing local files?

kontrollanten commented 2 years ago

I don't think it's possible at all with Cast SDK to stream local files. https://stackoverflow.com/questions/24708560/cast-sdk-using-local-files

jthomerson commented 2 years ago

Thanks @kontrollanten