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.
Pulling RTSP Streams
To pull RTSP streams for multiple decoder integrations:
- Log in to WAVE Client.
- In the Resource Panel on the left, right-click Users.
- 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 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. - In WAVE Client, right-click the camera to pull a stream from and select Camera Settings.
- In Camera Settings > General, click the down arrow.
- Copy the Camera ID (as shown in the following image).
- 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
- For forcing 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 (advisable):
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 NVRs see:
How to add an RTSP stream to an NVR.