This shows you the differences between two versions of the page.
— |
pom-ng:proto:rtp [2020/05/26 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Protocol rtp ====== | ||
+ | This module parses [[wp>Real-time_Transport_Protocol|RTP]] packets as defined in RFC [[rfc>3550]]. | ||
+ | |||
+ | ===== Events ===== | ||
+ | |||
+ | None. | ||
+ | |||
+ | ===== Packet fields ===== | ||
+ | |||
+ | ^ Name ^ Type ^ Description ^ | ||
+ | |pt|uint8|Payload type.| | ||
+ | |ssrc|uint8|Synchronization source.| | ||
+ | |seq|uint16|Sequence.| | ||
+ | |ts|uint32|Timestamp.| | ||
+ | |||
+ | ===== Parameters ===== | ||
+ | |||
+ | ^ Name ^ Type ^ Default value ^ Description ^ | ||
+ | |stream_timeout|uint32|180|Timeout in seconds after which a stream is considered ended.| | ||
+ | |buffer_timeout|uint16|1|Number of seconds to wait for additional packets for reassembly (jitter buffer).| |