From 217446ce893997931d9b1617813b6833aef307a4 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Wed, 4 Apr 2018 10:06:39 +0300 Subject: [PATCH] added note to readme about recording-daemon --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf5e88a38..7bc946375 100644 --- a/README.md +++ b/README.md @@ -583,8 +583,8 @@ The options are described in more detail below. The recording method `proc` works by writing metadata files directly into the `recording-dir` (i.e. not into a subdirectory) and instead of recording RTP packet data into pcap files, the packet data is exposed via a special interface in the `/proc` filesystem. - Packets must then be retrieved from this interface by a dedicated 3rd party userspace component - (usually a daemon). + Packets must then be retrieved from this interface by a dedicated userspace component + (usually a daemon such as recording-daemon included in this repository). Packet data is held in kernel memory until retrieved by the userspace component, but only a limited number of packets (default 10) per media stream. If packets are not retrieved in time, they will