[GV-SD200 RTSP URL]
RTSP URL command samples explained:
The GV-IP Speed Dome can support RTSP protocol for both audio and video streaming.
• If you use the VLC, and if authentication is required, enter:
rtsp://username:password@<IP of the GV-IP Speed Dome/<codec>_<channel
number>
Only include the “_<channel number>” for channels 2 to 4.
For example, for the first H.264 channel: rtsp://admin:admin192.168.3.111/h264
For the second H.264 channel: rtsp://admin:admin192.168.3.111/h264_2
For MJPEG channel: rtsp://admin:admin192.168.3.111/jpeg
• If you use the VLC, and if authentication is not required, enter:
rtsp://@<IP of the GV-IP Speed Dome/<codec>_<channel number>
For example, for the first H.264 channel: rtsp://192.168.3.111/h264
For the second H.264 channel: rtsp://192.168.3.111/h264_2
For MJPEG channel: rtsp://192.168.3.111/jpeg
Note: The RTSP streaming is supported over UDP and TCP.
====================================================================
[GV-SD220 RTSP URL]
RTSP URL samples explained:
rtsp://Camera_ip:8554/<CH No.>.sdp
For example, rtsp://192.168.0.10:8554/CH001.sdp
=====================================================================
[ArecontVision RTSP URL]
RTSP URL samples explained:
rtsp://camera_ip/h264.sdp<channel>?res=(half|full)&x0=(0.. max_sensor_width)&y0=(0.. max_sensor_height)&x1=(32.. max_sensor_width)&y1=(32 .. max_sensor_height)&qp=(4..51)&ssn=(1..65535)&[bitrate=(0..65536)]&[fps=1..100]
camera_ip: IP of the IP device
channel: IP device channel
res: RTSP for either Half or Full (e.g: 2560x1600 with half is 1280x800)
x0, y0, x1, y1: Define RTSP video display position allowing full video or part of the video image to be displayed
For example : x0=0, y0=0, x1=1600, y1=1200 is configured as full 1600x1200 display
x0=200, y0=300, x1=1600, y1=1200 1600x1200 cropped to 1400x900 display
qp: Quality level of RTSP video
ssn: Define RTSP image ID.
bitrate: Define RTSP video bit rate limit
fps: Define RTSP fps limit