Axis Cameras multiple RTSP Streams

pakito_

n3wb
Oct 6, 2015
9
0
Sydney, AUS
Hi there,

I am struggling to get the RTSP stream of a second stream profile I created.

At the moment I can bring the main RTSP stream with this URL rtsp://username:password@ipaddress/axis-media/media.amp

I have tried these urls with no luck.

rtsp://username:password@ipaddress/axis-media/media.amp?camera=2

rtsp://myserver/axis
-
media/media.amp
?videocodec=h264&resolution=640x480rtsp://myserver/axis
-
media/media.amp
?videocodec=h264&resolution=640x480
rtsp://username:password@ipaddress/axis-media/media.amp?videocodec=h264&resolution=640x480

Cheers,

Francisco
 
You can try the following:
Code:
rtsp://IPADDR/onvif-media/media.amp?resolution=160x120&compression=20&color=1&mirror=0&textcolor=white&textbackgroundcolor=black&textposition=top&text=0&clock=0&date=0&fps=0&audio=1&videokeyframeinterval=30&videobitrate=0&videocodec=h264

I tested this on 2 different models and it worked fine. It is not exactly what you asked for, as it does not use the profiles you created, but you can change the parameters on the rtsp path to customize it.
I cannot give you the exact description for each parameter, but most are pretty self-explanatory, rest can be tested via trial and error.