当前位置:网站首页>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';边栏推荐
- [pit avoidance guide] pit encountered using ugui: the text component cannot indent the first line by two spaces
- shell编程01_Shell基础
- AttributeError: type object ‘Image‘ has no attribute ‘fromarray‘
- 对话吴纲:我为什么笃信“大国品牌”的崛起?
- Start class, data analysis, high salary training plan, elite class
- Excuse me, is it cost-effective to insure love life patron saint 2.0 increased lifelong life insurance? What are the advantages of this product?
- Mock Server基本使用方法
- Windows环境MySQL8忘记密码文件解决方案
- stm32和電機開發(上比特系統)
- [TS] 1368 seconds understand typescript generic tool types!
猜你喜欢
随机推荐
[MySQL] an exception occurs when connecting to MySQL: connection must be valid and open
JS reduce accumulator
集成学习概览
STM32 and motor development (upper system)
大华设备播放过程中设置播放速度
[visual studio] every time you open a script of unity3d, a new vs2017 will be automatically reopened
数据库字典Navicat自动生成版本
MongoDB-快速上手MongoDB命令行的一些简单操作
flink 提交程序
Mysql database remote access permission settings
UVM learning - build a simple UVM verification platform
Pywin32打开指定窗口
Retrofit's callback hell is really vulnerable in kotlin synergy mode!
PCL之滤波
合并有序数列
PCL之K-d树与八叉树
PCL 点云转深度图像
Introduction and Principle notes of UE4 material
js setTimeout()与面试题
Stm32 et développement de moteurs (système supérieur)








