To get RTSP stream from your camera use the following link:
rtsp://user:password@IPADDR[:PORT]/axis-media/media.amp
You can use the following parameters behind the question mark:
camera – number of sensor or view area
resolution – required resolution
audio – 0 or 1
video – 0 or 1
color- Enable/disable color. 0 = Black and white, 1 = Color
compression - Adjust the compression level of the image. Higher values correspond to higher compression, which is lower image quality and smaller image size. Note: This value is internally mapped and therefore product-dependent.
fps - Set the frame rate from the Axis product. 0 = Unlimited.
videomaxbitrate - sets the max bitrate for the outgoing stream (consider that you can´t compress FullHD stream e.g. to 200kbps as the camera is not able to do that)
Example:
rtsp://root:pass@192.168.90.85/axis-media/media.amp?camera=1&resolution=1280x720&audio=0&video=1
RTSP video can be played e.g. via VLC Player