Giter Club home page Giter Club logo

androidodvpsdk's Introduction

中移物联网有限公司 OneNET Android ODVP SDK

环境准备

  • Android Studio 3.1.2
  • Gradle 4.4
  • Platform API 17~27
  • NDK 16
  • CPU armv7,armv8,x86,x86_64

特性

  • 支持odvp设备接入协议
  • 支持直播流、历史流和onvif设备流的推送
  • MP4文件录制(仅供参考)

获取

allprojects {
    repositories {
        maven {
            url 'https://dl.bintray.com/video-onenet/maven/'
        }
    }
}

dependencies {
    # with onvif
    //implementation 'com.ont.media:odvp-onvif:1.0.0'
    # without onvif
	implementation 'com.ont.media:odvp:1.0.0'
}

编译选项

# build.gradle
externalNativeBuild {
    cmake {
        arguments '-D_ONVIF=1' // 0或者不写:不编译onvif
        abiFilters "armeabi-v7a","arm64-v8a","x86","x86_64"
    }
}

# CMakeList.txt
if(NOT ONT_SERVER_ADDRESS)
    set(ONT_SERVER_ADDRESS "183.230.40.42")
endif()
if(NOT ONT_SERVER_PORT)
    set(ONT_SERVER_PORT 9101)
endif()

api

License

Copyright (c) 2018 cmiot
Licensed under LGPLv2.1 or later

依赖库

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.