← Back to Home

How to Set Up Axis Camera RTSP Streams with SmartRTSP

Published April 28, 2026

Complete Setup Guide: This guide covers Axis Companion, Axis Companion Pro, and Axis VAPIX API for all modern Axis IP cameras.

Step 1: Access Your Axis Camera's Web Interface

  1. Open a web browser (Safari, Chrome, Firefox)
  2. Enter your camera's IP address: http://192.168.1.100:80 (replace with your camera's IP)
  3. Log in with default credentials (usually root / pass for Axis cameras)
  4. If you changed the password, use your custom credentials

Axis RTSP URL Formats

H.264 Main Stream

rtsp://username:password@camera_ip:554/axis-media/media.amp

H.265 Main Stream (if supported)

rtsp://username:password@camera_ip:554/axis-media/media.amp?videocodec=h265

Sub-stream (Lower Bandwidth)

rtsp://username:password@camera_ip:554/axis-media/media.amp?resolution=640x480

Axis RTSP Stream Profiles

Axis cameras use configurable stream profiles that control resolution, frame rate, compression, and codec. You can reference profiles directly in your RTSP stream URL.

Main Stream Profile (profileName=Quality)

rtsp://username:password@camera_ip:554/axis-media/media.amp?streamprofile=Quality

Mobile Stream Profile (lower bandwidth)

rtsp://username:password@camera_ip:554/axis-media/media.amp?streamprofile=Mobile

Tip: You can create custom stream profiles in the camera web interface under Video → Stream Profiles.

Using VAPIX Query Parameters

Axis cameras support advanced RTSP parameters:

Parameter Example Effect
videocodec h264 or h265 Select video codec
resolution 1920x1080 or 1280x720 Set video resolution
fps 30 or 15 Limit frame rate
compression 50 (1-100) Control JPEG quality

Complete Example URLs

Axis Q1635-E (Main stream, H.264)

rtsp://admin:12345@192.168.1.100:554/axis-media/media.amp

Axis M3044-WV (Sub-stream, 640x480, 15fps)

rtsp://admin:12345@192.168.1.100:554/axis-media/media.amp?resolution=640x480&fps=15

Axis P3367-VE (H.265, high quality)

rtsp://admin:12345@192.168.1.100:554/axis-media/media.amp?videocodec=h265

Adding to SmartRTSP

  1. Open SmartRTSP on your iPhone, iPad, or Mac
  2. Tap the + button to add a new camera
  3. Select Manual Setup (or try ONVIF auto-discovery first)
  4. Paste the RTSP URL above into the URL field
  5. Give your camera a friendly name (e.g., "Front Door")
  6. Tap Save

Troubleshooting

Authentication Failed

ONVIF Discovery Not Working

Testing URL in VLC

To verify your RTSP URL works before adding to SmartRTSP:

  1. Open VLC media player on your Mac
  2. Go to File → Open Network Stream
  3. Paste your RTSP URL and click Open
  4. If video plays, the URL is correct

Pro Tips

Ready to set up your Axis camera?

Download SmartRTSP and start monitoring your Axis cameras today with one-tap RTSP setup.

Download SmartRTSP