Ticket #7531: mythweb_music_streaming.patch
| File mythweb_music_streaming.patch, 524 bytes (added by wagnerrp, 2 years ago) |
|---|
-
stream.php
99 99 } 100 100 // Otherwise, send it via the backend 101 101 else { 102 global $Master_Host;102 $Master_Host = setting('MasterServerIP'); 103 103 $port = _or(get_backend_setting('BackendStatusPort', $Master_Host), 104 104 get_backend_setting('BackendStatusPort')); 105 105 readfile("http://$Master_Host:$port/Myth/$xml_command?Id=".$xml_id);
