138 Commits

Author SHA1 Message Date
Andrea Bondavalli
e05253d444 Additional set of changes to complete support for mDNS sources update via RTSP ANNOUNCE method as described by Ravenna.
The following changes enable support for RTCP client persistent connections used to receive RTSP server ANNOUNCE messages. These in turn update the remote sources in the Browser.
- added new process static method to RtspClient class to receive and update source SDP files via DESCRIBE and ANNOUNCE methods. This method can handle persistent connections with the RTSP server and triggers an observer callback when a source SDP file is received or updated. A map is used to track all active RTSP clients.
- added new stop and stop_all static methods to RtspClient class respectively to stop a specific RTCP client and to stop all clients.
- modified MDNSClient class to call RtspClient::process method when a new Ravenna service is added and the RtspClient::stop method when a service is removed. The RtspClient::stop_all method is called when the daemon terminates.
- modified Browser class to receive and handle remote RTSP sources SDP file add and change notifications. This class receives the updates via the RtspClient observer callback
- updated documentation
2020-06-02 10:56:44 -07:00
Andrea Bondavalli
aeb4e8b0a0 Changed maximum number of concurrent RTSP server sessions to 128 (double the maximum number of allowed Sources) 2020-06-02 09:55:51 -07:00
Andrea Bondavalli
cd6a651014 Fix to header file 2020-06-01 12:02:40 -07:00
Andrea Bondavalli
85727ea02f RTSP server ignores responses to ANNOUNCE 2020-06-01 12:00:34 -07:00
Andrea Bondavalli
d41b67d006 Set of changes to add support for mDNS sources SDP update via RTSP ANNOUNCE method as described by Ravenna.
- modified SessionManager class to register and trigger observer callbacks when a new session is added or removed
- moved MDNSServer out of the SessionManager and added instantiation in the daemon main
- MDNSServer instance registers to SessionManager to receive source add & remove events and invokes appropiate Avahi client operation
- RTSPServer instance registers to SessionManager to receive source update events. In case of update It sends RTSP ANNOUNCE (with the new SDP) to the connected RTSP clients that previously requested (via DESCRIBE method) the SDP file for the specific source
- removed disconnetion timeout handling in RTSPServer. RTSPServer connections are now persistent
2020-05-28 20:47:38 +02:00
Andrea Bondavalli
088cf3e8fe Merge branch 'master' of https://github.com/andreabondavalli74/aes67-linux-daemon 2020-05-07 20:09:55 +02:00
Andrea Bondavalli
07c2b35777 Various enhancements and fixes:
- fixed handling of Max samples per packet Source parameter in the WebUI and added computation of the real frame duration
- fixed max number of channels configurable for a Sink in the WebUI
- fixed tic_frame_size_at_1fs daemon parameter documentation
- changed daemon default sample_rate parameter to 48000 Hz
2020-05-07 20:07:19 +02:00
Andrea Bondavalli
f8d37dda74 Various enhancements and fixes:
- fixed handling of Max samples per packet Source parameter in the WebUI and ad>
- fixed max number of channels in the Sink configuration of the WebUI
- fixed tic_frame_size_at_1fs daemon parameter documentation
- changed daemon default frame size to 48000Hz
2020-05-07 19:57:38 +02:00
Andrea Bondavalli
9c4913f7e4
Update README.md 2020-05-02 21:47:01 +02:00
Andrea Bondavalli
745fa05d0b Improved handling of "tic_frame_size_at_1fs" daemon parameter, added the possibility to configure it with the WebUI and updated the documentation. 2020-05-02 20:20:21 +02:00
Andrea Bondavalli
37fa1de81b Minor changes 2020-05-02 11:39:51 +02:00
Andrea Bondavalli
4ccc2f526f Fix for issue Daemon fails to parse AVIO SDP file
- use correct delimiter ('=') and unsigned integer when extracing RTP timestamp offset from mediaclk:direct SDP audio attribute
 - use session connection information (c=) when audio specific connection information is missing
2020-04-27 21:15:37 +02:00
Andrea Bondavalli
9d714eb747 Minor changes 2020-04-24 10:59:19 -07:00
Andrea Bondavalli
0757318732 Fixed bug in SessionMange::get_source_id() method 2020-04-24 09:09:40 -07:00
Andrea Bondavalli
9d0e721e17 Added AM824 codec support to documentation 2020-04-24 09:07:26 -07:00
Andrea Bondavalli
48718c8dc2 Renamed patch to add support for AM824 to AES67 ALSA driver 2020-04-24 09:04:32 -07:00
Andrea Bondavalli
5b5029ed2a Merge branch 'codec_am824' 2020-04-24 04:08:55 -07:00
Andrea Bondavalli
4f84e91a6b
Update README.md 2020-04-24 10:22:10 +02:00
Andrea Bondavalli
29dcfba0bd Merge branch 'master' into codec_am824 2020-04-23 22:44:33 +02:00
Andrea Bondavalli
fdccd4f577 Removed unused functions from utils 2020-04-23 22:42:30 +02:00
Andrea Bondavalli
b35b36c91e Merge branch 'master' into codec_am824 2020-04-23 12:11:26 -07:00
Andrea Bondavalli
0dbfe78a10 - Added support for mDNS/RTSP sources advertisement compatible with Ravenna standard.
- mDNS advertisement for all local Sources is implemented by mdns_server.[cpp,hpp] and based on Linux Avahi.
  - RTSP server implementation supports DESCRIBE method to return SDP of local Sources and supports persistent connection but doesn't provide service updates via UPDATE method.
- Modified RTSP client to browse for _ravenna_session subtype of _rtsp._tcp services only.
- Modified SAP and mDNS discovery to avoid returning local Sources advertised by the daemon.
- Added "rtsp_port" and "node_id" config parameters.
  - rtsp_port is a read/write parameter that contains the port of the RTSP server.
  - node_id is a read only parameter that contains the unique daemon identifier used in mDNS and SAP sources announcements.
- Modified session manager to check that every Source and Sink created by the user has a unique name.
- Modified WebUI to visualize node_id and to visualize and edit rtsp_port parameters in Config tab.
- Extended regression test to verify proper behaviour of mDNS/RTSP sources advertisement and discovery.
- Modified REST API to browse remote sources to allow browsing of SAP, mDNS and all sources via HTTP GET /api/browse/sources/[all|mdns|sap].
- Amended daemon documentation.
2020-04-23 11:45:58 -07:00
Andrea Bondavalli
5e6c47b7f2 Merge branch '8_channels_demo' of https://github.com/bondagit/aes67-linux-daemon 2020-04-10 13:14:41 -07:00
Andrea Bondavalli
1d2ea0875c Added support for AM824 codec for testing
- added patch to ravenna-alsa-lkm module to support AM824 codec and associated conversion functions
- added support for AM824 codec to daemon and in WebUI
- modifed demo to test 8 channels of AM824 with 6 samples per packet @ 48Khz (125us x packet)
2020-04-10 13:04:44 -07:00
Andrea Bondavalli
e9dd44fdb4 Minor changes 2020-04-10 13:01:36 -07:00
Andrea Bondavalli
28579de590 Set of enhancements to the WebUI Browser tab:
- added display of domain parameter for the remote sources discovered via mDNS
- the list of remote sources is ordered by name
2020-04-08 11:25:16 -07:00
Andrea Bondavalli
9898c9fac0 Set of enhancements and fixes to the daemon browser:
- browser stores the RTSP sources discovered via mDNS by name and domain
- domain field added to JSON Remote Source params
- removed trailing CR/LF to the end of SAP source name
2020-04-08 11:24:10 -07:00
Andrea Bondavalli
8c1f304065
Update README.md 2020-04-04 11:41:16 +02:00
Andrea Bondavalli
0f8b9e714e Revised Avahi client integration in mDNS client:
- aligned state handling with avahi-browse tool: browser is started in client callback
- browsing is limited to IPv4 services discovered on the specific daemon network interface only
Additional minor changes.
2020-04-03 09:55:01 -07:00
Andrea Bondavalli
449db1c73c Added to the WebUI the possibility to configure mDNS enabled option 2020-04-02 20:00:16 +02:00
Andrea Bondavalli
4e02f74500 Merge branch 'master' of https://github.com/andreabondavalli74/aes67-linux-daemon 2020-04-02 19:50:53 +02:00
Andrea Bondavalli
85c36c3fd6 fix: mdns_enabled parameter encoded as JSON boolean instead of JSON string 2020-04-02 19:50:35 +02:00
Andrea Bondavalli
077158713f
Update README.md 2020-04-01 19:04:05 +02:00
Andrea Bondavalli
e37c615cd8 Merge branch 'master' of https://github.com/andreabondavalli74/aes67-linux-daemon 2020-04-01 17:41:12 +02:00
Andrea Bondavalli
92768454f4 Increased HTTP client read timeout in session manager and in regression tests.
This fixes regression tests execution on slow hosts.
2020-04-01 17:39:48 +02:00
Andrea Bondavalli
92d43383c2 Merge branch 'master' into 8_channels_demo 2020-03-31 19:42:11 +02:00
Andrea Bondavalli
9aaea28fa7 Merge branch 'master' into 8_channels_demo 2020-03-31 19:41:37 +02:00
Andrea Bondavalli
bae57687fd
Update README.md 2020-03-31 19:35:34 +02:00
Andrea Bondavalli
7299b0f5be Addded short introduction 2020-03-31 18:47:58 +02:00
Andrea Bondavalli
22cdd55085 Addded short introduction 2020-03-31 18:46:20 +02:00
Andrea Bondavalli
0fccbf57d6 Changed demo configuration to loopback test with 8 channels 2020-03-30 19:17:30 +02:00
Andrea Bondavalli
b14e0d56d7 Merge branch 'master' of https://github.com/andreabondavalli74/aes67-linux-daemon 2020-03-30 19:01:43 +02:00
Andrea Bondavalli
71c0cc7656 Changes to WebUI:
- added support to the WebUI for 6 samples (125ms @ 48Khz) per packet in Source configuration
- enhanced remote source SDP listing in Sink configuration to display remote SDP source, address and name
2020-03-30 19:00:00 +02:00
Andrea Bondavalli
499bad529d Disable mDNS discovery during the demo. 2020-03-30 18:59:24 +02:00
Andrea Bondavalli
bf8a4c56da Fixed handling of IGMP join and leave for the multicast RTP sessions.
The IGMP handling was broken in case the RTP multicast address of a stream was updated.
2020-03-30 18:58:07 +02:00
Andrea Bondavalli
3947b77d7c Fixed error check of rtp_mcast_base and sap_mcast_addr parameters.
The problem was preventing the possibility to change the values from the defaults of these two parameters.
2020-03-30 18:55:10 +02:00
Andrea Bondavalli
0e757d475d
Update README.md 2020-03-29 20:07:35 +02:00
Andrea Bondavalli
24fa02e850
Update README.md 2020-03-29 20:05:17 +02:00
Andrea Bondavalli
3c295a3c96 Merge branch 'master' of https://github.com/andreabondavalli74/aes67-linux-daemon 2020-03-29 19:44:10 +02:00
Andrea Bondavalli
5deb6c1927 Added to the daemon the support for Multicast DNS (using Linux Avahi) to allow discovery of remote audio sources and of RTSP for SDP transfer.
Added to the WebUI the possibility to directly select a remote source SDP file for a Sink.

New files:
daemon/mdns_client.hpp,cpp -> mDNS client implementation using Avahi client library
daemon/rtsp_client.hpp,cpp -> RTSP client implementation used to transfer SDP file
daemon/utils.cpp -> used for common utility functions
.clang-format -> added clang-format configuration file

Modified files:
daemon/CMakeList.txt -> added support for Avahi and option WITH_AVAHI=[yes/no] to compile the daemon with or without Avahi mDNS support
daemon/config.hpp,cpp -> added configuration option mdns_enabled to enable or disable mDNS discovery at runtime
daemon/json.cpp -> extended JSON config with mdns_enabled option
daemon/browser.hpp,cpp -> added support for mDNS client to the browser
daemon/session_manager.cpp -> added support for RTSP protocol to Source URL field and fixed issue with SDP file parsing
webui/RemoteSources.js -> added visualization of mDNS remote sources
webui/SinkEdit.js -> added the possibility to directly select a remote source SDP file for a Sink
webui/SourceInfo.js -> added visualization of protocol source (SAP, mDNS or local) for a source
ubuntu-packages.sh -> added libavahi-client-dev to the list of required packages
build.sh -> added WITH_AVAHI=yes option when invoking CMake
README.md -> added notes about mDNS support via Avahi
daemon/README.md -> added notes about mDNS support via Avahi, support for RTSP protocol in source and new mdns_enabled config param

Additional minor changes to remaining files.
2020-03-29 19:41:56 +02:00