From gitlab at videolan.org Sat Oct 19 22:32:47 2019 From: gitlab at videolan.org (Christophe Massiot) Date: Sat, 19 Oct 2019 22:32:47 +0200 Subject: [multicat-devel] [Git][videolan/multicat][master] 3 commits: documenting udp option Message-ID: <5dab72ef2c464_851e3f9869d9abfc975115@gitlab.mail> Christophe Massiot pushed to branch master at VideoLAN / multicat Commits: eef3cf91 by Greg O'Brien at 2019-10-17T22:13:05Z documenting udp option - - - - - 9e9a4544 by Greg O'Brien at 2019-10-17T22:28:40Z adding udp reference to help - - - - - d03d536e by Christophe Massiot at 2019-10-19T20:32:51Z Merge branch 'Greglobrien-develop' - - - - - 2 changed files: - README - multicat.c Changes: ===================================== 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 ===================================== multicat.c ===================================== @@ -124,7 +124,7 @@ static void usage(void) msg_Raw( NULL, " -r: in directory mode, rotate file after this duration (default: 97200000000 ticks = 1 hour)" ); msg_Raw( NULL, " -O: in directory mode, rotate file after duration + this offset (default: 0 tick = calendar hour)" ); msg_Raw( NULL, " -S: overwrite or create RTP SSRC" ); - msg_Raw( NULL, " -u: source has no RTP header" ); + msg_Raw( NULL, " -u: source has no RTP header, possibly a udp source" ); msg_Raw( NULL, " -U: destination has no RTP header" ); msg_Raw( NULL, " -m: size of the payload chunk, excluding optional RTP header (default 1316)" ); msg_Raw( NULL, " -R: size of the optional RTP header (default 12)" ); View it on GitLab: https://code.videolan.org/videolan/multicat/compare/f1bcedba28abbb307538ee5f1e1fd66e37e67b2e...d03d536e6b6180b0a53a9631af750fc8b4707f3e -- View it on GitLab: https://code.videolan.org/videolan/multicat/compare/f1bcedba28abbb307538ee5f1e1fd66e37e67b2e...d03d536e6b6180b0a53a9631af750fc8b4707f3e You're receiving this email because of your account on code.videolan.org.