当前位置:网站首页>Easycvr connects with Huawei IVS platform to query the foreign domain list interface definition and use sharing
Easycvr connects with Huawei IVS platform to query the foreign domain list interface definition and use sharing
2022-06-24 01:49:00 【Tsingsee green rhino video】
EasyCVR As a video protocol fusion platform , It can easily connect with third-party platforms , At the same time, it can also cascade through the national standard protocol and the superior platform , As we said above EasyCVR Connecting Huawei IVS Platform testing , In this article EasyCVR Docking with Huawei IVS Interface for querying foreign domain list .
The interface is defined as follows :
//cpp code IVS_INT32 IVS_SDK_GetExDomainList ( IVS_INT32 iSessionID, const IVS_INDEX_RANGE* pIndexRange, IVS_CHAR** pRspXml);
Parameters to describe :
Query the foreign domain list response XML:
Examples of use :
//cpp code
IVS_INT32 iRet = IVS_FAIL;
iRet = IVS_SDK_Init();
if (IVS_SUCCEED != iRet)
{
return 0;
}
IVS_LOGIN_INFO LoginReqInfo = {0};
LoginReqInfo.stIP.uiIPType = IP_V4;
strncpy(LoginReqInfo.stIP.cIP, "192.168.1.1", IVS_IP_LEN);
LoginReqInfo.uiPort = 9900;
strncpy(LoginReqInfo.cUserName, "Admin", IVS_NAME_LEN);
strncpy(LoginReqInfo.pPWD, "super123", IVS_PWD_LEN);
iRet = IVS_SDK_Login(&LoginReqInfo, &iSessionID);
if (IVS_SUCCEED == iRet)
{
IVS_INDEX_RANGE IndexRange = {0};
IndexRange.uiFromIndex= 1;
IndexRange.uiToIndex= 1024;
IVS_CHAR* pRspXml = NULL;
iRet = IVS_SDK_GetExDomainList(iSessionID, &IndexRange,&pRspXml);
if (IVS_SUCCEED == iRet)
{
// success
if (NULL != pRspXml)
{
IVS_SDK_ReleaseBuffer(pRspXml);
pRspXml = NULL;
}
}
}We will upload the completed tests on the official website from time to time EasyCVR edition , The latest version will optimize the existing functions or problems , If you're interested , You can directly download the latest version for actual deployment testing , During the test, you can freely call the interface for secondary development , Welcome to .
边栏推荐
- Disruptor note 2: disruptor class analysis
- Technology sharing | Clickhouse cluster's way of expanding replicas under sharding
- Oracle sqlldr quick import and sqluldr2 quick export
- SMS marketing is the key to retain customers
- How to restart the server through the fortress machine how to log in to the fortress machine
- [tcapulusdb knowledge base] how to rebuild tables in tcapulusdb table management?
- How to access the server through the fortress machine? What if the fortress cannot access the server?
- Build fiora chat room with Tencent lightweight cloud
- Cloud computing "keeping the promise"
- "Cross border" layout photovoltaic circle Green Island wind invested 4.6 million to layout distributed photovoltaic power generation
猜你喜欢
![[SQL injection 13] referer injection foundation and Practice (based on burpseuite tool and sqli labs less19 target platform)](/img/b5/a8c4bbaf868dd20b7dc9449d2a4378.jpg)
[SQL injection 13] referer injection foundation and Practice (based on burpseuite tool and sqli labs less19 target platform)

I, a 27 year old female programmer, feel that life is meaningless, not counting the accumulation fund deposit of 430000
![[SQL injection 12] user agent injection foundation and Practice (based on burpsuite tool and sqli labs LESS18 target machine platform)](/img/c8/f6c2a62b8ab8fa88bd2b3d8f35f592.jpg)
[SQL injection 12] user agent injection foundation and Practice (based on burpsuite tool and sqli labs LESS18 target machine platform)

It's too difficult for me. Ali has had 7 rounds of interviews (5 years of experience and won the offer of P7 post)
随机推荐
SMS marketing is the key to retain customers
Build fiora chat room with Tencent lightweight cloud
Gin framework: implementing distributed log tracing
2、 Shell position variable
Why use CDN content distribution network?
Typescript is a weak type
[dry goods] four tools linkage of automated batch hole digging process
[tcapulusdb knowledge base] how to get started with tcapulus SQL driver?
Devops learning notes (II)
Query report of each mic quality inspection result on SAP QM inspection lot?
What is "data" in data analysis- Cassie Kozyrkov
What is function point analysis - FPA
Qu'est - ce que le financement des pensions? Quels sont les produits financiers pour les personnes âgées?
[SQL injection 12] user agent injection foundation and Practice (based on burpsuite tool and sqli labs LESS18 target machine platform)
[technology for grass planting] lightweight 248 helps individual developers go to the cloud
[software cost consulting] information project bidding process and precautions
SAP WM displays the standard report lx09 of TR item
Glusterfs version 4.1 selection and deployment
Logistics industry supplier collaborative management platform supplier life cycle management to optimize logistics costs
[technical grass planting] look what I did with my server!