Andrea Bondavalli
359c9ecb6f
Update README.md
2025-03-12 16:44:56 +01:00
Andrea Bondavalli
37683c886e
Update README.md
2025-03-12 16:32:36 +01:00
Andrea Bondavalli
6563a56da4
Update README.md
2024-12-18 12:37:59 +01:00
Andrea Bondavalli
d17962ee48
Update README.md
2024-12-13 20:42:11 +01:00
TomasR
a41e9809c7
Fix systemd link
2024-10-19 16:45:56 +02:00
Andrea Bondavalli
152f306590
Update README.md
2024-09-25 13:44:22 +02:00
Andrea Bondavalli
3af7dd3d64
Added support for sample rate 88200Hz to the WebUI and the test suite, see #173
...
Disabled daemon parallel builds in build.sh (option -j) as this can cause hangs on some platforms
Disabled streamer in daemon configuration used by platform and latency tests
Changed daemon version to 2.0.1
2024-08-19 11:38:30 +02:00
Maciej Bliziński
519de0341f
Return to the main directory after inserting the module.
...
I followed the instructions and copy/pasted the code snippets. Here's a small convenience change: after inserting the module, we can go back to the main directory instead of trying to cd into `3rdparty/ravenna-alsa-lkm/driver/daemon`.
2024-07-23 14:20:22 +01:00
Andrea Bondavalli
a9d8ed5e3a
Update README.md with HTTP Streamer diagram
2024-07-06 17:52:57 +02:00
Andrea Bondavalli
466f6b4fc4
First import of HTTP Streamer functionality in the daemon used to receive AES67 audio streams via HTTP file streaming.
...
The HTTP Streamer can be enabled via the _streamer_enabled_ daemon parameter.
When the Streamer is active the daemon starts capturing the configured _Sinks_ up to the maximum number of channels configured by the _streamer_channels_ parameters.
The captured PCM samples are split into _streamer_files_num_ files of _streamer_file_duration_ duration (in seconds) for each sink, compressed using AAC LC codec and served via HTTP.
The HTTP streamer requires the libfaac-dev package to compile.
Please note that since the HTTP Streamer uses the RAVENNA ALSA device for capturing it's not possible to use such device for other audio captures.
2024-07-06 17:27:49 +02:00
Andrea Bondavalli
45a39a4d2e
Fix to avoid crash when option -a is not provided plus cosmetic changes.
2024-03-23 15:07:02 +01:00
Andrea Bondavalli
f05f40c2ad
Updated README.md with the possibility to specify the daemon option -a
2024-03-23 14:37:00 +01:00
Andrea Bondavalli
767d38db29
Update README.md
...
reviewed document structure
added how to build and setup the daemon section
2023-06-02 11:52:48 +02:00
Andrea Bondavalli
97e93e0476
Update README.md
2023-05-31 09:24:11 +02:00
Andrea Bondavalli
2d13b632e3
Changed daemon default TIC frame size iat 1FS to 48 frames
2023-05-20 09:18:38 +02:00
Andrea Bondavalli
e64a5a7e76
Merge pull request #129 from bondagit/issue-114
...
Issue 114
2023-05-18 12:27:24 +02:00
Andrea Bondavalli
4c88ed4a49
Changes to README.md to align with driver version 1.7
2023-05-18 10:51:39 +02:00
Andrea Bondavalli
a8b833ddc0
Changed daemon version to v1.6.3, updated documentation and restored daemon test parameters
2023-05-13 12:36:40 +02:00
Justin Edwards
b72502fa38
Update README.md
...
Updated link to where the README is for ALSA RAVENNA/AES67 Driver
2023-05-05 10:35:08 -04:00
Andrea Bondavalli
05e81bc1f7
Added install.sh script to install daemon under systemd and updated the documentation
2023-03-01 20:20:34 +01:00
Andrea Bondavalli
580a5d9c12
Added GitHub workflows status to README.md
2023-02-05 17:28:38 +01:00
Andrea Bondavalli
943c3553e6
Update README.md
2023-02-05 17:12:55 +01:00
Andrea Bondavalli
25a00cbc7b
Update README.md
2023-02-05 16:39:33 +01:00
Andrea Bondavalli
81dd9f4754
Add an Azure Pipelines status badge
2023-02-05 16:27:55 +01:00
Andrea Bondavalli
685e0e8612
Update README.md
2023-02-03 18:27:27 +01:00
Andrea Bondavalli
6026f677ff
Added note on how to enabled systemd watchdog integration
2023-02-03 15:45:56 +01:00
Andrea Bondavalli
eb79d897fe
Added instructions on how to run the daemon via systemd, plus cosmetic changes
2023-02-03 15:39:12 +01:00
Andrea Bondavalli
ffa8e80213
Added "auto_sinks_update" to the daemon configuration parameters and to the WebUI.
...
JSON boolean specifying whether to enable or disable the automatic update of the configured Sinks.
When enabled the daemon will automatically update the configured Sinks according to the discovered remote sources via SAP and mDNS/RTSP updates.
The SDP Originator (o=) is used to match a Sink with the remote source/s.
2023-01-14 19:24:43 +01:00
Andrea Bondavalli
627998a432
Update README.md
2022-12-22 13:16:09 +01:00
Andrea Bondavalli
2525ed5082
Update README.md
2022-12-22 13:04:20 +01:00
Andrea Bondavalli
df8dc4c042
Update README.md
2022-12-21 13:55:34 +01:00
Andrea Bondavalli
4ea11d7907
Update README.md
2022-12-20 21:50:32 +01:00
Andrea Bondavalli
4232a3ddd0
Adapted platform and latency tests to support a 64 channels configuration.
...
This configuration was succesfully tested on a Mini PC with Intel Celeron N4000.
2022-12-20 21:24:40 +01:00
Andrea Bondavalli
1d562e3843
Update README.md
2022-11-25 09:21:38 +01:00
Andrea Bondavalli
b43b26c3df
Added setting of Real Time Scheduler Throttling kernel parameter according to findings related to #79
2022-11-25 09:17:28 +01:00
Andrea Bondavalli
81bd428430
Update README.md
2022-11-23 20:48:47 +01:00
Andrea Bondavalli
2fdcfea428
Update README.md
2022-11-18 09:39:38 +01:00
Andrea Bondavalli
9833554810
Update README.md
2022-11-18 09:22:43 +01:00
Andrea Bondavalli
aa9d8bdafb
Update README.md with info related to #96
2022-11-17 21:59:50 +01:00
Andrea Bondavalli
c68d53c9bc
Added documentation about effects of CPU scaling events on daemon streams and patched daemon test scripts to disable CPU scaling
2022-11-17 21:51:05 +01:00
Andrea Bondavalli
3d7c8761ee
Updates documentation with changes for driver version v1.6
2022-06-17 18:13:57 +02:00
Andrea Bondavalli
2bed3e7541
Fix to README.md. See #70
2022-03-03 08:46:15 +01:00
Andrea Bondavalli
ddfb35b5c9
Update README.md
2021-12-22 18:29:48 +01:00
Andrea Bondavalli
838e9716ab
Updated documentation with driver fix for #55
2021-12-22 17:15:56 +01:00
Andrea Bondavalli
e0acdf7e14
Update README.md
2021-12-07 10:34:46 +01:00
Andrea Bondavalli
aa9a68dd2e
Update README.md
2021-12-07 10:27:26 +01:00
Andrea Bondavalli
6deea0a19f
Update README.md
2021-12-07 09:10:37 +01:00
Anton Bracke
62fe35b94a
docs: remove unused requirements
2021-05-27 08:50:54 +02:00
Andrea Bondavalli
35f7772cbb
Added to the WebUI the possibility to configure the following additional TIC frame size: 64, 128.
...
Updated daemon documentation with info on the new driver patch to remove unsupported non-interleved access that enables compatibility with JACK audio.
Changed default daemon configuration file to use a TIC frame size of 64 to enable configuring an ALSA period compatible with JACk audio.
Updated daemon version to 1.2.
2021-05-18 19:23:54 +02:00
Andrea Bondavalli
480be2577b
Update README.md
2021-03-31 11:49:40 +02:00