Page 1 of 1

Video-less build?

PostPosted: Thu Feb 11, 2016 6:35 pm
by SenorSmartyPants
Would having a build with all the video related features stripped out be advantageous somehow?

I don't use the video stuff at all, and thought maybe this would reduce the memory footprint or cpu usage or how knows what.

Re: Video-less build?

PostPosted: Fri Feb 12, 2016 3:45 pm
by acroyear
With Java, it probably wouldn't change much. The code to load a file's metadata into memory is not going to be much, and if using html5 for video, there's no server-side footprint at all for that. The transcode classes won't even be loaded into server memory if you don't have videos to see.