From eef3cf9106741e065666beffb7006b5cc3ce09c8 Mon Sep 17 00:00:00 2001 From: Greg O'Brien Date: Thu, 17 Oct 2019 15:13:05 -0700 Subject: [PATCH] documenting udp option --- README | 6 +++++- multicat.1 | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README b/README index e79369c..190e645 100644 --- a/README +++ b/README @@ -86,7 +86,11 @@ Recording a multicast address to a file: multicat @239.255.0.1:5004 /tmp/myfile.ts -This will also create file /tmp/myfile.aux. Playing back the file: +Recording a udp multicast address to a file: + +multicat -u @239.255.0.1:5004 /tmp/myfile.ts + +These recordings will also create a file /tmp/myfile.aux. Playing back the file: multicat -p 68 /tmp/myfile.ts 239.255.0.2:5004 diff --git a/multicat.1 b/multicat.1 index bd1e497..ffeaf29 100644 --- a/multicat.1 +++ b/multicat.1 @@ -61,7 +61,7 @@ Overwrite or create RTP SSRC TTL of the packets send by multicat .TP .B \-u -Source has no RTP header +Source has no RTP header, possibly a udp source .TP .B \-U Destination has no RTP header -- GitLab