manticode
manticode
@miconda thanks for the fast reply. Unfortunately this does not resolve it ~~, and it seems to now cause **send_sock_addr** to no longer work either~~.
I made a mistake with the send_sock_addr syntax. This does still work correctly. Apologies for the confusion. The issue still remains with using send_sock_name however. With the following config: ```...
I can confirm this behaviour with WAV files (but not all WAV files...). The scenario where I can reproduce: - as originally posted, playback in conference with HTTAPI either on...
I have some progress on this. This only occurs, in the above scenario, where the file is stereo. If I take the exact same file but in mono then this...
Hi @scubamuc, Thanks for getting back so quickly. The config line in config.php: ``` 'datadirectory' => '/mnt/media/nextcloud/data', 'tempdirectory' => '/mnt/media/nextcloud/tmp', ``` The data directory works as expected. The error you...
@scubamuc Thanks! I did spot that, but it wasn't exactly clear how to resolve it. I did manage to find this in **/snap/nextcloud/current/config/php/php-fpm.d/www.conf** ``` php_admin_value[upload_tmp_dir] = ${SNAP_COMMON}/nextcloud/tmp ``` This is...
> so we can agree that this isn't a snap issue? I'll go ahead and close this then. Actually I believe it is a snap issue. The config line in...
> I have no insight into this. The snap isn't doing anything to force it. There doesn't appear to be anything we _could_ do to force it, so I'm pretty...
> @manticode > > see [PHP configuration options](https://github.com/nextcloud-snap/nextcloud-snap/wiki/Configure-config.php) > > you could try something like > > ``` > sudo nextcloud.occ config:system:set upload_tmp_dir --value=${SNAP_COMMON}/nextcloud/tmp > ``` > > but I've...
Hi @kyrofa, You are correct with the title, I think now I understand the tempdirectory and PHP upload temp directory are completely separate so the title maybe should be updated....