[mythtv-commits] Ticket #11310: Unable to access large ISOs via mythweb/video
MythTV
noreply at mythtv.org
Wed Dec 26 16:59:22 UTC 2012
#11310: Unable to access large ISOs via mythweb/video
----------------------------------+-----------------------------
Reporter: antonio.e.russo@… | Owner: kormoc
Type: Bug Report - General | Status: new
Priority: minor | Milestone: unknown
Component: Plugin - MythWeb | Version: Master Head
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
----------------------------------+-----------------------------
Comment (by antonio.e.russo@…):
I'm excited to hear that internet support is being added. Again, I am not
PHP programmer (I just read a few paragraphs of the documentation), but
can we disable object buffering? Put
> if (ob_get_level()) ob_end_clean();
right before
> readfile("http://$Master_Host:$port/Content/GetVideo?Id=".$vid_id);
This eliminates the enormous read-in-file-then-spit-out memory use in my
case.
--
Ticket URL: <http://code.mythtv.org/trac/ticket/11310#comment:2>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
More information about the mythtv-commits
mailing list