protocolWhitelist property
Sets the list of allowed protocols for native backend.
Default: ['file', 'tcp', 'tls', 'http', 'https', 'crypto', 'data']
.
Learn more: https://ffmpeg.org/ffmpeg-protocols.html#Protocol-Options
Implementation
final List<String> protocolWhitelist;