Drupal7下resumable_download模块解决私有文件视频播放问题
问题描述:
用户的视频播放,总是存在问题,苹果下面播放不了,我采取了趋势,android的可以了,但是苹果不行。
后来无意中发现,竟然是客户网站采用私有文件系统导致的,同样的视频,在公开的文件系统下面就可以。原来的文件都存储成了私有格式,也不便于直接转换回来。我查找了一下,有这个一个模块,刚好解决这个问题。
Drupal does not support download resume , meaning that downloading large private files can be troublesome because if for any
reason the download fails , there is no way to continue downloading from where it stopped and the whole file should be
downloaded again.
It also supports several extra features