comparison doc/RTP-analysis @ 176:9fb22fa4d373

doc/RTP-analysis: document rtp-g711-extr
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 27 Dec 2022 01:29:14 +0000
parents aaa0380f9958
children
comparison
equal deleted inserted replaced
175:9bd01faadaed 176:9fb22fa4d373
19 between successive packets and reports the observed minimum and 19 between successive packets and reports the observed minimum and
20 maximum; by seeing min and max delta-T, a developer can easily 20 maximum; by seeing min and max delta-T, a developer can easily
21 notice timing aberrations that aren't caught by RTP header 21 notice timing aberrations that aren't caught by RTP header
22 sequence number and timestamp checks. 22 sequence number and timestamp checks.
23 23
24 rtp-g711-extr This program focuses on a single selected RTP stream like the
25 others, enforces its continuity just like rtp-cont-check, and
26 then further enforces that every RTP packet be a 160-byte
27 payload, presumed to be either PCMU or PCMA. (The payload type
28 number is NOT considered, only the payload length.) The
29 selected G.711 RTP stream is then extracted and written into a
30 raw binary file.
31
24 rtp-gsmfr-extr This program focuses on a single selected RTP stream like the 32 rtp-gsmfr-extr This program focuses on a single selected RTP stream like the
25 others, enforces its continuity just like rtp-cont-check, but 33 others, enforces its continuity just like rtp-cont-check, but
26 then further enforces that every RTP packet be one of these 3 34 then further enforces that every RTP packet be one of these 3
27 possibilities: a GSM FR1 codec frame, a GSM EFR codec frame or 35 possibilities: a GSM FR1 codec frame, a GSM EFR codec frame or
28 a Themyscira BFI marker as defined in the RTP-BFI-extension 36 a Themyscira BFI marker as defined in the RTP-BFI-extension