Cannot download generated video from web GUI

Forum for questions and support relating to the 1.30.x releases only.
Locked
ranciso
Posts: 20
Joined: Wed Apr 19, 2017 3:19 pm

Cannot download generated video from web GUI

Post by ranciso »

Hello,
After generating a video for an event, I am unable to download the video. The video file does exist and I can manually scp the video off the system. Below is a screen recording showing what we are encountering. Any ideas on what might be going on? I've checked permissions and they look ok.

https://drive.google.com/file/d/1WOEIH8 ... sp=sharing
User avatar
iconnor
Posts: 2896
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Cannot download generated video from web GUI

Post by iconnor »

Right, so it is downloading, it's just that your browser is trying to play the video instead of saving it.
ranciso
Posts: 20
Joined: Wed Apr 19, 2017 3:19 pm

Re: Cannot download generated video from web GUI

Post by ranciso »

Negative, previously the download would complete and then open. It's as if the link is dead. Other browsers have similar issues.
rockedge
Posts: 1173
Joined: Fri Apr 04, 2014 1:46 pm
Location: Connecticut,USA

Re: Cannot download generated video from web GUI

Post by rockedge »

video is created and can be viewed when manually retrieved but you can not download it. Does "View" work on the link at all? Does the "Delete" work?
ranciso
Posts: 20
Joined: Wed Apr 19, 2017 3:19 pm

Re: Cannot download generated video from web GUI

Post by ranciso »

View does not work, however I can delete the file.
ranciso
Posts: 20
Joined: Wed Apr 19, 2017 3:19 pm

Re: Cannot download generated video from web GUI

Post by ranciso »

Found PHP error in apache logs 'Fatal error: Allowed memory size of 134217728 bytes exhausted'

I was able to resolve my issue by allocating more memory to php (php.ini > memory_limit) and restarting apache.
Locked