gb28181协议java_gb28181开发源码
【實例簡介】
本資料包包括基于國標(biāo)協(xié)議編寫的gb28181開發(fā)源碼,可直接用于ARM、DSP架構(gòu)
【實例截圖】
【核心代碼】
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
總結(jié)
以上是生活随笔為你收集整理的gb28181协议java_gb28181开发源码的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: J - 青蛙的约会(扩展欧几里得)
- 下一篇: Integer源码解析