大家好,欢迎来到IT知识分享网。
【实例简介】
本资料包包括基于国标协议编写的gb28181开发源码,可直接用于ARM、DSP架构
【实例截图】
【核心代码】
custom_gb28181
└── custom_gb28181
├── gb28181_server.c
├── gb28181_uac.c
├── gb28181_uac.h
├── hg_fuctionmap.c
├── hg_fuctionmap.h
├── local_profile
│ ├── LocalProfile.cpp
│ ├── LocalProfile.h
│ └── makefile
├── Makefile
└── sip
├── include
│ ├── eXosip2
│ │ ├── eX_call.h
│ │ ├── eX_message.h
│ │ ├── eX_options.h
│ │ ├── eXosip2.h
│ │ ├── eXosip.h
│ │ ├── eX_publish.h
│ │ ├── eX_refer.h
│ │ ├── eX_register.h
│ │ ├── eX_setup.h
│ │ ├── eX_subscribe.h
│ │ └── jpipe.h
│ ├── osip2
│ │ ├── osip_condv.h
│ │ ├── osip_dialog.h
│ │ ├── osip_fifo.h
│ │ ├── osip.h
│ │ ├── osip_mt.h
│ │ └── osip_time.h
│ └── osipparser2
│ ├── headers
│ │ ├── osip_accept_encoding.h
│ │ ├── osip_accept.h
│ │ ├── osip_accept_language.h
│ │ ├── osip_alert_info.h
│ │ ├── osip_allow.h
│ │ ├── osip_authentication_info.h
│ │ ├── osip_authorization.h
│ │ ├── osip_call_id.h
│ │ ├── osip_call_info.h
│ │ ├── osip_contact.h
│ │ ├── osip_content_disposition.h
│ │ ├── osip_content_encoding.h
│ │ ├── osip_content_length.h
│ │ ├── osip_content_type.h
│ │ ├── osip_cseq.h
│ │ ├── osip_error_info.h
│ │ ├── osip_from.h
│ │ ├── osip_header.h
│ │ ├── osip_mime_version.h
│ │ ├── osip_proxy_authenticate.h
│ │ ├── osip_proxy_authentication_info.h
│ │ ├── osip_proxy_authorization.h
│ │ ├── osip_record_route.h
│ │ ├── osip_route.h
│ │ ├── osip_to.h
│ │ ├── osip_via.h
│ │ └── osip_www_authenticate.h
│ ├── osip_body.h
│ ├── osip_const.h
│ ├── osip_headers.h
│ ├── osip_list.h
│ ├── osip_md5.h
│ ├── osip_message.h
│ ├── osip_parser.h
│ ├── osip_port.h
│ ├── osip_uri.h
│ └── sdp_message.h
├── lib
│ ├── dynamic
│ │ ├── libeXosip2.so
│ │ ├── libeXosip2.so.11
│ │ ├── libeXosip2.so.11.0.0
│ │ ├── libosip2.so
│ │ ├── libosip2.so.11
│ │ ├── libosip2.so.11.0.0
│ │ ├── libosipparser2.so
│ │ ├── libosipparser2.so.11
│ │ └── libosipparser2.so.11.0.0
│ ├── libeXosip2.a
│ ├── libeXosip2.la
│ ├── libosip2.a
│ ├── libosip2.la
│ ├── libosipparser2.a
│ ├── libosipparser2.la
│ └── pkgconfig
│ └── libosip2.pc
└── readme
11 directories, 80 files
免责声明:本站所有文章内容,图片,视频等均是来源于用户投稿和互联网及文摘转载整编而成,不代表本站观点,不承担相关法律责任。其著作权各归其原作者或其出版社所有。如发现本站有涉嫌抄袭侵权/违法违规的内容,侵犯到您的权益,请在线联系站长,一经查实,本站将立刻删除。 本文来自网络,若有侵权,请联系删除,如若转载,请注明出处:https://yundeesoft.com/12523.html