Why is my Axis camera showing 404 Not Found?

If you're using RTSP URL parameters to specify the desired video resolution, make sure that the requested resolution is supported by the camera.

For example, if the maximum resolution of your Axis camera is 1280x720, then this RTSP Path will trigger 404 Not Found only because the URL requests &resolution=1280x960 beyond its max:

/axis-media/media.amp?videocodec=H264&resolution=1280x960&fps=30&videokeyframeinterval=60&videomaxbitrate=2048&videozstrength=off

Once you correct the RTSP Path, the stream will return to online 200 state:

/axis-media/media.amp?videocodec=H264&resolution=1280x720&fps=30&videokeyframeinterval=60&videomaxbitrate=2048&videozstrength=off

 

 

Have more questions? Submit a request

Comments