From c652e8fa8141d7e323cbdbbc0a662244a5a84955 Mon Sep 17 00:00:00 2001 From: Frank Schmirler Date: Tue, 22 Nov 2011 01:15:09 +0100 Subject: Added server menu with list of clients. Connections can be terminated with the "red" key. The former main menu action of suspending live TV moved to the "blue" key. --- server/connectionHTTP.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'server/connectionHTTP.c') diff --git a/server/connectionHTTP.c b/server/connectionHTTP.c index 161d5c7..937f7ec 100644 --- a/server/connectionHTTP.c +++ b/server/connectionHTTP.c @@ -359,3 +359,8 @@ bool cConnectionHTTP::ProcessURI(const std::string& PathInfo) return false; } +cString cConnectionHTTP::ToText() const +{ + cString str = cServerConnection::ToText(); + return m_LiveStreamer ? cString::sprintf("%s\t%s", *str, *m_LiveStreamer->ToText()) : str; +} -- cgit v1.2.3