Ticket #7531: mythweb_music_streaming.patch

File mythweb_music_streaming.patch, 524 bytes (added by wagnerrp, 2 years ago)
  • stream.php

     
    9999    } 
    100100// Otherwise, send it via the backend 
    101101    else { 
    102         global $Master_Host; 
     102        $Master_Host = setting('MasterServerIP'); 
    103103        $port = _or(get_backend_setting('BackendStatusPort', $Master_Host), 
    104104                    get_backend_setting('BackendStatusPort')); 
    105105        readfile("http://$Master_Host:$port/Myth/$xml_command?Id=".$xml_id);