[mythtv-commits] Ticket #7531: Mythweb - Music streaming fails
MythTV
mythtv at cvs.mythtv.org
Tue Nov 16 10:13:23 UTC 2010
#7531: Mythweb - Music streaming fails
---------------------------------------------+------------------------------
Reporter: John L. Poole <jlpoole@…> | Owner: kormoc
Type: defect | Status: closed
Priority: minor | Milestone: 0.23
Component: Plugin - MythWeb | Version: 0.22
Severity: medium | Resolution: fixed
Keywords: | Ticket locked: 0
---------------------------------------------+------------------------------
Comment (by Bradley Ford <wombo1@…>):
I have been having problems streaming music from Mythweb. I have
identified that a change similar to comment 4 needs to occur again.
Line 104 needs to change from
$Master_Host = get_backend_setting('MasterServerIP');
To
$Master_Host = get_backend_setting('BackendServerIP');
BTW I did check my 'MasterServerIP' setting from within Mythweb and it was
filled out correctly; but upon checking the file that was being access it
was clear that the IP address was not being passed through. When
'MasterServerIP' was changed to 'BackendServerIP' everything started
working correctly.
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7531#comment:10>
MythTV <http://www.mythtv.org/>
MythTV Media Center
More information about the mythtv-commits
mailing list