资源简介

设备端或者服务端在或者说NVT端的RTSP Video Stream,能够与OnvifDeviceManager成功对接,对想要实现onvif视频对接的人来说有一定的参考意义 只上传了最重要的文件:onvif.c是自己写的代码实体,其他的代码都是自动产生的,可以按照博文里的方法自动产生,至于main函数,博文里已经贴出了代码。 详情见博文:blog.csdn.net/ghostyu 并不是拿来就能用就是好的,别人的只是参考,自己过一遍才最重要

资源截图

代码片段和文件信息

#include “soapStub.h“
#include “onvif.h“
#include 
#include 
#include 
#include 

#define __DEBUG
#ifdef __DEBUG
#define DBG(fmtargs...) fprintf(stdout  fmt  ##args)
#else
#define DBG(fmtargs...)
#endif
#define ERR(fmtargs...) fprintf(stderr  fmt  ##args)

int _false = 0;
int _true = 1;

NET_IPV4 ip={1921681233};

int onvif_fault(struct soap *soapchar *value1char *value2)
{
soap->fault = (struct SOAP_ENV__Fault*)soap_malloc(soap(sizeof(struct SOAP_ENV__Fault)));
soap->fault->SOAP_ENV__Code = (struct SOAP_ENV__Code*)soap_malloc(soap(sizeof(struct SOAP_ENV__Code)));
soap->fault->SOAP_ENV__Code->SOAP_ENV__Value = “SOAP-ENV:Sender“;
soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode = (struct SOAP_ENV__Code*)soap_mal

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     142801  2012-11-22 09:43  onvif.c

----------- ---------  ---------- -----  ----

               142801                    1


评论

共有 条评论