The Wayback Machine - https://web.archive.org/web/20210807052851/https://github.com/Provenance-Emu/Provenance/issues/1007
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NAS / Remote file loading #1007

Open
JoeMatt opened this issue Oct 12, 2018 · 0 comments
Open

NAS / Remote file loading #1007

JoeMatt opened this issue Oct 12, 2018 · 0 comments

Comments

@JoeMatt
Copy link
Collaborator

@JoeMatt JoeMatt commented Oct 12, 2018

Work in Progress ticket

Specifically for tvOS which has limited storage and no UIDocumentPicker

Requirements:

  • Expand PVFile to support lazy-loading of remote files
  • Temporary caching of files locally (requires whole file on disk most likely)
  • Should warn on large file copies, cancelable etc
  • Maybe use FileProvider
    ... more to fill in.

Maybe see what VLC and other projects do

https://github.com/videolan/vlc-ios/tree/master/Apple-TV

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment