XamarinMediaManager
XamarinMediaManager copied to clipboard
Save the full streamed video to local storage (Access to cache of streamed video)
🚀 Feature Requests
I want to know if this option is already present or not. To get the cache of streamed video and save it to local storage for later use...??
Platforms affected (mark all that apply)
- [x] :iphone: iOS
- [x] :robot: Android
- [x] :checkered_flag: WPF
- [x] :earth_americas: UWP
- [x] :apple: MacOS
- [x] :tv: tvOS
- [x] :monkey: Xamarin.Forms
i also need to know...Secondly when we play again the same video it starts rebuffering again...
can somebody help please
You would need to download the video file and save it in the device's storage. You would then play it from the video's path instead of the url.
You can do two things: Stream the video, and start downloading in the back ground. This way the user wouldn't have to wait for the download to complete. When the user plays it a second time you would play it from the storage path.
Or you can download it, and then play it from the storage path. There's virtually no buffering when you play from the device's storage