[mythtv-commits] Ticket #11457: Mythweb unable to download video (not recordings) over 64.5mb

MythTV noreply at mythtv.org
Thu Apr 4 20:35:17 UTC 2013


#11457: Mythweb unable to download video (not recordings) over 64.5mb
-------------------------------------+--------------------------------
 Reporter:  Thomas C <notchicken@…>  |          Owner:
     Type:  Bug Report - General     |         Status:  infoneeded_new
 Priority:  minor                    |      Milestone:  unknown
Component:  MythTV - General         |        Version:  0.26-fixes
 Severity:  medium                   |     Resolution:
 Keywords:  mythweb video download   |  Ticket locked:  0
-------------------------------------+--------------------------------

Comment (by phillip.stanton@…):

 This is the problem code in
 /usr/share/mythtv/mythweb/modules/video/stream.php it does not chunk the
 data like the recordings stream does.

 // Send data via the backend
     $Master_Host = setting('MasterServerIP');
     $port = _or(get_backend_setting('BackendStatusPort', $Master_Host),
                 get_backend_setting('BackendStatusPort'));
     if (stripos($Master_Host,':') !== false) {
         $Master_Host = '['.$Master_Host.']';
     }
     readfile("http://$Master_Host:$port/Content/GetVideo?Id=".$vid_id);

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11457#comment:7>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list