Applies to Models: WAVE, Any make or model Decoder
Summary:
If you deploy multiple decoders with a WAVE server, it is advisable to pull RTSP streams from the WAVE server, not the cameras. Pulling RTSP streams from your WAVE server is better than directly from the cameras. WAVE will treat it like any other client connection. If you pull RTSP streams from the cameras, this will overtax the cameras.
Step By Step Guide:
- Login to WAVE and right-click on Users in the left hand Resource Panel.
- Select New User...
- Select Local from the User Type dropdown and complete the form:
- Login: Enter a log in ID for the user.
- Name: Enter the user's name.
- Email: Enter the user's email address.
- Password and Confirm Password: Enter a password for the user.
-
Role: Select a user role from the menu.
- Click on the three dots next to Enabled on the New User screen.
- Select Allow Digest Authentication for this User and click OK.
Note: Since version 5 of WAVE, all user account information is encrypted
requiring Digest Authentication. Future distributions may utilize bearer
token. This is not yet implemented, no release schedule is available at
this time. - To pull RTSP streams from WAVE, you need the Camera ID.
- Right-click on the camera in WAVE you wish to pull a stream from and select Camera Settings.
- Click on the down arrow in Camera Settings -> General.
- Copy the Camera ID seen below:
- Open any text editor and paste this information into it. The RTSP url should look like one of the following:
- For pulling the Default Stream use:
rtsp://192.168.0.100:7001/1842df21-39a0-d7d9-af13-55f28f76fa92
- It is advisable to force the resolution to the Low-Resolution Stream since most decoders will not be able to display a 4 or 5 megapixel stream in a multi-channel view.
Low-Resolution URL:
rtsp://192.168.0.100:7001/1842df21-39a0-d7d9-af13-55f28f76fa92?stream=1
High-Resolution URL (Not Advisable):
rtsp://192.168.0.100:7001/1842df21-39a0-d7d9-af13-55f28f76fa92?stream=0
NOTE: It is also never advisable to transcode in the URL. This will overtax the
server very quickly.
- For pulling the Default Stream use:
- Manually Register the RTSP URL into your Decoder.
NOTE: For registering RTSP URL's into Hanwha NVR's see:
How to add an RTSP stream to an NVR.