diff options
Diffstat (limited to 'plexgdm.cpp')
-rw-r--r-- | plexgdm.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plexgdm.cpp b/plexgdm.cpp index bca152c..12e1e8a 100644 --- a/plexgdm.cpp +++ b/plexgdm.cpp @@ -5,6 +5,11 @@ namespace plexclient plexgdm::plexgdm() { + _discoverMessage = "M-SEARCH * HTTP/1.0"; + _clientHeader = "* HTTP/1.0"; + _multicastAddress = "239.0.0.250"; + _clientUpdatePort = 32412; + m_discoverAdress = Poco::Net::SocketAddress(_multicastAddress, 32414); m_clientRegisterGroup = Poco::Net::SocketAddress(_multicastAddress, 32413); |