From 27bee43c20e9a448e119a15f58854c65aba4d4b2 Mon Sep 17 00:00:00 2001 From: Andrea Bondavalli Date: Fri, 6 Mar 2020 11:16:39 -0800 Subject: [PATCH] Fixes to documentation --- README.md | 2 +- daemon/README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71b2b59..762c66f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The daemon can be cross-compiled for multiple platforms and implements the follo * control and configuration of up to 64 sources and sinks using the ALSA RAVENNA/AES67 driver via netlink * session handling and SDP parsing and creation * HTTP REST API for control and configuration -* SAP discovery protocol implementation and SAP browser implementation +* SAP discovery protocol and SAP browse * IGMP handling for SAP, RTP and PTP multicast traffic 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* diff --git a/daemon/README.md b/daemon/README.md index 6c170cc..9d7b32b 100644 --- a/daemon/README.md +++ b/daemon/README.md @@ -7,7 +7,7 @@ The daemon is responsible for: * communication and configuration of the device driver * provide an HTTP REST API for the daemon control and configuration * session handling and SDP parsing and creation -* SAP discovery protocol implementation and SAP browser +* SAP discovery protocol and SAP browser * IGMP handling for SAP and RTP sessions ## Configuration file ## @@ -543,6 +543,7 @@ Example: "source": "SAP", "id": "d00000a611d", "name": "ALSA Source 2", + "address": "10.0.0.13", "sdp": "v=0\no=- 2 0 IN IP4 10.0.0.13\ns=ALSA Source 2\nc=IN IP4 239.1.0.3/15\nt=0 0\na=clock-domain:PTPv2 0\nm=audio 5004 RTP/AVP 98\nc=IN IP4 239.1.0.3/15\na=rtpmap:98 L16/48000/2\na=sync-time:0\na=framecount:48\na=ptime:1\na=mediaclk:direct=0\na=ts-refclk:ptp=IEEE1588-2008:00-10-4B-FF-FE-7A-87-FC:0\na=recvonly\n", "last_seen": 2768, "announce_period": 30 @@ -551,6 +552,7 @@ Example: "source": "SAP", "id": "d00000a8dd5", "name": "ALSA Source 1", + "address": "10.0.0.13", "sdp": "v=0\no=- 1 0 IN IP4 10.0.0.13\ns=ALSA Source 1\nc=IN IP4 239.1.0.2/15\nt=0 0\na=clock-domain:PTPv2 0\nm=audio 5004 RTP/AVP 98\nc=IN IP4 239.1.0.2/15\na=rtpmap:98 L16/48000/2\na=sync-time:0\na=framecount:48\na=ptime:1\na=mediaclk:direct=0\na=ts-refclk:ptp=IEEE1588-2008:00-10-4B-FF-FE-7A-87-FC:0\na=recvonly\n", "last_seen": 2768, "announce_period": 30