Elfinder: Large video preview problem in configuration that disabled real path

Created on 17 Aug 2016  路  2Comments  路  Source: Studio-42/elFinder

link to #1540

after disable real-path,
#'URL' => dirname($_SERVER['PHP_SELF']) . '/../files/'
I try to preview large video file.
but my wamp-server-64 is highly decrease RAM.
but not disable real-path its work fine.
can you check it?

question

Most helpful comment

thakz. Its solved after change php.ini value to output_buffering = 0

All 2 comments

@CodeLyokoXtEAM I checked 2.24GB video file on XAMPP 5.6.23 (Windows 10 64bit/RAM 4GB). There was no significant change in the amount of memory at the time of preview in my environment. Play in part read by the HTTP 206 also was started immediately.

I recommend the confirmation of the setting of the output buffering of PHP.

thakz. Its solved after change php.ini value to output_buffering = 0

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yinmingming picture yinmingming  路  3Comments

CodeLyokoXtEAM picture CodeLyokoXtEAM  路  3Comments

camgullo picture camgullo  路  3Comments

aktolu picture aktolu  路  3Comments

ahmadbadpey picture ahmadbadpey  路  4Comments