{{-- Local Storage Warning --}} @if(getSetting('storage.driver') === 'public')

Warning

Coconut transcoding can only be used with a remote storage option. Local storage is not supported.

@endif {{-- Websockets Not Configured Warning --}} @if(!getSetting('websockets.pusher_app_id') && !getSetting('websockets.soketi_host_address'))

Warning

Coconut transcoding requires Websockets to be enabled. Please configure the Websockets settings.

@endif {{-- CloudFront Pre-signed URL Conflict --}} @if( getSetting('storage.driver') === 's3' && getSetting('storage.aws_cdn_enabled') && getSetting('storage.aws_cdn_presigned_urls_enabled') )

Warning

Coconut transcoding cannot be used with CloudFront Pre-Signed URLs. You can still use it with S3 and CloudFront (without pre-signed URLs).

@endif