Hi everyone,
first of all I apologize for my bad English
when I open videos via app I get the error: “the video cannot be reproduced”
the video only works if I download it before viewing.
On the PC with Chrome the problem does not occur
On apache I built a self signed certificate and I add this on trust certificate in Android System.
Can anyone help me ?
A thousand thanks
App Version 4.2.2
Owncloud Server 10.14.0
Android 14 HyperOS 1.0.4.0 (Xiaomi 13Tpro)
$CONFIG = array (
'memcache.local' => '\\OC\\Memcache\\APCu',
'instanceid' => '****',
'passwordsalt' => '****',
'secret' => '****',
'encryption.legacy_format_support' => 'true',
'files_external_allow_create_new_local' => 'true',
'trusted_domains' =>
array (
0 => '****',
1 => '****',
),
'enabledPreviewProviders' =>
array (
0 => 'OC\\Preview\\Image',
1 => 'OC\\Preview\\Movie',
),
'preview_max_dimensions' => '8000x6000',
'datadirectory' => '****',
'overwrite.cli.url' => '****',
'dbtype' => 'pgsql',
'version' => '10.14.0.3',
'dbname' => '****',
'dbconnectionstring' => '',
'dbhost' => 'localhost',
'dbtableprefix' => 'oc_',
'dbuser' => 'owncloud',
'dbpassword' => '****',
'allow_user_to_change_mail_address' => '',
'logtimezone' => 'Europe/Rome',
'apps_paths' =>
array (
0 =>
array (
'path' => '/var/www/owncloud/apps',
'url' => '/apps',
'writable' => false,
),
1 =>
array (
'path' => '/var/www/owncloud/apps-external',
'url' => '/apps-external',
'writable' => true,
),
),
'installed' => true,
'mail_domain' => '****',
'mail_from_address' => '****',
'mail_smtpmode' => 'smtp',
'mail_smtpauth' => 1,
'mail_smtphost' => '****',
'mail_smtpport' => '587',
'mail_smtpname' => '****',
'mail_smtppassword' => '****',
'singleuser' => false,
'maintenance' => false,
);