|
a/src/upmpd.cxx |
|
b/src/upmpd.cxx |
|
... |
|
... |
94 |
} else if (!opts.scplaymethod.compare("mpd")) {
|
94 |
} else if (!opts.scplaymethod.compare("mpd")) {
|
95 |
parms.pm = OHReceiverParams::OHRP_MPD;
|
95 |
parms.pm = OHReceiverParams::OHRP_MPD;
|
96 |
}
|
96 |
}
|
97 |
}
|
97 |
}
|
98 |
parms.sc2mpdpath = opts.sc2mpdpath;
|
98 |
parms.sc2mpdpath = opts.sc2mpdpath;
|
|
|
99 |
parms.screceiverstatefile = opts.screceiverstatefile;
|
99 |
m_ohrcv = new OHReceiver(this, parms);
|
100 |
m_ohrcv = new OHReceiver(this, parms);
|
100 |
m_services.push_back(m_ohrcv);
|
101 |
m_services.push_back(m_ohrcv);
|
101 |
}
|
102 |
}
|
102 |
if (m_options& upmpdOhSenderReceiver) {
|
103 |
if (m_options& upmpdOhSenderReceiver) {
|
103 |
// Note: this is not an UPnP service
|
104 |
// Note: this is not an UPnP service
|