当前位置:网站首页>Application of cloud gateway equipment on easynts in Xueliang project
Application of cloud gateway equipment on easynts in Xueliang project
2020-11-09 07:35:00 【Oc 25qqqijt】
In the near future EasyNTS The cloud gateway is deployed in many projects , The effect is very significant , It can be said that several very obvious on-site demand problems have been solved , Today, I just share with you the experience of this project ;
Now we're all working around the video cloud , Including transportation 、 Public Security 、 Emergency and so on , There are many ways to go to the cloud , There are several types of cloud I have summarized :
- Cloud on device
- Data on the cloud ;
- Operation on the cloud ;
There is no need to say much about the above ways of getting on the cloud , The goal is basically to be able to be faster 、 More convenient to view and manage , therefore , Around these points , We will EasyNTS The cloud function of the cloud gateway solves multiple pain points :
- The problem of equipment aggregation management in complex network environment ;
- Private cloud live broadcasting and cloud storage ;
- Edge video and video retrieval playback problem ;

Let's talk EasyNTS How does the cloud gateway solve the above problems :
1、 The convergence and management of complex network equipment
The characteristic of Xueliang project is that there are many types of equipment 、 The network environment is particularly complex 、 The site conditions are particularly diverse , If we want to do a good job in the unified management of equipment , Using every traditional device 、 The compatibility and openness of each brand model , Definitely not , Large and small manufacturers 、 All kinds of different manufacturers SDK And feature access , On the one hand, there is a huge amount of work , On the other hand, there are differences SDK Access stability and security risks ;
therefore , We can consider the network layer below the application protocol layer to access and manage these devices , That is to say TCP/IP layer , We go through EasyNTS We only need to network the network ports of different types of equipment from different manufacturers to EasyNTS Cloud platform , You can manage this device page 、 Streaming services 、 Control services to do unified centralized control , In this way, the relationship between the management platform and the video device is only the network level connection , There is no need to do compatibility from the protocol or application level , The complexity and stability of access are greatly reduced ;

2、 Private cloud live broadcasting and cloud storage
A big demand of Xueliang project is transparency and visibility , On the visible function , Basically, we all use “ equipment - platform ” The way , Centralized access to one or two platforms , Then, the platform outputs video and video streams in a unified way , In this case , our EasyNTS Two modes are supported :
- The first way is to use EasyNTS Pull flow push function of , Push the real-time flow of devices to the streaming media server of centralized cloud services , Then the streaming media server will carry out live and video recording ;
- The second way is EasyNTS Device port penetration function , Penetrate the management port or real-time stream port of the device to the established or manufacturer's existing video platform , By the existing video platform to do a unified live and video function ;
3、 Edge video and video retrieval playback problem
meanwhile ,EasyNTS It can record the edge of the device , When there is a need , Can pass EasyNTS Retrieve the video of the device , Play back the platform , It's done in the cloud + Edge video synchronization function ;
EasyNTS Cloud gateway can be said to be integrated with a variety of basic functions in it , And these basic functions come in different combinations , Can achieve the goal of meeting a variety of needs ;
版权声明
本文为[Oc 25qqqijt]所创,转载请带上原文链接,感谢
边栏推荐
- CSP-S 2020 游记
- LeetCode-11:盛水最多的容器
- Chapter 5 programming
- 对象
- android开发中提示:requires permission android.permission write_settings解决方法
- Talk about my understanding of FAAS with Alibaba cloud FC
- Several common playing methods of sub database and sub table and how to solve the problem of cross database query
- 几行代码轻松实现跨系统传递 traceId,再也不用担心对不上日志了!
- Operation 2020.11.7-8
- Common feature pyramid network FPN and its variants
猜你喜欢

Share API on the web

Several common playing methods of sub database and sub table and how to solve the problem of cross database query

Linked blocking queue based on linked list

SaaS: another manifestation of platform commercialization capability

How to reduce the resource consumption of istio agent through sidecar custom resource

File queue in Bifrost (1)

Depth first search and breadth first search

深度优先搜索和广度优先搜索

第五章编程

C / C + + Programming Notes: pointer! Understand pointer from memory, let you understand pointer completely
随机推荐
[Python从零到壹] 五.网络爬虫之BeautifulSoup基础语法万字详解
linx7.5 初始安装
Chapter 5 programming
How does semaphore, a thread synchronization tool that uses an up counter, look like?
Linked list
App crashed inexplicably. At first, it thought it was the case of the name in the header. Finally, it was found that it was the fault of the container!
When iperf is installed under centos7, the solution of make: * no targets specified and no makefile found. Stop
Travel notes of csp-s 2020
服务器性能监控神器nmon使用介绍
代码保存
基于链表的有界阻塞队列 —— LinkedBlockingQueue
Windows环境下如何进行线程Dump分析
Programmers should know the URI, a comprehensive understanding of the article
SaaS: another manifestation of platform commercialization capability
This program cannot be started because msvcp120.dll is missing from your computer. Try to install the program to fix the problem
Copy on write collection -- copyonwritearraylist
c++11-17 模板核心知识(二)—— 类模板
How to analyze Android anr problems
android开发中提示:requires permission android.permission write_settings解决方法
Exception capture and handling in C + +