How to call the login, playback address, and video playback interface of the EasyCVR platform?

The EasyCVR platform can currently support multi-protocol and multi-type mass device access and distribution, with video surveillance live broadcast, cloud recording, video retrieval and playback, cloud storage, intelligent alarm, voice intercom, platform cascading, and cross-system support Video capabilities such as flexible network environment configuration have a large number of offline applications. In order to meet the project needs of users, we also provide a rich API interface, which is convenient for users to call, integrate and secondary development.

Today we will introduce to you how to call EasyCVR (V2.0.3 version) login, playback address, video playback interface.

Here, we use the official demo platform of EasyCVR to demonstrate the operation (http://demo.easycvr.com:18000/version 2.0.3). The interface of each version will also be different. It is recommended to use the interface document of your own current version to call, which can be opened on the administrator interface by logging in to the EasyCVR platform, as shown in the figure:

If the following loading error occurs, it is because apidoc/ is missing after port 1800, just complete it:

You can also manually enter http://localhost:1800/apidoc/ to view the interface documentation. Let's demonstrate with a few examples:

1) Call the login interface, where the password is encrypted with MD5.

Login interface call:

2) Call the playback address, the playback protocol uses flv, see the URL here: /flv/live/stream_29_0.flv

This address cannot be played, we need to splice: http://demo.easycvr.com:18000/flv/live/stream_29_0.flv

Play address call:

3) The premise of calling the video review is that there must be a video generated before it can be called.

Video playback call:

All interface calls can be completed through the above examples combined with interface documentation.

EasyCVR is a streaming video service integration platform that integrates multiple functions such as video network sharing, storage, streaming media forwarding, video transcoding, video uploading to the cloud, and intelligent analysis. EasyCVR has a wide range of access protocols, including mainstream standard protocols GB28181, RTSP/Onvif, RTMP, etc., as well as private protocols and SDKs (Hikang Ehome, Hikvision SDK, Dahua SDK).

With the rapid development of artificial intelligence applications, we are also actively integrating AI artificial intelligence recognition technologies into the EasyCVR platform, such as face recognition, license plate recognition and other technologies, and more AI applications are also continuously expanding. Welcome to follow our updates.

Guess you like

Origin blog.csdn.net/EasyNVS/article/details/124327036