INS_CNVETX1_REV– 06/10/13 PAGE 121
INSTALLATION AND OPERATION MANUAL
CNVETX1
TECH SUPPORT: 1.888.678.9427
Example URIs
The following examples are those that are used in the ComNet application. If your application
registers stream handlers under different keywords, then substitute them in the examples below.
Example 1
rtsp://192.168.0.127/mjpeg
This example opens a video stream from RTSP server 192.168.0.127, using all the default values
as they are configured via the Web configuration.
Example 2
rtsp://192.168.0.127/h264?cam=0&imgsize=4CIF&framerate=2&rcmode=CBR&const_bit rate=3000000/
pcma
This opens a video and audio stream with the following parameters:
Video: H.264 from video input 0. Size is 4-CIF, frame rate is divided by 2 (so 15 fps for NTSC,
12.5 for PAL), rate control mode is CBR at 3 Mbits.
Example 3
rtsp://192.168.0.127/?multicast/h264
Request a multicast stream of H.264 with default address & port.
Example 4
rtsp://192.168.0.127/?multicast&mcast_addr=224.1.0.3&mcast_port=6790/h264/pcmu
Request a multicast stream to the specified address, and use ports 6790 for the video and 6792
for the audio.