Fix to documentation and some code cleanup
This commit is contained in:
parent
49fe740229
commit
a91234d825
@ -22,7 +22,7 @@ The daemon can be cross-compiled for multiple platforms and implements the follo
|
||||
* SAP discovery protocol implementation
|
||||
* IGMP handling for SAP and RTP sessions
|
||||
|
||||
The directory also contains the daemon regression tests in the [tests](tests) subdirectory. To run daemon tests install the ALSA RAVENNA/AES67 kernel module enter the [tests](tests) subdirectory and run *./daemon-test -l all*
|
||||
The directory also contains the daemon regression tests in the [tests](daemon/tests) subdirectory. To run daemon tests install the ALSA RAVENNA/AES67 kernel module enter the [tests](daemon/tests) subdirectory and run *./daemon-test -l all*
|
||||
|
||||
See the [README](daemon/README.md) file in this directory for additional information about the AES67 daemon configuration and the HTTP REST API.
|
||||
|
||||
|
@ -34,8 +34,6 @@ class HttpServer {
|
||||
config_(config) {};
|
||||
bool start();
|
||||
bool stop();
|
||||
int get_http_status(const std::error_code& code) const;
|
||||
std::string get_http_error(const std::error_code& code) const;
|
||||
|
||||
private:
|
||||
std::shared_ptr<SessionManager> session_manager_;
|
||||
|
@ -625,7 +625,6 @@ std::error_code SessionManager::add_sink(const StreamSink& sink) {
|
||||
info.stream.m_ui32PlayOutDelay = sink.delay;
|
||||
info.stream.m_ui32RTCPSrcIP = config_->get_ip_addr();
|
||||
info.ignore_refclk_gmid = sink.ignore_refclk_gmid;
|
||||
|
||||
info.io = sink.io;
|
||||
|
||||
if (!sink.use_sdp) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user