load video into mobile app

In the build of my mobile app (iOS) there is already a video present in StreamingAssets. Now it would be nice if more videos could be loaded into (or removed from) the app after it’s already installed. I know I can stream videos directly from www, but that’s not what I’m looking for.

Download the videos into the iOS device file system, and then play them back using the file: protocol?