Real time streaming protocol port, and the value is 554 by default. If
you play live view with QuickTime, VLC or Blackberry smart phone, the
following URL format is available.
When the URL format requiring RTSP, you need to specify channel
number and bit stream type in the URL, and also user name and
password if needed.
When playing live view with Blackberry smart phone, you need to turn
off the audio, and then set the codec mode to H.264B and resolution to
CIF.
URL format example:
rtsp://username:password@ip:port/cam/realmonitor?channel=1&subtype=0
Among that:
Username: The user name, such as admin.
Password: The password, such as admin.
IP: The device IP, such as 192.168.1.112.
Port: Leave it if the value is 554 by default.
Channel: The channel number, which starts from 1. For example, if you
are using channel 2, then the channel=2.
Subtype: The bit stream type; 0 means main stream (Subtype=0) and 1
means sub stream (Subtype=1).
Example: If you require the sub stream of channel 2 from a certain device,
then the URL should be:
rtsp://admin:admin@10.12.4.84:554/cam/realmonitor?channel=2&subtype=
1
If user name and password are not needed, then the URL can be:
rtsp://ip:port/cam/realmonitor?channel=1&subtype=0
address.