当前位置:网站首页>The URL in the RTSP setup header of the axis device cannot take a parameter
The URL in the RTSP setup header of the axis device cannot take a parameter
2022-07-02 10:46:00 【Small waves-】
background
I used to be a video surveillance client for many years , For a time, it was connected to Dahua , The sea, ,axis, First pass, etc sdk, Use in our own monitoring system .
axis The camera is the most expensive camera , It is also the earliest access device . It can use http,rtsp And custom protocols axrt communicate , And it has supported IPV6, This is its advantage .
A small problem was recorded when using .
Use axis Server discovery setup In the head , Must take url? Only after the parameter is cancelled can it pass . in other words , The message header cannot take parameters , This may be a special case of that device .
contrast
The message of success is
The unsuccessful news is

processing method
StrPtrLen fReqURI;
StringParser theParser(&fURL);
theParser.ConsumeUntil(&fReqURI, '?');
fReqURI.Ptr = fReqURI.GetAsCString();
char endChar = fReqURI.Ptr[fReqURI.Len];
fReqURI.Ptr[fReqURI.Len] = '\0';
边栏推荐
- 网络通信学习
- Mysql database remote access permission settings
- 集成学习概览
- 07 data import sqoop
- Beautiful and intelligent, Haval H6 supreme+ makes Yuanxiao travel safer
- Record attributeerror: 'nonetype' object has no attribute 'nextcall‘
- Mongodb quickly get started with some simple operations of mongodb command line
- How to get the password of cpolar?
- KS009基于SSH实现宠物管理系统
- Flink实时计算topN热榜
猜你喜欢
[Fantasy 4] introduction and use of UMG components (under update...)
13. Semaphore critical zone protection
从MediaRecord录像中读取H264参数
[visual studio] every time you open a script of unity3d, a new vs2017 will be automatically reopened
Beautiful and intelligent, Haval H6 supreme+ makes Yuanxiao travel safer
Allure -- common configuration items
Delivery mode design of Spartacus UI of SAP e-commerce cloud
Determine whether there are duplicate elements in the array
stm32和电机开发(上位系统)
判断数组中是否存在重复元素
随机推荐
lunix重新分配root 和 home 空间内存
2021-10-04
Pywin32打开指定窗口
[jetbrain rider] an exception occurred in the construction project: the imported project "d:\visualstudio2017\ide\msbuild\15.0\bin\roslyn\microsoft.csh" was not found
14.信号量的代码实现
session-cookie与token
pytest学习--base
Introduction and Principle notes of UE4 material
记录 AttributeError: ‘NoneType‘ object has no attribute ‘nextcall‘
[Fantasy 4] introduction and use of UMG components (under update...)
12.进程同步与信号量
Webui automated learning
LeetCode+ 76 - 80 暴搜专题
Flink实时计算topN热榜
PCL 从一个点云中提取一个子集
4. Random variables
VLAN experiment
[MySQL] an exception occurs when connecting to MySQL: connection must be valid and open
Delivery mode design of Spartacus UI of SAP e-commerce cloud
Nonlinear optimization: steepest descent method, Newton method, Gauss Newton method, Levenberg Marquardt method