RTSP EASY-P Cameras

Super Admin
07 May 2026
6 views

LIVE VIEWING


To display a video, the basic RTSP string we have to use is:

  • rtsp://<dir_ip>:<port>/<stream>.

If the default port is 554, you do not need to set it.

If you specify the username and password in the string, you will not need to enter them when the system asks for them:

  • rtsp://<user>:<password>@<dir_IP>:<port>/<stream>.

To indicate the type of stream we want to use, we have 2 options in EASY-P. The first one will be the main flow (higher quality) and the second one will be the secondary flow (faster but lower quality).

The stream is indicated in the final part of the string is indicated <stream>, being 0 for the main stream and 1 for the secondary stream.

Example to open with the main stream:

  • rtsp://admin:123456@192.168.1.201/0

To open with the secondary stream:

  • rtsp://admin:123456@192.168.1.201/1

Was this article helpful?

Bu bilgiler sorununuzu çözmeye yardımcı oldu mu?

Still need help?

Uzman ekibimiz size yardımcı olmak için burada.

New Ticket