[mythtv-commits] Ticket #7531: Mythweb - Music streaming fails

MythTV mythtv at cvs.mythtv.org
Fri Jan 15 22:38:38 UTC 2010


#7531: Mythweb - Music streaming fails
---------------------------------------------+------------------------------
 Reporter:  John L. Poole <jlpoole@…>        |       Owner:  kormoc
     Type:  defect                           |      Status:  new   
 Priority:  minor                            |   Milestone:  0.22  
Component:  Plugin - MythWeb                 |     Version:  0.22  
 Severity:  medium                           |     Mlocked:  0     
---------------------------------------------+------------------------------

Comment(by Johan Maes <on4qz@…>):

 I had a look at ...mythweb/modules/music/stream.php.
 The problem is that Master_Host is empty. To test it I replaced in line
 105:
 readfile("http://$Master_Host:$port.....
 with
 readfile("http://localhost:$port.....
 and everything seems to work.
 This is just to cure the symptoms (it works) but one should try to find
 why the global $Master_Host is empty.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7531#comment:4>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list