Giter Site home page Giter Site logo

gsoap-onvif's Introduction

##Project Introduction

The project is a onvif client project,through the project,you can learn 
how to get the IPC(ip camera)'s RTSP URL, video configuration, WSDL address, 
and the Device capabilities(such as PTZ).

##Tips: The compile platform is Debian, ubuntu, i didn't compile it int the Redhat or Centos if you have any question, you can contact me,before you Make the Makefile. you must make sure you have install the g++, openssl

##usage:

1:cd gsoap-onvif

2: make 

if you compile sucess, you can use the ipconvif like this

./ipconvif 172.18.4.100 (your iPC IP)

##ONVIF official website

http://www.onvif.org/

if you want to learn more onvif API

http://www.onvif.org/onvif/ver20/util/operationIndex.html

##The Gsoap Toolkit http://www.cs.fsu.edu/~engelen/soap.html

##download http://sourceforge.net/projects/gsoap2/files/

for example,you get the RTSP URL, you can paly the video use the player,such as VLC player.

##VLC offical website http://www.videolan.org/

you can save the video use the ffmpeg tool,like this

ffmpeg -i rtsp://admin:[email protected]:554 -b 300 -s 320x240 -vcodec copy  -ab 32 -ar 24000 -acodec aac -strict experimental -f mp4 test.mp4

if you want learn more, you can visit VLC official website ##ffmpeg official website https://www.ffmpeg.org/

gsoap-onvif's People

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.