AXIS 241QA/AXIS 241SA - Video and audio streams 15
RTP+RTSP
This method (actually RTP over UDP and RTSP over TCP) should be your first consideration for live video, especially when it is important to always have an
Multicasting provides the most efficient usage of bandwidth, especially when there are large numbers of clients viewing simultaneously. Note however, that a multicast broadcast cannot pass a network router unless the router is configured to allow this. It is thus not possible to multicast over the Internet, for example.
Unicasting should be used for
RTP/RTSP
This unicast method is RTP tunneled over RTSP. This can be used to exploit the fact that it is relatively simple to configure firewalls to allow RTSP traffic.
RTP/RTSP/HTTP or RTP/RTSP/HTTPS
These two methods can also be used to traverse firewalls. Firewalls are commonly configured to allow the HTTP protocol, thus allowing RTP to be tunneled.
Other methods of accessing the video stream
Video/images from the AXIS 241QA/AXIS 241SA can also be accessed in the following ways:
•If supported by the client, the AXIS 241QA/AXIS 241SA can use Motion JPEG server push to display video. This option maintains an open HTTP connection to the web browser and sends data as and when required, for as long as required.
•As single JPEG images in a browser. Enter the path:
•Windows Media Player. This requires AMC and the
•Unicast via RTP: axrtpu://<ip>/mpeg4/#/media.amp
•Unicast via RTSP: axrtsp://<ip>/mpeg4/#/media.amp
•Unicast via RTSP, tunneled via HTTP: axrtsphttp://<ip>/mpeg4/#/media.amp
•Unicast via RTSP, tunneled via HTTPS: axrtsphttps://<ip>/mpeg4/#/media.amp
•Multicast: axrtpm://<ip>/mpeg4/#/media.amp
Notes: | • | <ip> = IP address. |
| • | # = video source number or the quad stream. This is set to 1 if omitted. |