# WHATPORT(5004)

## NAME

port 5004 — RTP (AVP profile) — The default RTP media port — the audio and video of a call, with RTCP next door on 5005.

Protocol: TCP/UDP  
IANA registry

## DESCRIPTION

IANA registers 5004 as avt-profile-1, "RTP media data", the default for RTP under the audio/video profile of RFC 3551; the odd port above it carries RTCP. In practice signalling on SIP or RTSP negotiates a dynamic even port for each stream, so 5004 is the textbook default rather than a fixed rendezvous, and it turns up on softphones, IP cameras, and encoders that never changed it. RFC 4571 defines the framing when RTP has to run over TCP instead of UDP.

## EXPOSURE

**Expose with care.** Plain RTP is unencrypted media: anyone on the path can record the call. Use SRTP, and keep the media port range reachable only from the signalling peers that need it.

## CHECK

```sh
sudo tcpdump -ni any udp port 5004
```

## SEE ALSO

- spec — [RFC 3551 — RTP Profile for Audio and Video Conferences](https://www.rfc-editor.org/rfc/rfc3551.html) (rfc-editor.org)
- spec — [RFC 4571 — Framing RTP and RTCP Packets over Connection-Oriented Transport](https://www.rfc-editor.org/rfc/rfc4571.html) (rfc-editor.org)
- iana — [IANA port registry — 5004 (avt-profile-1)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=5004) (iana.org)

---

HTML: <https://whatport.net/5004/> · JSON: <https://whatport.net/5004.json> · full dataset: <https://whatport.net/ports.json>
