Question
How to get RTSP streaming after upgrading the camera firmware version to 2.2002.x.x?
Answer
VIVOTEK cameras new firmware version 2.2002.x.x starts using “Stream profiles” to stream out camera RTSP streaming which have changed our original RTSP URL format. The RTSP URL of the new firmware is as follows:
rtsp://<camera-IP>:<rtsp port>/media2/stream.sdp?profile=token
You can find out the name of a stream profile and its relevant token name by following the next steps:
Step 1. Log in into the camera web interface and go to the camera Configuration > Media > Media profiles. In this page you should be able to see the name of all the default stream profiles.
Step 2. Once you know the designated name of each stream profile, go to the Configuration > System > Parameter page and search for the token assigned to that specific profile.
Step 3. Once the camera parameter finish loading, use your browser search function (Ctrl + F) and type the name of the profile you whish to access. For example, if you want to access the stream profile “Max view”, its profile token will be "Profile200".
After getting all the required values you should be able to use the format mentioned at the beginning of the guide. Lets say that you need to request the RTSP streaming of the stream profile “Max view” from a camera with IP 10.42.2.217 and with RTSP port 554, the RTSP URL will be as follows:
rtsp://10.42.2.217:554/media2/stream.sdp?profile=Profile200
Note:
If the requested profile streamprofile_i<x>_occupied=0 (You can check it in Configuration>System>Parameters), which indicates the stream profile <x> is not created, the above method for requesting RTSP streaming will fail.
Comments
0 comments
Article is closed for comments.