Direct answer
A 461 response means the server does not support the requested transport parameters for that resource. If the client asked for UDP, test RTP interleaved over TCP; if it asked for TCP, check the camera’s documented transport support.
Why this happens
RTSP controls the session while the media can travel over different lower transports. Firewalls, NAT, multicast settings and limited camera implementations can make one transport fail even though the RTSP control connection succeeds.
Start from the exact status code or network symptom, then change one layer at a time.
A controlled test
Capture the failing SETUP request if the tool exposes it, or force one transport explicitly with a diagnostic client. Keep the codec and URL unchanged while comparing results.
Change one variable at a time. Keep the camera model, firmware, endpoint and account recorded; then test network reachability, protocol response, media transport and decoding as separate layers.
Use a dedicated view-only account and a trusted local diagnostic tool. Redact credentials, private addresses and identifying data before sharing output.
Diagnostic sequence
| Check | Action | Evidence of progress |
|---|---|---|
| Control | Verify that OPTIONS or DESCRIBE succeeds first. | The RTSP service and resource are reachable. |
| UDP | Test unicast UDP on the same LAN. | Media arrives on the negotiated RTP and RTCP ports. |
| TCP | Force interleaved TCP when UDP fails or is blocked. | Media packets share the RTSP control connection. |
| Network | Check firewall and VLAN rules for the chosen mode. | Only the required flows are permitted. |
Evidence to keep
Record the transport requested, the 461 response and the transport that succeeds. “TCP fixed it” is useful only when the original request is known.
Boundary and safety note
Do not expose the camera to the internet or open a broad UDP range as a shortcut; test inside the trusted network or through a VPN.
For remote viewing, use a managed VPN instead of exposing RTSP or camera administration ports directly to the public internet.
SmartRTSP
SmartRTSP is a camera-focused RTSP and ONVIF viewer for Apple devices, Windows and Android. It fits direct viewing, discovery and multi-camera checks; keep a dedicated NVR or VMS when continuous recording, evidence export or centralized enterprise controls are required.
Frequently asked questions
What does 461 mean in RTSP?
It is the protocol status for Unsupported Transport.
Is TCP always better for cameras?
No. TCP is often easier through firewalls and can recover loss, while UDP may reduce head-of-line delay on a clean LAN.
Can a codec problem cause 461?
A codec problem normally appears after transport setup; 461 specifically points to the requested transport parameters.
Primary references
Related SmartRTSP guide
Open related guideUnderstand why RTSP SETUP fails with 461 and test an alternate RTP transport without changing unrelated settings.