protocolWhitelist property

List<String> protocolWhitelist
final

Sets the list of allowed protocols for libmpv backend.

Default: ['file', 'tcp', 'tls', 'http', 'https', 'crypto', 'data'].

Learn more: https://ffmpeg.org/ffmpeg-protocols.html#Protocol-Options

Implementation

final List<String> protocolWhitelist;