-
Improvement
-
Resolution: Fixed
-
Minor
-
3.1.0
-
-
MOODLE_31_STABLE
-
MOODLE_31_STABLE
-
Moodle Mobile 3.1.0
Right now if we open any resource, the resource is downloaded previously to be opened/played.
We should avoid that for large multimedia files like videos or audios, for large videos the user experience won't be ideal because he will have to wait for the full video to be downloaded.
I think that we can follow an approach based on connection and size (like we did in other areas):
- Wifi and small videos audios - Download the file and then open it
- Wifi and large video/audio - Streaming and download in the background (via filepool) the media
- 3g - Streaming always, the user must click to download the media
- will help resolve
-
MOBILE-1510 Mobile devices download audio and video from the Moodle repository
-
- Open
-