Sets whether it should be possible to use remote http/https urls as-is. This option is usually controlled by either one of the following options: IEpubReaderPublication.remoteResourcesScriptedDocumentsOptions IEpubReaderPublication.remoteResourcesNonScriptedDocumentsOptions
This option controls how resource data should be loaded when the MediaSourceFactory cannot stream a resource.
If this option is true, MediaSourceFactory create blob:
URLs for resources.
If this option is false, MediaSourceFactory create data:
URLs for resources.
If this option is null, MediaSourceFactory decides how to create URLs for resource.
If true, the media will be streamed using the MSE (Media Source Extensions) API if:
mediaStreamingMinSize
.If high precision seek operations are required.
If set to false, low precision seek metadata from the media file may be used in order to reduce the amount of data that is required to be downloaded. This can cause the seek to be off by a several seconds.
If set to true, highest possible seeking precision will be used.
This option only has an effect when enableMediaStreaming
is set to true.
Files with byte sizes smaller than this value will not be streamed, even if enableMediaStreaming
is set to true.
Defaults to 1MB
Generated using TypeDoc
Used when creating new MediaSourceFactory instances. Used internally by the framework.