Stream video with GridStoreAdapter (implements byte-range requests) (#2437)
* Stream video with GridStoreAdapter * fixing nits. Removing test(Range not accepted as header) * nit * Changed names. Added function to check if stream-requirements is fulfilled.
This commit is contained in:
committed by
Florent Vilmart
parent
122c3fd1a3
commit
e690b73bb5
@@ -82,6 +82,10 @@ export class FilesController extends AdaptableController {
|
||||
expectedAdapterType() {
|
||||
return FilesAdapter;
|
||||
}
|
||||
|
||||
getFileStream(config, filename) {
|
||||
return this.adapter.getFileStream(filename);
|
||||
}
|
||||
}
|
||||
|
||||
export default FilesController;
|
||||
|
||||
Reference in New Issue
Block a user