I’m trying to upload a 500MB video file to the CMS but I keep getting the “abort” message. I’m using the current Xibo 1.8 docker release. the CMS says that “This form accepts files up to a maximum size of 1999M” I have been able to upload a 200MB video successfully.
the upload is very quick because the server is on my local network, it looks like its uploading fine but at the last moment when it looks like its uploaded it says abort.
I checked for any errors under the “Logs” section but there was noting recorded relating to media uploads - just warnings of empty regions in layouts
Without seeing the machine in question I can’t say for definite I’m afraid.
Uploads of files of that size work on all the CMS instances I have access to here. Perhaps try destroying your containers and running them fresh (that won’t loose any of your data).
docker-compose down
and then whatever command you used to bring them up the first time, typically docker-compose up -d
When you run Xibo in a container, it stores all it’s persistent data outside the container on your local disk. So if you upload your video now, you’ll see a coresponding file created in the cms/library directory.
The container you were running before wasn’t linked to the local filesystem and so probably what happened is you ran out of disk space inside the container which is why you were getting that error.
Yes, I’m afraid you will need to start again, however now (assuming you see your content appearing in the cms/library directory), you can be sure it’s being saved correctly.
OK thanks for your help Alex - the data must have been stored in the container then. I’ll make sure I can see it int he cms/library directory next time !
Bonjour, je rencontre un problème avec les images de plus de 1920 x 1080 , Xibo met la mise en page en erreur, je ne sais pas ou je dois changer une valeur pour pouvoir diffuser des images en haute résolution.
qui peux m’aider ? j’ai un xibo cms 2.2.1 sur un serveur virtuel windows 2016.